#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_install:
	install -D -m 644 include/lmdbxx/lmdb++.h debian/liblmdbxx-dev/usr/include/lmdb++.h
