[SCM] libdancer-logger-psgi-perl Debian packaging branch, master, updated. debian/0.04-1-2-gaa1efb4

Jonas Smedegaard dr at jones.dk
Mon May 7 00:19:42 UTC 2012


The following commit has been merged in the master branch:
commit 971cd046a000c25443502e0559b9ba1d12efcc79
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon May 7 02:16:04 2012 +0200

    Fix build-depend on recent perl, or alternatively a recent libmodule-build-perl.

diff --git a/debian/rules b/debian/rules
index a5f5bd6..48f1896 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ DEB_UPSTREAM_TARBALL_MD5 = acc2eadcfb93923aa50b593d641082e9
 # Needed both by upstream build process and at runtime
 common-depends = libdancer-perl, libplack-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
+CDBS_BUILD_DEPENDS += , $(common-depends), perl (>= 5.12) | libmodule-build-perl (>= 0.360100)
 CDBS_DEPENDS_ALL = $(common-depends)
 
 # Needed by upstream tests

-- 
libdancer-logger-psgi-perl Debian packaging



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