File debian.rules of Package zulucrypt
#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/ -DREUSEMOUNTPOINT=false -DLIB_SUFFIX=lib/$(DEB_HOST_MULTIARCH) -DUDEVSUPPORT=true -DNOGUI=false -DQT5=true -DUSE_POLKIT=false -DHOMEMOUNTPREFIX=false -DNOGNOME=false -DNOKDE=false override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/* chrpath -d $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/zuluCrypt/* dh_install --list-missing %: dh $@ .PHONY: override_dh_auto_configure override_dh_install