X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=a2c6210a53bf1e05bb7954db236a639e2b30beb0;hb=HEAD;hp=06d71513088b098ec1810c6f4ee070a6ed21cf38;hpb=c19f9ee3a3901b8a01bbd72ec7063a5c423b3861;p=sven%2Ffuse-exfat.git diff --git a/debian/rules b/debian/rules index 06d7151..a2c6210 100755 --- a/debian/rules +++ b/debian/rules @@ -2,18 +2,15 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export CCFLAGS=${CFLAGS} - - %: - dh $@ + dh $@ -override_dh_auto_build: - scons +override_dh_auto_configure: + dh_auto_configure -- \ + --sbindir=/sbin \ -override_dh_auto_clean: - scons -c - rm -f config.log +override_dh_auto_install: + dh_auto_install + rm debian/exfat-fuse/sbin/mount.exfat