tags 752349 + pending thanks Dear maintainer,
I've prepared an NMU for nflog-bindings (versioned as 0.2-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Rolling Stones: Nevertoointo
diff -Nru nflog-bindings-0.2/debian/changelog nflog-bindings-0.2/debian/changelog
--- nflog-bindings-0.2/debian/changelog 2012-05-19 16:29:28.000000000 +0200
+++ nflog-bindings-0.2/debian/changelog 2014-08-02 17:46:34.000000000 +0200
@@ -1,3 +1,13 @@
+nflog-bindings (0.2-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "hardcodes /usr/lib/perl5":
+ Make debian/libnflog-perl.install executable and use $Config{vendorarch}
+ to determine install directory.
+ (Closes: #752349)
+
+ -- gregor herrmann <[email protected]> Sat, 02 Aug 2014 17:46:31 +0200
+
nflog-bindings (0.2-3) unstable; urgency=low
* Add missing CPPFLAGS hardening flags (Closes: #670239).
diff -Nru nflog-bindings-0.2/debian/libnflog-perl.install nflog-bindings-0.2/debian/libnflog-perl.install
--- nflog-bindings-0.2/debian/libnflog-perl.install 2011-09-22 21:28:38.000000000 +0200
+++ nflog-bindings-0.2/debian/libnflog-perl.install 2014-07-01 16:59:53.000000000 +0200
@@ -1 +1,4 @@
-usr/lib/perl5
+#!/usr/bin/perl -w
+
+use Config;
+print 'usr/lib/perl5/* ' . substr($Config{vendorarch}, 1) . "\n";
signature.asc
Description: Digital Signature

