This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libtheschwartz-perl.
commit 8266698cefd8d3376b401767cd4092e6945a4274 Author: Dominic Hargreaves <[email protected]> Date: Mon May 9 20:52:18 2016 +0100 Add Build-Depends on libmodule-build-perl --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8cdd73e..075d044 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libtheschwartz-perl (1.12-1) UNRELEASED; urgency=low * Update Standards-Version (no changes) * Switch to dpkg-source 3.0 (quilt) format * TODO: test failure t/unique.t + * Add Build-Depends on libmodule-build-perl -- Dominic Hargreaves <[email protected]> Sat, 15 Feb 2014 11:57:55 +0000 diff --git a/debian/control b/debian/control index 3b628eb..f03605e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, - libdata-objectdriver-perl + libdata-objectdriver-perl, + libmodule-build-perl, Maintainer: Dominic Hargreaves <[email protected]> Standards-Version: 3.9.8 Homepage: http://search.cpan.org/dist/TheSchwartz/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtheschwartz-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
