[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 f78678f5da585533b0acaffe60ec1f9efd321746
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 2 09:56:03 2012 +0100

    Bump S-V to 3.9.4 + dh 8 + libuniversal-require-perl dependency

diff --git a/debian/changelog b/debian/changelog
index 33876a7..d2d8a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ libclass-dbi-plugin-pager-perl (0.566-1) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * Imported Upstream version 0.566
   * Remove fix-tests-new-sql-abstract.patch included now in upstream
+  * Use debhelper 8
+  * Bump Standards-Version to 3.9.4
+  * Add libuniversal-require-perl in dependencies
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 09:47:56 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 9eda40e..8c32422 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ben Hutchings <ben at decadentplace.org.uk>,
            Damyan Ivanov <dmn at debian.org>,
            Tim Retout <diocles at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 8),
                perl
 Build-Depends-Indep: libclass-data-inheritable-perl,
                      libclass-dbi-perl,
@@ -14,11 +15,13 @@ Build-Depends-Indep: libclass-data-inheritable-perl,
                      libdata-page-perl,
                      libsql-abstract-perl,
                      libtest-exception-perl,
-                     libtest-pod-perl,
                      libtest-pod-coverage-perl,
+                     libtest-pod-perl,
                      libtest-warn-perl,
-                     libuniversal-exports-perl
-Standards-Version: 3.8.4
+                     libuniversal-exports-perl,
+                     libuniversal-require-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-dbi-plugin-pager-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-plugin-pager-perl.git
 Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-Pager/
@@ -32,7 +35,8 @@ Depends: ${misc:Depends},
          libclass-dbi-plugin-abstractcount-perl,
          libdata-page-perl,
          libsql-abstract-perl,
-         libuniversal-exports-perl
+         libuniversal-exports-perl,
+         libuniversal-require-perl
 Description: Class::DBI::Plugin::Pager - paged queries for CDBI
  Adds a pager method to your class that can query using SQL::Abstract
  where clauses, and limit the number of rows returned to a specific

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



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