r50949 - in /trunk/libredis-perl/debian: ./ changelog compat control copyright rules watch

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Thu Jan 14 21:26:01 UTC 2010


Author: diocles
Date: Thu Jan 14 21:25:54 2010
New Revision: 50949

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

Added:
    trunk/libredis-perl/debian/
    trunk/libredis-perl/debian/changelog
    trunk/libredis-perl/debian/compat
    trunk/libredis-perl/debian/control
    trunk/libredis-perl/debian/copyright
    trunk/libredis-perl/debian/rules   (with props)
    trunk/libredis-perl/debian/watch

Added: trunk/libredis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/changelog?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/changelog (added)
+++ trunk/libredis-perl/debian/changelog Thu Jan 14 21:25:54 2010
@@ -1,0 +1,5 @@
+libredis-perl (2:0.0801-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #565333)
+
+ -- Tim Retout <tim at retout.co.uk>  Thu, 14 Jan 2010 20:51:32 +0000

Added: trunk/libredis-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/compat?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/compat (added)
+++ trunk/libredis-perl/debian/compat Thu Jan 14 21:25:54 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libredis-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/control?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/control (added)
+++ trunk/libredis-perl/debian/control Thu Jan 14 21:25:54 2010
@@ -1,0 +1,21 @@
+Source: libredis-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <tim at retout.co.uk>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Redis/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libredis-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libredis-perl/
+
+Package: libredis-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+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.

Added: trunk/libredis-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/copyright?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/copyright (added)
+++ trunk/libredis-perl/debian/copyright Thu Jan 14 21:25:54 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Dobrica Pavlinusic <dpavlin at rot13.org>
+Source: http://search.cpan.org/dist/Redis/
+Name: Redis
+
+Files: *
+Copyright: Dobrica Pavlinusic <dpavlin at rot13.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Tim Retout <tim at retout.co.uk>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libredis-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/rules?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/rules (added)
+++ trunk/libredis-perl/debian/rules Thu Jan 14 21:25:54 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libredis-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libredis-perl/debian/watch?rev=50949&op=file
==============================================================================
--- trunk/libredis-perl/debian/watch (added)
+++ trunk/libredis-perl/debian/watch Thu Jan 14 21:25:54 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Redis/   .*/Redis-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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