[SCM] Debian packaging of libredis-perl branch, master, updated. debian/1.9510-2-3-g4898180

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:02 UTC 2012


The following commit has been merged in the master branch:
commit 5411fa51a059845ba7461326a9f72baae35bf62f
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:52:53 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index cdc65e9..6066564 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,35 @@
 Source: libredis-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <diocles at debian.org>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Jorge Salamero Sanz <bencer at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libio-string-perl,
- libtest-deep-perl,
- libtest-exception-perl,
- libtest-fatal-perl,
- perl (>= 5.14) | libtest-simple-perl (>= 0.96),
- libtest-pod-perl,
- libtry-tiny-perl,
- redis-server
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Tim Retout <diocles at debian.org>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jorge Salamero Sanz <bencer at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libio-string-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-fatal-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     libtest-pod-perl,
+                     libtry-tiny-perl,
+                     redis-server
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Redis/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libredis-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libredis-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libredis-perl.git
+Homepage: http://search.cpan.org/dist/Redis/
 
 Package: libredis-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libtry-tiny-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         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
  is non-volatile. Redis additionally provides native support for atomically
  manipulating and querying data structures such as lists and sets.
  .
  This package contains the Perl client library.
+

-- 
Debian packaging of libredis-perl



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