tags 752472 + pending thanks Dear maintainer,
I've prepared an NMU for fwknop (versioned as 2.6.0-2.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: Bob Dylan: Honey, Just Allow Me One More Chance
diff -Nru fwknop-2.6.0/debian/changelog fwknop-2.6.0/debian/changelog
--- fwknop-2.6.0/debian/changelog 2014-01-18 21:43:08.000000000 +0100
+++ fwknop-2.6.0/debian/changelog 2014-08-02 17:58:25.000000000 +0200
@@ -1,3 +1,12 @@
+fwknop (2.6.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "hardcodes /usr/lib/perl5":
+ Use $Config{vendorarch} in debian/rules.
+ (Closes: #752472)
+
+ -- gregor herrmann <[email protected]> Sat, 02 Aug 2014 17:58:22 +0200
+
fwknop (2.6.0-2) unstable; urgency=low
* Moved installation of usr.sbin/fwknopd from d.rules to
diff -Nru fwknop-2.6.0/debian/rules fwknop-2.6.0/debian/rules
--- fwknop-2.6.0/debian/rules 2014-01-18 21:43:08.000000000 +0100
+++ fwknop-2.6.0/debian/rules 2014-07-01 17:14:35.000000000 +0200
@@ -21,6 +21,8 @@
LIB_LIBFKODEV = usr/lib/$(DEB_HOST_MULTIARCH)
+PERL_ARCHLIB = $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
%:
dh $@ --with=python2
@@ -44,7 +46,7 @@
override_dh_auto_install:
dh_auto_install
cd perl/FKO && $(MAKE) install DESTDIR=$(TMP_LIBFKOPERL) PREFIX=/usr
- chrpath -d $(TMP_LIBFKOPERL)/usr/lib/perl5/auto/FKO/FKO.so
+ chrpath -d $(TMP_LIBFKOPERL)$(PERL_ARCHLIB)/auto/FKO/FKO.so
cd python && python setup.py install --root=$(TMP_LIBFKOPYTHON) --install-layout=deb
override_dh_installinit:
signature.asc
Description: Digital Signature

