This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository librole-commons-perl.
commit 122c98b251afb413837f6a7911ea5f495083126b Author: Jonas Smedegaard <[email protected]> Date: Tue Aug 4 17:47:29 2015 +0200 Update package relations: Build-depend on libtest-exception-perl. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5f77d50..593dea4 100755 --- a/debian/rules +++ b/debian/rules @@ -34,9 +34,11 @@ CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper perl-deps = module-runtime moo object-id type-tiny match-simple deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) +bdeps-test = libtest-exception-perl + provides = libobject-authority-perl, libauthority-shared-perl -CDBS_BUILD_DEPENDS += , $(deps) +CDBS_BUILD_DEPENDS +=, $(bdeps-test), $(deps) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_CONFLICTS_$(pkg) = $(provides) CDBS_PROVIDES_$(pkg) = $(provides) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librole-commons-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
