Bug#836627: grap: please drop the build dependency on hardening-wrapper

2016-09-25 Thread Chris Lamb
tags 836627 + pending patch
thanks

I've re-uploaded grap 1.44-1.1 to DELAYED/5 to correct an issue with
the previous upload:
  
  grap (1.44-1.1) unstable; urgency=medium
  
* Non-maintainer upload.
* Drop the Build-Depends on hardening-wrapper. (Closes: #836627)

The full debdiff is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -Nru grap-1.44/debian/changelog grap-1.44/debian/changelog
--- grap-1.44/debian/changelog  2014-02-26 21:20:35.0 +0100
+++ grap-1.44/debian/changelog  2016-09-25 12:12:46.0 +0200
@@ -1,3 +1,10 @@
+grap (1.44-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop the Build-Depends on hardening-wrapper. (Closes: #836627)
+
+ -- Chris Lamb   Sun, 25 Sep 2016 12:12:46 +0200
+
 grap (1.44-1) unstable; urgency=low
 
   * New maintainer. Closes: #615895
diff -Nru grap-1.44/debian/control grap-1.44/debian/control
--- grap-1.44/debian/control2014-02-24 20:47:27.0 +0100
+++ grap-1.44/debian/control2016-09-25 12:12:46.0 +0200
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Matus Valo 
-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.0 +0100
+++ grap-1.44/debian/rules  2016-09-25 12:12:46.0 +0200
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# Use security features with hardening-wrapper
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS:=hardening=+all
 
 %:
dh $@


Bug#836627: grap: please drop the build dependency on hardening-wrapper

2016-09-24 Thread Chris Lamb
tags 836627 + pending patch
thanks

I've uploaded grap 1.44-1.1 to DELAYED/5:
  
  grap (1.44-1.1) unstable; urgency=medium
  
* Non-maintainer upload.
* Drop Build-Depends on hardening-wrapper; they are automatically set by
  debhelper (with debian/compat level >= 9) when dh_auto_* commands are 
used.
  (Closes: #836627)

The full debdiff is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -Nru grap-1.44/debian/changelog grap-1.44/debian/changelog
--- grap-1.44/debian/changelog  2014-02-25 23:47:00.0 +0100
+++ grap-1.44/debian/changelog  2016-09-24 23:39:28.0 +0200
@@ -1,3 +1,11 @@
+grap (1.44-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Build-Depends on hardening-wrapper; automatically used by Debhelper 9
+/ dh_auto_* commands. (Closes: #836627)
+
+ -- Chris Lamb   Sat, 24 Sep 2016 23:39:28 +0200
+
 grap (1.44-1) unstable; urgency=low
 
   * New maintainer. Closes: #615895
diff -Nru grap-1.44/debian/rules grap-1.44/debian/rules
--- grap-1.44/debian/rules  2014-02-25 23:43:47.0 +0100
+++ grap-1.44/debian/rules  2016-09-24 23:39:28.0 +0200
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-# Use security features with hardening-wrapper
-export DEB_BUILD_HARDENING=1
-
 %:
dh $@