Bug#656272: Please enabled hardened build flags

2012-04-10 Thread Stefan Ott
 What's the status? Do you plan an upload in the next weeks or
 shall I upload a NMU?

Hey

Thanks for reminding me, this has completely slipped my mind. I'll try
to do an upload within the next few days.

cheers
-- 
Stefan Ott
http://www.ott.net/

You are not Grey Squirrel?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656272: Please enabled hardened build flags

2012-04-06 Thread Moritz Mühlenhoff
On Wed, Jan 18, 2012 at 12:19:58AM +0100, Moritz Muehlenhoff wrote:
 Source: id3lib3.8.3
 Severity: important
 Tags: patch
 
 Please enabled hardened build flags through dpkg-buildflags.
 
 Patch attached.

What's the status? Do you plan an upload in the next weeks or
shall I upload a NMU?

Cheers,
   Moritz



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656272: Please enabled hardened build flags

2012-01-17 Thread Moritz Muehlenhoff
Source: id3lib3.8.3
Severity: important
Tags: patch

Please enabled hardened build flags through dpkg-buildflags.

Patch attached.

Cheers,
Moritz
diff -aur id3lib3.8.3-3.8.3.harden/debian/rules id3lib3.8.3-3.8.3/debian/rules
--- id3lib3.8.3-3.8.3.harden/debian/rules	2011-05-12 05:44:47.0 +0200
+++ id3lib3.8.3-3.8.3/debian/rules	2012-01-18 00:14:15.0 +0100
@@ -9,7 +9,7 @@
 	aclocal
 	autoconf
 	automake --add-missing --copy
-	dh_auto_configure
+	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
 
 # remove prebuilt config.{sub,guess}
 override_dh_clean:
Nur in id3lib3.8.3-3.8.3/debian: rules~.