[SCM] Debian packaging of libclass-dbi-plugin-pager-perl branch, master, updated. 6ba2975ce3304322ccd5bf4f02e0af2a5377ac9c

Xavier Guimard x.guimard at free.fr
Sun Dec 2 09:08:17 UTC 2012


The following commit has been merged in the master branch:
commit 6ba2975ce3304322ccd5bf4f02e0af2a5377ac9c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 2 10:07:42 2012 +0100

    Add patch to use Module::Build 0.38

diff --git a/debian/changelog b/debian/changelog
index ac1f7df..3e4bb41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclass-dbi-plugin-pager-perl (0.566-1) UNRELEASED; urgency=low
+libclass-dbi-plugin-pager-perl (0.566-1) unstable; urgency=low
 
   [ Tim Retout ]
   * debian/control: Update my email address.
@@ -17,8 +17,9 @@ libclass-dbi-plugin-pager-perl (0.566-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Add libuniversal-require-perl in dependencies
   * Update debian/copyright (years and format)
+  * Add change-module-build-minimum-version.patch to use Module::Build 0.38
 
- -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 09:47:56 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 10:07:09 +0100
 
 libclass-dbi-plugin-pager-perl (0.561-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8c32422..1098022 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders: Ben Hutchings <ben at decadentplace.org.uk>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 8),
-               perl
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libclass-data-inheritable-perl,
                      libclass-dbi-perl,
                      libclass-dbi-plugin-abstractcount-perl,
diff --git a/debian/patches/change-module-build-minimum-version.patch b/debian/patches/change-module-build-minimum-version.patch
new file mode 100644
index 0000000..94e8f45
--- /dev/null
+++ b/debian/patches/change-module-build-minimum-version.patch
@@ -0,0 +1,27 @@
+Description: change minimum version for Module::Build to 0.38
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: no
+Last-Update: 2012-12-02
+
+--- libclass-dbi-plugin-pager-perl-0.566.orig/META.json
++++ libclass-dbi-plugin-pager-perl-0.566/META.json
+@@ -17,7 +17,7 @@
+    "prereqs" : {
+       "configure" : {
+          "requires" : {
+-            "Module::Build" : "0.40"
++            "Module::Build" : "0.38"
+          }
+       },
+       "runtime" : {
+--- libclass-dbi-plugin-pager-perl-0.566.orig/META.yml
++++ libclass-dbi-plugin-pager-perl-0.566/META.yml
+@@ -5,7 +5,7 @@ author:
+   - 'Nikolay S. <majestic at cpan.org>'
+ build_requires: {}
+ configure_requires:
+-  Module::Build: 0.40
++  Module::Build: 0.38
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
+ license: perl
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..da72220
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+change-module-build-minimum-version.patch

-- 
Debian packaging of libclass-dbi-plugin-pager-perl



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