This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libclass-virtual-perl.
commit 48aea8f90433eba6d6d01074c643fad87f59d258 Author: Dominic Hargreaves <[email protected]> Date: Wed Aug 23 14:26:55 2017 +0100 Tidy up old versioned dependencies --- debian/changelog | 1 + debian/control | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 71877b9..6e97b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libclass-virtual-perl (0.06-4) UNRELEASED; urgency=medium * debian/watch: use metacpan-based URL. * Update dh compat to 9 * Update Standards-Version (no changes) + * Tidy up old versioned dependencies -- Dominic Hargreaves <[email protected]> Wed, 23 Aug 2017 14:18:39 +0100 diff --git a/debian/control b/debian/control index 630b7b5..ca9eef1 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: libclass-virtual-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) -Build-Depends-Indep: perl (>= 5.8.0-7), libcarp-assert-perl (>= 0.1), - libclass-data-inheritable-perl (>= 0.02), - libclass-isa-perl | perl (<< 5.10.1-13) +Build-Depends-Indep: perl, + libcarp-assert-perl, + libclass-data-inheritable-perl, + libclass-isa-perl, Maintainer: Debian Perl Group <[email protected]> Uploaders: Dominic Hargreaves <[email protected]> Standards-Version: 4.1.0 @@ -14,9 +15,10 @@ Homepage: https://metacpan.org/release/Class-Virtual Package: libclass-virtual-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl (>= 0.1), - libclass-data-inheritable-perl (>= 0.02), - libclass-isa-perl | perl (<< 5.10.1-13) +Depends: ${perl:Depends}, ${misc:Depends}, + libcarp-assert-perl, + libclass-data-inheritable-perl, + libclass-isa-perl, Description: Base class for virtual base classes This is a base class for implementing virtual base classes (what some people call an abstract class). Kinda kooky. It allows you to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-virtual-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
