Source: startpar Version: 0.59-3 Severity: wishlist Dear startpar Maintainers,
please consider applying the attached debdiff in a future upload to remove the obsolete hardening-wrapper build dependency. Thanks, -- ,''`. Christian Hofstaedtler <[email protected]> : :' : Debian Developer `. `' 7D1A CFFA D9E0 806C 9C4C D392 5C13 D6DB 9305 2E03 `-
diff -Nru startpar-0.59/debian/changelog startpar-0.59/debian/changelog --- startpar-0.59/debian/changelog 2014-04-17 07:16:21.000000000 +0000 +++ startpar-0.59/debian/changelog 2016-07-17 17:30:29.000000000 +0000 @@ -1,3 +1,10 @@ +startpar (0.59-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Replace obsolete hardening-wrapper with buildflags.mk. + + -- Christian Hofstaedtler <[email protected]> Sun, 17 Jul 2016 17:30:02 +0000 + startpar (0.59-3) unstable; urgency=low * Adjust 83_hardening.patch to a version more suitable for upstream. diff -Nru startpar-0.59/debian/control startpar-0.59/debian/control --- startpar-0.59/debian/control 2014-04-11 17:14:31.000000000 +0000 +++ startpar-0.59/debian/control 2016-07-17 17:33:06.000000000 +0000 @@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9.20120410) , quilt (>= 0.40) - , hardening-wrapper Standards-Version: 3.9.5 Homepage: http://savannah.nongnu.org/projects/sysvinit Vcs-Git: git://anonscm.debian.org/collab-maint/startpar diff -Nru startpar-0.59/debian/rules startpar-0.59/debian/rules --- startpar-0.59/debian/rules 2014-04-15 10:04:24.000000000 +0000 +++ startpar-0.59/debian/rules 2016-07-17 17:29:50.000000000 +0000 @@ -1,6 +1,10 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

