[libuniversal-ref-perl] 01/02: Update package relations: Fix only build-depend on libdata-dump-streamer-perl: Needed only for testsuite.
Jonas Smedegaard
dr at jones.dk
Tue Feb 24 22:03:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libuniversal-ref-perl.
commit 42054e0e1e64ad83a04c91f1c7172f213b4449ed
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Feb 24 22:56:15 2015 +0100
Update package relations: Fix only build-depend on libdata-dump-streamer-perl: Needed only for testsuite.
---
debian/rules | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index ba27dc0..72c8516 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,12 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/J/JJ/JJORE
DEB_UPSTREAM_TARBALL_MD5 = a51b4fe3f4c56d37633d8978a5ee88b8
# Needed by upstream build and (always) at runtime
-deps = libb-utils-perl, libdata-dump-streamer-perl
+deps = libb-utils-perl
-CDBS_BUILD_DEPENDS +=, $(deps)
+# Needed by upstream testsuite
+deps-test = libdata-dump-streamer-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
CDBS_DEPENDS_$(pkg) = $(deps)
# Preserve upstream shipped cruft
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libuniversal-ref-perl.git
More information about the Pkg-perl-cvs-commits
mailing list