[SCM] Debian packaging of perlbrew branch, master, updated. debian/0.28-2-10-g3ccedd9
Alessandro Ghedini
al3xbio at gmail.com
Sun Sep 18 15:31:13 UTC 2011
The following commit has been merged in the master branch:
commit bdc6bc7ffd88b4982af8b6b983eec552a62d1b67
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date: Sun Sep 18 17:28:23 2011 +0200
Switch order of new (Build-)Depends
Git-Dch: Ignore
diff --git a/debian/changelog b/debian/changelog
index 4917367..25e32bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,5 @@
perlbrew (0.29-1) UNRELEASED; urgency=low
- TODO:
- - d/control:
- + "perl (>= 5.14) | libtest-simple-perl (>= 0.98)": switch order, sbuild
- in default (buildd) config only looks at the first alternative
- + "libc-dev | libc6-dev": virtual package not allowed as first
- alternative. either switch order, or look into build-essential, or maybe
- replace "libc-dev | libc6-dev, make, gcc" with "build-essential"
-
* New upstream release
* Build depends on libtest-simple-perl (>= 0.98)
* Add also libc-dev to Depends (needed to build perl)
diff --git a/debian/control b/debian/control
index bf8be36..701f090 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: perl,
libpath-class-perl,
libtest-exception-perl,
libtest-output-perl,
- perl (>= 5.14) | libtest-simple-perl (>= 0.98),
+ libtest-simple-perl (>= 0.98) | perl (>= 5.14),
libtest-spec-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
@@ -23,7 +23,7 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdevel-patchperl-perl,
libfile-path-tiny-perl,
- libc-dev | libc6-dev,
+ libc6-dev | libc-dev,
make, gcc
Description: script to manage perl installations in your $HOME
perlbrew is a program to automate the building and installation of perl
--
Debian packaging of perlbrew
More information about the Pkg-perl-cvs-commits
mailing list