[libredis-perl] 04/05: Update build dependencies.

gregor herrmann gregoa at debian.org
Fri Jan 10 22:26:17 UTC 2014


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

gregoa pushed a commit to branch master
in repository libredis-perl.

commit 6bdc7782b8f5aad6eaa40d9be3732865fb2f68c1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 23:25:22 2014 +0100

    Update build dependencies.
---
 debian/compat  | 2 +-
 debian/control | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 3b895ca..f860bba 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,11 @@ Uploaders: Tim Retout <diocles at debian.org>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+Build-Depends: debhelper (>= 9.20130630~),
+               libmodule-build-tiny-perl,
+               perl
 Build-Depends-Indep: perl,
+                     libio-socket-timeout-perl,
                      libio-string-perl,
                      libtest-deep-perl,
                      libtest-fatal-perl,
@@ -26,6 +28,7 @@ Package: libredis-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
+         libio-socket-timeout-perl,
          libtry-tiny-perl
 Description: persistent key-value database with network interface (Perl client library)
  Redis is a key-value database in a similar vein to memcache but the dataset

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



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