Dear Mako,

I've prepared an NMU for libtemplate-perl (versioned as 2.24-1.2)
with Niko's patch and uploaded it directly to the archive, since you
are on the LowThresholdNmu list. The diff is attached to this
message.

(As usual, the offer to adopt the package in the pkg-perl group is
still standing :))

Cheers,
gregor

-- 
 .''`.  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: Andrew Lloyd Webber & Tim Rice
diff -Nru libtemplate-perl-2.24/debian/changelog libtemplate-perl-2.24/debian/changelog
--- libtemplate-perl-2.24/debian/changelog	2013-08-17 20:04:30.000000000 +0200
+++ libtemplate-perl-2.24/debian/changelog	2014-06-27 15:24:38.000000000 +0200
@@ -1,3 +1,15 @@
+libtemplate-perl (2.24-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Niko Tyni ]
+  * Don't hardcode /usr/lib/perl5 in debian/libtemplate-perl.install.
+    The implementation uses an executable debhelper install file, which
+    requires compat level 9.
+    Closes: #751924
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 27 Jun 2014 15:23:20 +0200
+
 libtemplate-perl (2.24-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libtemplate-perl-2.24/debian/compat libtemplate-perl-2.24/debian/compat
--- libtemplate-perl-2.24/debian/compat	2010-05-11 22:12:51.000000000 +0200
+++ libtemplate-perl-2.24/debian/compat	2014-06-27 15:18:57.000000000 +0200
@@ -1 +1 @@
-7
+9
diff -Nru libtemplate-perl-2.24/debian/control libtemplate-perl-2.24/debian/control
--- libtemplate-perl-2.24/debian/control	2012-04-10 19:02:11.000000000 +0200
+++ libtemplate-perl-2.24/debian/control	2014-06-27 15:18:57.000000000 +0200
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Benjamin Mako Hill <m...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.8), libappconfig-perl (>= 1.56)
+Build-Depends: debhelper (>= 9), perl (>= 5.8), libappconfig-perl (>= 1.56)
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/~abw/Template-Toolkit/
 
diff -Nru libtemplate-perl-2.24/debian/libtemplate-perl.install libtemplate-perl-2.24/debian/libtemplate-perl.install
--- libtemplate-perl-2.24/debian/libtemplate-perl.install	2010-05-11 22:51:42.000000000 +0200
+++ libtemplate-perl-2.24/debian/libtemplate-perl.install	2014-06-27 15:18:57.000000000 +0200
@@ -1,3 +1,10 @@
-usr/lib/perl5/
+#!/usr/bin/perl -w
+use Config;
+
+# expand the perl binary module directory at build time
+print substr($Config{vendorarch}, 1) . "\n";
+
+print <<EOF;
 usr/share/man/
 usr/bin/
+EOF

Attachment: signature.asc
Description: Digital Signature

Reply via email to