[SCM] libfile-data-perl Debian packaging branch, master, updated. debian/1.16-2-10-g42dfdcd

Jonas Smedegaard dr at jones.dk
Sat May 11 13:34:44 UTC 2013


The following commit has been merged in the master branch:
commit 90177960c32616f8586bc81dd8fdc513fd8ee316
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 11 15:31:54 2013 +0200

    Fix patch to have code land at proper path.

diff --git a/debian/patches/install_pm.patch b/debian/patches/install_pm.patch
index ef1e4dc..2efdffe 100644
--- a/debian/patches/install_pm.patch
+++ b/debian/patches/install_pm.patch
@@ -3,7 +3,7 @@ Origin: vendor
 Bug-Debian: http://bugs.debian.org/690355
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80166
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-10-13
+Last-Update: 2012-05-11
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
@@ -11,5 +11,5 @@ Last-Update: 2012-10-13
      'NAME'		=> 'File::Data',
      'VERSION_FROM'	=> 'File/Data.pm', # finds $VERSION
      'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
-+    'PM'		=> { 'File/Data.pm' => '$(INST_LIBDIR)/File/Data.pm' },
++    'PM'		=> { 'File/Data.pm' => '$(INST_LIBDIR)/Data.pm' },
  );

-- 
libfile-data-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list