[SCM] Debian packaging of libanyevent-redis-perl branch, master, updated. 82eec29279e73578f3470c03159c79e23aca5136

gregor herrmann gregoa at debian.org
Thu Jul 5 20:09:59 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 5d67ba4..a00de5e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,26 @@
 Source: libanyevent-redis-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libanyevent-perl,
- libtest-leaktrace-perl,
- libtest-tcp-perl (>= 1.03),
- libtry-tiny-perl,
- perl,
- redis-server
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+                     libtest-leaktrace-perl,
+                     libtest-tcp-perl (>= 1.03),
+                     libtry-tiny-perl,
+                     perl,
+                     redis-server
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/AnyEvent-Redis/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-redis-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-redis-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-redis-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-Redis/
 
 Package: libanyevent-redis-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-perl,
- libtry-tiny-perl,
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl,
+         libtry-tiny-perl
 Description: Perl module that implements a non-blocking Redis client
  AnyEvent::Redis is a non-blocking (event-driven) Redis client based
  on the AnyEvent event loop framework.
@@ -28,3 +28,4 @@ Description: Perl module that implements a non-blocking Redis client
  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.
+

-- 
Debian packaging of libanyevent-redis-perl



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