tags 755028 + pending thanks Dear maintainer,
I've prepared an NMU for libtk-tablematrix-perl (versioned as 1.23-6.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: Vic Chesnutt: Free Of Hope
diff -Nru libtk-tablematrix-perl-1.23/debian/changelog libtk-tablematrix-perl-1.23/debian/changelog
--- libtk-tablematrix-perl-1.23/debian/changelog 2011-10-01 15:11:24.000000000 +0200
+++ libtk-tablematrix-perl-1.23/debian/changelog 2014-08-02 19:29:01.000000000 +0200
@@ -1,3 +1,12 @@
+libtk-tablematrix-perl (1.23-6.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "hardcodes /usr/lib/perl5":
+ use $Config{vendorarch} in debian/rules to find perl lib path dynamically
+ (Closes: #755028)
+
+ -- gregor herrmann <[email protected]> Sat, 02 Aug 2014 19:28:58 +0200
+
libtk-tablematrix-perl (1.23-6) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format.
diff -Nru libtk-tablematrix-perl-1.23/debian/rules libtk-tablematrix-perl-1.23/debian/rules
--- libtk-tablematrix-perl-1.23/debian/rules 2011-10-01 15:07:22.000000000 +0200
+++ libtk-tablematrix-perl-1.23/debian/rules 2014-07-18 16:04:37.000000000 +0200
@@ -9,6 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
%:
dh $@
@@ -17,6 +19,6 @@
override_dh_install:
dh_install
- rm -rfv debian/libtk-tablematrix-perl/usr/lib/perl5/auto/Tk/pTk # conflicts with perl-tk
- rm -rfv debian/libtk-tablematrix-perl/usr/lib/perl5/Tk/pTk # conflicts with perl-tk
+ rm -rfv debian/libtk-tablematrix-perl/$(ARCHLIB)/auto/Tk/pTk # conflicts with perl-tk
+ rm -rfv debian/libtk-tablematrix-perl/$(ARCHLIB)/Tk/pTk # conflicts with perl-tk
signature.asc
Description: Digital Signature

