[SCM] libmodule-manifest-skip-perl Debian packaging branch, master, updated. upstream/0.17-10-gcd17eda

Jonas Smedegaard dr at jones.dk
Fri Nov 2 16:43:54 UTC 2012


The following commit has been merged in the master branch:
commit a41ab480adb8f70901dc2bf31e5b4d47d85e2a1c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 2 17:41:40 2012 +0100

    Fix relax (build-)dependency on libmoo-perl: Wrongly using less-than (not greater-than), and not available in stable at all tightening was irrelevant.

diff --git a/debian/rules b/debian/rules
index b795261..b26f4ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
 DEB_UPSTREAM_TARBALL_MD5 = 4e7614c19c8e70645dd66b1cbf74fabf
 
 # Needed both by upstream build process and at runtime
-deps = libmoo-perl (<= 0.091013)
+deps = libmoo-perl
 
 CDBS_BUILD_DEPENDS += , $(deps)
 CDBS_DEPENDS_ALL = $(deps)

-- 
libmodule-manifest-skip-perl Debian packaging



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