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 6daf6c2d747a81e9e523307ef7ac0df1e68dd043 Author: Dominic Hargreaves <[email protected]> Date: Sat Feb 26 17:35:59 2011 +0000 * Add dependencies on libclass-isa-perl | perl (<< 5.10.1-13) (closes: #614412) --- debian/changelog | 5 +++-- debian/control | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8c7d5f..e21db7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ libclass-virtual-perl (0.06-3) UNRELEASED; urgency=low - * NOT RELEASED YET + * Add dependencies on libclass-isa-perl | perl (<< 5.10.1-13) + (closes: #614412) - -- Dominic Hargreaves <[email protected]> Tue, 26 Feb 2008 22:04:23 +0000 + -- Dominic Hargreaves <[email protected]> Sat, 26 Feb 2011 17:35:20 +0000 libclass-virtual-perl (0.06-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 3e1e4bc..c849252 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: libclass-virtual-perl Section: perl Priority: optional Build-Depends: debhelper (>= 4.0.2) -Build-Depends-Indep: perl (>= 5.8.0-7), libcarp-assert-perl (>= 0.1), libclass-data-inheritable-perl (>= 0.02) +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) Maintainer: Dominic Hargreaves <[email protected]> Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/Class-Virtual/ @@ -10,7 +12,8 @@ Homepage: http://search.cpan.org/dist/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-data-inheritable-perl (>= 0.02), + libclass-isa-perl | perl (<< 5.10.1-13) 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
