[SCM] Debian packaging of File-Rsync CPAN distribution branch, master, updated. upstream/0.42-13-gad709f8

Xavier x.guimard at free.fr
Tue Dec 25 09:51:15 UTC 2012


The following commit has been merged in the master branch:
commit 61cdddc4845e61cf92fdc43b633bc90bc4b5817a
Author: Xavier <x.guimard at free.fr>
Date:   Tue Dec 25 10:29:46 2012 +0100

    Install libs in libdir instead of archdir

diff --git a/debian/patches/install-libs-in-libdir.patch b/debian/patches/install-libs-in-libdir.patch
new file mode 100644
index 0000000..dadf8ea
--- /dev/null
+++ b/debian/patches/install-libs-in-libdir.patch
@@ -0,0 +1,17 @@
+Description: Install libs in LIBDIR instead of ARCHDIR
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82221
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82221
+Last-Update: 2012-12-25
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -19,7 +19,7 @@
+       PREREQ_PM      => { 'Scalar::Util' => 0 },
+       PL_FILES       => { 'makepm.PL' => 'config.pm' },
+       PM             => { 'Rsync.pm'  => '$(INST_LIB)/File/Rsync.pm',
+-     			  'config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' },
++     			  'config.pm' => '$(INST_LIB)/File/Rsync/Config.pm' },
+       dist           => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+       realclean      => { FILES => 'config.pm' },
+ );
diff --git a/debian/patches/series b/debian/patches/series
index cabf6c1..18f6b96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 non-interactive-path-for-rsync.patch
+install-libs-in-libdir.patch

-- 
Debian packaging of File-Rsync CPAN distribution



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