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 6a12d696069b03ef0b8c94004a5cee42a6b92e82 Author: Jonas Smedegaard <[email protected]> Date: Wed Aug 27 16:37:04 2014 +0200 Tidy rules file. --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 725d7e2..5b2aa2d 100755 --- a/debian/rules +++ b/debian/rules @@ -21,13 +21,15 @@ include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk +pkg = $(DEB_SOURCE_PACKAGE) + DEB_UPSTREAM_PACKAGE = Module-Manifest-Skip DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 4e7614c19c8e70645dd66b1cbf74fabf -# Needed both by upstream build process and at runtime +# Needed by upstream build process and (always) at runtime deps = libmoo-perl CDBS_BUILD_DEPENDS += , $(deps) -CDBS_DEPENDS_ALL = $(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
