This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libextutils-cbuilder-perl.
commit ebce58493e9bd742ee643b52ace76c17e8c94ce3 Author: gregor herrmann <[email protected]> Date: Sat Sep 27 16:39:18 2014 +0200 Drop alternative (build) dependency on libperl-ostype-perl. It's not a real package anymore but provided by perl-modules, and we already have the correct versioned dependency on perl. --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fc95cd5..0e48954 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,7 @@ Uploaders: Damyan Ivanov <[email protected]>, Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl, - perl (>= 5.13.9) | libperl-ostype-perl +Build-Depends-Indep: perl (>= 5.13.9) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-cbuilder-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-cbuilder-perl.git @@ -20,7 +19,7 @@ Package: libextutils-cbuilder-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - perl (>= 5.13.9) | libperl-ostype-perl + perl (>= 5.13.9) Description: module to compile and link C code for Perl modules ExtUtils::CBuilder is a utility to portably build C code by invoking the appropriate compilers and linkers. It provides a cross-platform way to build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-cbuilder-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
