This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository boxer.
commit 36d3f8b93565e14939a2810a65e52d01da7a7082 Author: Jonas Smedegaard <[email protected]> Date: Tue Oct 21 03:31:02 2014 +0200 Build-depend on libfile-sharedir-install-perl. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 25b97e7..01bd336 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,9 @@ pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Boxer DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/J/JO/JONASS +# Needed by upstream build +bdeps = libfile-sharedir-install-perl + # Needed by upstream build and (always) at runtime perl-deps = app-cmd ipc-system-simple capture-tiny file-homedir json perl-deps += module-runtime moox-log-any moox-types-mooselike path-class @@ -41,5 +44,5 @@ depends = reclass perl-deps-test = compile fixme minimumversion pod synopsis deps-test = $(patsubst %,$(comma) libtest-%-perl,$(perl-deps-test)) -CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) +CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps), $(depends) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/boxer.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
