This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libgit-version-compare-perl.
commit 2d0c2750e5aca7d6144b2cba032d426b8b934bc8 Author: gregor herrmann <[email protected]> Date: Fri Jun 3 22:00:57 2016 +0200 Drop (build) dependency on libnamespace-clean-perl. --- debian/control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index dc9a9e0..0eb4d11 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Debian Perl Group <[email protected]> Uploaders: gregor herrmann <[email protected]>, Angel Abad <[email protected]> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libnamespace-clean-perl, - libtest-nowarnings-perl, +Build-Depends-Indep: libtest-nowarnings-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-version-compare-perl.git @@ -17,8 +16,7 @@ Testsuite: autopkgtest-pkg-perl Package: libgit-version-compare-perl Architecture: all Depends: ${misc:Depends}, - ${perl:Depends}, - libnamespace-clean-perl + ${perl:Depends} Description: module to compare Git versions Git::Version::Compare contains a selection of subroutines that make dealing with Git-related things (like versions) a little bit easier. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgit-version-compare-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
