[libnet-amqp-perl] 03/05: Fix stop depend (only build-depend) on libmodule-build-perl.

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jun 11 16:25:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.05-1
in repository libnet-amqp-perl.

commit 9ffda67bca9e97edee4536807eb0571f0dfbd383
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 21 23:40:58 2013 +0100

    Fix stop depend (only build-depend) on libmodule-build-perl.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d7fcfcf..54a45dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,9 @@ DEB_UPSTREAM_TARBALL_MD5 = 393b6134aea560dc26a3fd486542e7d2
 # Needed by upstream build process and (always) at runtime
 perl-deps = class-accessor class-data-inheritable xml-libxml
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps +=, libmodule-build-perl (>= 0.40)
+
+# Needed by upstream build
+CDBS_BUILD_DEPENDS +=, libmodule-build-perl (>= 0.40)
 
 # Needed by upstream testsuite
 perl-deps-test = test-deep test-simple parse-recdescent

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-amqp-perl.git



More information about the Pkg-perl-cvs-commits mailing list