This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libdist-inkt-profile-tobyink-perl.
commit df4ea2a1810d5c9764667d5184756dd8f809795e Author: Jonas Smedegaard <[email protected]> Date: Tue Aug 15 20:58:31 2017 +0200 Really fix depend on cpanminus. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index e52fc67..3fba113 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,6 @@ depends = cpanminus # Needed by upstream testsuite deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) -CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends) -CDBS_DEPENDS_$(pkg) = $(deps) +CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) +CDBS_DEPENDS_$(pkg) = $(deps), $(depends) CDBS_RECOMMENDS_$(pkg) = $(deps-recommend) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-inkt-profile-tobyink-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
