* Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
* Move manual link creation from debian/rules to debian/links
and thus make use of dh_link.
+ * Switch dh compat level from 8 to 9.
+ * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
-- Sven Hoexter <hoexter@debian.org> Thu, 17 May 2012 13:50:03 +0200
Section: otherosfs
Priority: optional
Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends: debhelper (>= 8), scons
+Build-Depends: debhelper (>= 9), scons
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/exfat/
Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@