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

fsfs pushed a commit to branch master
in repository libdancer-plugin-rest-perl.

commit 5749c081ab7ed98006c4069d92ee47a7f24f2a35
Author: Florian Schlichting <f...@debian.org>
Date:   Thu Apr 24 00:37:48 2014 +0200

    Make Dancer dependency versioned, and specify M::B minimum version
---
 debian/control | 3 ++-
 debian/rules   | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ab836c9..d5afff9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: perl
 Priority: optional
 Build-Depends: devscripts (>= 2.10.7~),
  perl,
+ perl (>= 5.11.4) | libmodule-build-perl (>= 0.360300),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
- libdancer-perl,
+ libdancer-perl (>= 1.3111),
  libyaml-perl,
  libjson-perl
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 151eab5..10ffd05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,10 @@ DEB_UPSTREAM_PACKAGE = Dancer-Plugin-REST
 DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/S/SU/SUKRIA
 DEB_UPSTREAM_TARBALL_MD5 = b4dc3a2225222d75fb63e449fd8b7cde
 
+CDBS_BUILD_DEPENDS += , perl (>= 5.11.4) | libmodule-build-perl (>= 0.360300)
+
 # Needed both by upstream build process and at runtime
-common-depends = libdancer-perl
+common-depends = libdancer-perl (>= 1.3111)
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-rest-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to