r68252 - in /trunk/libanyevent-redis-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Feb 9 18:58:54 UTC 2011


Author: ghedo-guest
Date: Wed Feb  9 18:58:39 2011
New Revision: 68252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68252
Log:
[svn-inject] Applying Debian modifications (0.23-1) to trunk

Added:
    trunk/libanyevent-redis-perl/debian/
    trunk/libanyevent-redis-perl/debian/changelog
    trunk/libanyevent-redis-perl/debian/compat
    trunk/libanyevent-redis-perl/debian/control
    trunk/libanyevent-redis-perl/debian/copyright
    trunk/libanyevent-redis-perl/debian/rules   (with props)
    trunk/libanyevent-redis-perl/debian/source/
    trunk/libanyevent-redis-perl/debian/source/format
    trunk/libanyevent-redis-perl/debian/watch

Added: trunk/libanyevent-redis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/changelog?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/changelog (added)
+++ trunk/libanyevent-redis-perl/debian/changelog Wed Feb  9 18:58:39 2011
@@ -1,0 +1,5 @@
+libanyevent-redis-perl (0.23-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #612651)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Wed, 9 Feb 2011 19:31:48 +0100

Added: trunk/libanyevent-redis-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/compat?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/compat (added)
+++ trunk/libanyevent-redis-perl/debian/compat Wed Feb  9 18:58:39 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libanyevent-redis-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/control?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/control (added)
+++ trunk/libanyevent-redis-perl/debian/control Wed Feb  9 18:58:39 2011
@@ -1,0 +1,30 @@
+Source: libanyevent-redis-perl
+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 <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/AnyEvent-Redis/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libanyevent-redis-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libanyevent-redis-perl/
+
+Package: libanyevent-redis-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libanyevent-perl,
+ libtry-tiny-perl,
+ 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.
+ .
+ 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.

Added: trunk/libanyevent-redis-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/copyright?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/copyright (added)
+++ trunk/libanyevent-redis-perl/debian/copyright Wed Feb  9 18:58:39 2011
@@ -1,0 +1,38 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: AnyEvent-Redis
+Upstream-Contact: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/AnyEvent-Redis/
+
+Files: *
+Copyright: 2009, Tatsuhiko Miyagawa
+License: Artistic or GPL-1+
+
+Files: lib/AnyEvent/Redis/Protocol.pm
+Copyright: 2010, Michael S. Fischer
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libanyevent-redis-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/rules?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/rules (added)
+++ trunk/libanyevent-redis-perl/debian/rules Wed Feb  9 18:58:39 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libanyevent-redis-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libanyevent-redis-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/source/format?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/source/format (added)
+++ trunk/libanyevent-redis-perl/debian/source/format Wed Feb  9 18:58:39 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libanyevent-redis-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-redis-perl/debian/watch?rev=68252&op=file
==============================================================================
--- trunk/libanyevent-redis-perl/debian/watch (added)
+++ trunk/libanyevent-redis-perl/debian/watch Wed Feb  9 18:58:39 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/AnyEvent-Redis/   .*/AnyEvent-Redis-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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