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

gregor herrmann gregoa at debian.org
Sat Oct 13 12:48:00 UTC 2012


The following commit has been merged in the master branch:
commit ef96d334f5a6517d188e7be1e73d925ea761e213
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 13 14:46:32 2012 +0200

    Add patch install_pm.patch: tell Makefile.PL which module to install.
    
    Closes: #690355

diff --git a/debian/patches/install_pm.patch b/debian/patches/install_pm.patch
new file mode 100644
index 0000000..caf1362
--- /dev/null
+++ b/debian/patches/install_pm.patch
@@ -0,0 +1,15 @@
+Description: tell Makefile.PL which file to install
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/690355
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-10-13
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -5,4 +5,5 @@
+     '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' },
+ );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0c44f07
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install_pm.patch

-- 
libfile-data-perl Debian packaging



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