tags 752808 + pending
thanks

Dear maintainer,

I've uploaded an NMU by gregor for qpid-cpp (versioned as 0.16-7.2) to 
DELAYED/5. Please feel free to tell me if I should delay it longer.

Note that the .install file needs to be executable, which may not be 
represented in the diff.

Regards,
    dam
diff -Nru qpid-cpp-0.16/debian/changelog qpid-cpp-0.16/debian/changelog
--- qpid-cpp-0.16/debian/changelog	2014-04-30 02:07:42.000000000 +0300
+++ qpid-cpp-0.16/debian/changelog	2014-08-04 14:56:19.000000000 +0300
@@ -1,3 +1,14 @@
+qpid-cpp (0.16-7.2) unstable; urgency=medium
+
+  [ gregor herrmann ]
+  * Non-maintainer upload.
+  * Fix "hardcodes /usr/lib/perl5":
+    make debian/libqpid-perl.install executable, and use $Config{vendorarch}
+    to get the perl library path
+    (Closes: #752808)
+
+ -- Damyan Ivanov <d...@debian.org>  Mon, 04 Aug 2014 11:56:12 +0000
+
 qpid-cpp (0.16-7.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru qpid-cpp-0.16/debian/libqpid-perl.install qpid-cpp-0.16/debian/libqpid-perl.install
--- qpid-cpp-0.16/debian/libqpid-perl.install	2012-09-29 01:32:22.000000000 +0300
+++ qpid-cpp-0.16/debian/libqpid-perl.install	2014-08-04 14:56:00.000000000 +0300
@@ -1 +1,3 @@
-usr/lib/perl5
+#!/usr/bin/perl -w
+use Config;
+print substr($Config{vendorarch}, 1) . "\n";

Reply via email to