tags 836657 + pending patch
thanks
switchsh 0~20070801-3.3 uploaded to DELAYED/5. The corresponding debdiff is
attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -u switchsh-0~20070801/debian/changelog
switchsh-0~20070801/debian/changelog
--- switchsh-0~20070801/debian/changelog
+++ switchsh-0~20070801/debian/changelog
@@ -1,3 +1,11 @@
+switchsh (0~20070801-3.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop build dependency on hardening-wrapper by moving to dpkg-buildflags.
+ (Closes: #836657)
+
+ -- Chris Lamb <[email protected]> Sat, 24 Sep 2016 22:23:00 +0200
+
switchsh (0~20070801-3.2) unstable; urgency=medium
* Non-maintainer upload.
diff -u switchsh-0~20070801/debian/control switchsh-0~20070801/debian/control
--- switchsh-0~20070801/debian/control
+++ switchsh-0~20070801/debian/control
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Raphael Geissert <[email protected]>
-Build-Depends: debhelper (>= 5), cdbs, hardening-wrapper, quilt
+Build-Depends: debhelper (>= 5), cdbs, quilt
Standards-Version: 3.8.0
Homepage: http://www.linux.it/~md/software/
XS-DM-Upload-Allowed: yes
diff -u switchsh-0~20070801/debian/rules switchsh-0~20070801/debian/rules
--- switchsh-0~20070801/debian/rules
+++ switchsh-0~20070801/debian/rules
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_HARDENING=1
-
-CFLAGS += -pedantic -Werror -Wextra -Wformat -Wformat-security
+CFLAGS += $(shell dpkg-buildflags --get CFLAGS) -pedantic -Werror -Wextra
-Wformat -Wformat-security
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk