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

gregor herrmann gregoa at debian.org
Sun Dec 2 16:02:46 UTC 2012


The following commit has been merged in the master branch:
commit 417141a543311933a2a3b09abaf69d2d0bcd1bea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 2 16:58:41 2012 +0100

    fix build-deps
    
    1) Module::Build needs to go into Build-Depends (not -Indep), since it's
       needed during clean
    2) technically we still need 'perl' in B-D-I
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index bf047cf..5f1d9f8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Ben Hutchings <ben at decadentplace.org.uk>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+               libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
 Build-Depends-Indep: libclass-data-inheritable-perl,
                      libclass-dbi-perl,
                      libclass-dbi-plugin-abstractcount-perl,
@@ -19,7 +20,7 @@ Build-Depends-Indep: libclass-data-inheritable-perl,
                      libtest-warn-perl,
                      libuniversal-exports-perl,
                      libuniversal-require-perl,
-                     libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
+                     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

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



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