[SCM] Debian packaging of libnet-gpsd3-perl branch, master, updated. c863435ebbac8ba475e2e2c52fd5e89cef5ef2d6

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Aug 22 12:22:06 UTC 2011


The following commit has been merged in the master branch:
commit 9d996cd98ccdbe7bec3c77978e5c9c6533a60be5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Aug 22 12:04:17 2011 +0000

    patch Makefile.PL to not install examples into /usr/bin

diff --git a/debian/changelog b/debian/changelog
index 150f952..482aeeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libnet-gpsd3-perl (0.17-1) UNRELEASED; urgency=low
   * Update Standards-Version to 3.9.2 (link directly to GPL-1).
   * Use debhelper 8 / source-format 3.0 (quilt).
   * add dependency on libdatetime-format-w3cdtf-perl
+  * Patch Makefile.PL to not install examples into /usr/bin.
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
diff --git a/debian/patches/dont_install_examples_into_usrbin.patch b/debian/patches/dont_install_examples_into_usrbin.patch
new file mode 100644
index 0000000..ffcdfdd
--- /dev/null
+++ b/debian/patches/dont_install_examples_into_usrbin.patch
@@ -0,0 +1,20 @@
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Description: EXE_FILES in Makefile.PL causes the sample scripts to be installed into /usr/bin where they don't belong
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=70414
+Origin: vendor
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -13,12 +13,4 @@
+                      'DateTime::Format::W3CDTF' => 0.06, #factional seconds
+                     },
+ 
+-    EXE_FILES    => [
+-                    qw{
+-                       scripts/perl-Net-GPSD3-Example.pl
+-                       scripts/perl-Net-GPSD3-Handler.pl
+-                       scripts/perl-Net-GPSD3-poll.pl
+-                      }
+-                    ],
+-
+ );
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..da82094 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+dont_install_examples_into_usrbin.patch

-- 
Debian packaging of libnet-gpsd3-perl



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