[SCM] Debian packaging of libfennec-perl branch, master, updated. debian/1.012-2-9-g4401f95

gregor herrmann gregoa at debian.org
Sun May 12 11:54:28 UTC 2013


The following commit has been merged in the master branch:
commit 4401f959fc447c6132bb1512c1926556400b0811
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 12 13:52:04 2013 +0200

    switch order for Module::Build dependency
    
    we don't have perl 5.17 yet, and sbuild in its default configuration uses
    only the first alternative, so the package would fail to build
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 393efef..972ebfb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
+               libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
 Build-Depends-Indep: libexporter-declare-perl,
                      libmock-quick-perl,
                      libparallel-runner-perl (>= 0.013),

-- 
Debian packaging of libfennec-perl



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