[SCM] Debian packaging of libstring-random-perl branch, master, updated. 750e5425ef9bb73c1effcb6d1d796f3322d85995

Axel Beckert abe at deuxchevaux.org
Sat Mar 9 16:16:40 UTC 2013


The following commit has been merged in the master branch:
commit 3c7d10f1d823c422f387a87c6fefc4469221cb57
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Mar 9 16:42:18 2013 +0100

    Switch to source format "3.0 (quilt)"
    
    Change local modification of Build.PL into quilt patch

diff --git a/debian/changelog b/debian/changelog
index c5a7a5f..4c5d9a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ libstring-random-perl (1:0.22-4) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * Remove Bart from Uploaders (thanks for your work!), add myself to
     Uploaders. (Closes: #702593)
+  * Switch to source format "3.0 (quilt)"
+    + Change local modification of Build.PL into quilt patch
   * Switch to dh7 style rules
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Jul 2009 23:06:07 +0200
diff --git a/debian/patches/create-packlist-zero.patch b/debian/patches/create-packlist-zero.patch
new file mode 100644
index 0000000..5766dce
--- /dev/null
+++ b/debian/patches/create-packlist-zero.patch
@@ -0,0 +1,14 @@
+Description: Set create_packlist to 0
+Author: Bart Martens <bartm at debian.org>
+Last-Update: 2008-08-30
+
+--- libstring-random-perl-0.22.orig/Build.PL
++++ libstring-random-perl-0.22/Build.PL
+@@ -6,6 +6,7 @@ my $builder = Module::Build->new(
+     module_name         => 'String::Random',
+     license             => 'perl',
+     dist_author         => 'Steven Pritchard <steve at silug.org>',
++    create_packlist	=> 0,
+     requires => {
+         'Test::More'    => 0,
+     },
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a03416
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+create-packlist-zero.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian packaging of libstring-random-perl



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