]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - debian/rules
Remove --with autoreconf from dh invocation, it's default with compat level 10.
[sven/exfat-utils.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6
7 %:
8         dh $@
9
10 override_dh_auto_configure:
11         dh_auto_configure -- \
12                 --sbindir=/sbin \