tags 752705 + pending thanks Dear maintainer,
I've prepared an NMU for libbuffy-bindings (versioned as 0.15+nmu1) 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: Funny van Dannen: Schade - Scheisse
diff -Nru libbuffy-bindings-0.15/debian/changelog libbuffy-bindings-0.15+nmu1/debian/changelog
--- libbuffy-bindings-0.15/debian/changelog 2013-10-25 17:19:12.000000000 +0200
+++ libbuffy-bindings-0.15+nmu1/debian/changelog 2014-08-02 18:37:46.000000000 +0200
@@ -1,3 +1,14 @@
+libbuffy-bindings (0.15+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "hardcodes /usr/lib/perl5":
+ - pass perl directory to dh_install from debian/rules,
+ generated dynamically from $Config{vendorarch}
+ - remove debian/libbuffy-perl.install
+ (Closes: #752705)
+
+ -- gregor herrmann <[email protected]> Sat, 02 Aug 2014 18:37:44 +0200
+
libbuffy-bindings (0.15) unstable; urgency=low
* Cleaned up dependencies. Closes: #727609.
diff -Nru libbuffy-bindings-0.15/debian/libbuffy-perl.install libbuffy-bindings-0.15+nmu1/debian/libbuffy-perl.install
--- libbuffy-bindings-0.15/debian/libbuffy-perl.install 2008-06-24 15:02:53.000000000 +0200
+++ libbuffy-bindings-0.15+nmu1/debian/libbuffy-perl.install 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-debian/tmp/usr/lib/perl*
diff -Nru libbuffy-bindings-0.15/debian/rules libbuffy-bindings-0.15+nmu1/debian/rules
--- libbuffy-bindings-0.15/debian/rules 2011-03-27 17:42:50.000000000 +0200
+++ libbuffy-bindings-0.15+nmu1/debian/rules 2014-08-02 18:37:29.000000000 +0200
@@ -3,6 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+PERL_ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
%:
dh $@
@@ -18,6 +20,10 @@
dh_auto_install -Dperl
dh_auto_install -Dpython
+override_dh_install:
+ dh_install -plibbuffy-perl $(PERL_ARCHLIB)
+ dh_install -ppython-buffy
+
override_dh_auto_clean:
dh_auto_clean -Dperl
dh_auto_clean -Dpython
signature.asc
Description: Digital Signature

