tags 836618 patch thanks On Wed, Sep 07, 2016 at 07:31:26PM -0700, Asheesh Laroia wrote: > Thanks. Will do.
Hi Asheesh, Patch attached. It uses the standard dh mechanism and I've tested that the same hardening options are present. Cheers, Moritz
diff -aur ccd2iso-0.3.orig/debian/compat ccd2iso-0.3/debian/compat --- ccd2iso-0.3.orig/debian/compat 2014-01-28 07:20:16.000000000 +0100 +++ ccd2iso-0.3/debian/compat 2016-09-23 16:27:32.509807769 +0200 @@ -1 +1 @@ -7 +9 diff -aur ccd2iso-0.3.orig/debian/control ccd2iso-0.3/debian/control --- ccd2iso-0.3.orig/debian/control 2014-01-28 07:20:16.000000000 +0100 +++ ccd2iso-0.3/debian/control 2016-09-23 16:27:32.513807778 +0200 @@ -2,7 +2,7 @@ Section: otherosfs Priority: optional Maintainer: Asheesh Laroia <ashe...@asheesh.org> -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, hardening-wrapper +Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.5 Package: ccd2iso diff -aur ccd2iso-0.3.orig/debian/rules ccd2iso-0.3/debian/rules --- ccd2iso-0.3.orig/debian/rules 2014-01-28 07:20:16.000000000 +0100 +++ ccd2iso-0.3/debian/rules 2016-09-23 16:28:41.901956768 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- -export DEB_BUILD_HARDENING=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf