Source: grap Version: 1.44-1 Severity: wishlist Tags: patch Usertags: hardening-wrapper
The hardening-wrapper package is considered obsolete these days, since it is possible to achieve the same goal with dpkg-buildflags. See the attached patch. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 4.7.0-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru grap-1.44/debian/control grap-1.44/debian/control --- grap-1.44/debian/control 2014-02-24 20:47:27.000000000 +0100 +++ grap-1.44/debian/control 2016-07-29 08:05:37.000000000 +0200 @@ -2,7 +2,7 @@ Section: text Priority: optional Maintainer: Matus Valo <[email protected]> -Build-Depends: debhelper (>= 9), hardening-wrapper, bison, flex +Build-Depends: debhelper (>= 9), bison, flex Standards-Version: 3.9.5 Homepage: http://www.lunabase.org/~faber/Vault/software/grap/ diff -Nru grap-1.44/debian/rules grap-1.44/debian/rules --- grap-1.44/debian/rules 2014-02-25 23:43:47.000000000 +0100 +++ grap-1.44/debian/rules 2016-07-29 08:05:20.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f -# Use security features with hardening-wrapper -export DEB_BUILD_HARDENING=1 +# Use security features with dpkg-buildflags +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@

