This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmodule-manifest-skip-perl.
commit 3cc3f044ae082f89aede78727a69e86a38fc19d4 Author: Jonas Smedegaard <[email protected]> Date: Wed Aug 27 16:38:35 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 91fef5e..16bf374 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,11 @@ DEB_UPSTREAM_PACKAGE = Module-Manifest-Skip DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ +# Needed by upstream build process +bdeps = libfile-sharedir-install-perl + # Needed by upstream build process and (always) at runtime deps = libmoo-perl -CDBS_BUILD_DEPENDS += , $(deps) +CDBS_BUILD_DEPENDS += , $(bdeps), $(deps) CDBS_DEPENDS_$(pkg) = $(deps) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-manifest-skip-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
