[libperl6-export-attrs-perl] 02/03: Fix depend (not only build-depend) on libpadwalker-perl. Closes: Bug#803326. Thanks to Niko Tyni.
Jonas Smedegaard
dr at jones.dk
Thu Oct 29 00:10:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libperl6-export-attrs-perl.
commit a5124c17a9922849d67563c3ec7971e2ecd6841e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Oct 28 22:11:47 2015 +0100
Fix depend (not only build-depend) on libpadwalker-perl. Closes: Bug#803326. Thanks to Niko Tyni.
---
debian/rules | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 51dafbb..508cd0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/perl-build.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+pkg = $(DEB_SOURCE_PACKAGE)
+
DEB_UPSTREAM_PACKAGE = Perl6-Export-Attrs
#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Perl6-Export-Attrs
DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY
@@ -30,4 +32,8 @@ DEB_UPSTREAM_TARBALL_MD5 = e65c7eece62f9892a79ad6ce00aa95bd
# TODO: Drop when adopted in cdbs
CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
-CDBS_BUILD_DEPENDS +=, libpadwalker-perl
+# Needed by upstream build and (always/often) at runtime
+deps = libpadwalker-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl6-export-attrs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list