r73702 - in /trunk/libcgi-session-driver-memcached-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

eythian-guest at users.alioth.debian.org eythian-guest at users.alioth.debian.org
Thu Apr 28 05:23:52 UTC 2011


Author: eythian-guest
Date: Thu Apr 28 05:23:00 2011
New Revision: 73702

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

Added:
    trunk/libcgi-session-driver-memcached-perl/debian/
    trunk/libcgi-session-driver-memcached-perl/debian/changelog
    trunk/libcgi-session-driver-memcached-perl/debian/compat
    trunk/libcgi-session-driver-memcached-perl/debian/control
    trunk/libcgi-session-driver-memcached-perl/debian/copyright
    trunk/libcgi-session-driver-memcached-perl/debian/rules   (with props)
    trunk/libcgi-session-driver-memcached-perl/debian/source/
    trunk/libcgi-session-driver-memcached-perl/debian/source/format
    trunk/libcgi-session-driver-memcached-perl/debian/watch

Added: trunk/libcgi-session-driver-memcached-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/changelog?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/changelog (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/changelog Thu Apr 28 05:23:00 2011
@@ -1,0 +1,5 @@
+libcgi-session-driver-memcached-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #624168)
+
+ -- Robin Sheat <robin at catalyst.net.nz>  Tue, 26 Apr 2011 17:06:38 +1200

Added: trunk/libcgi-session-driver-memcached-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/compat?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/compat (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/compat Thu Apr 28 05:23:00 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcgi-session-driver-memcached-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/control?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/control (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/control Thu Apr 28 05:23:00 2011
@@ -1,0 +1,21 @@
+Source: libcgi-session-driver-memcached-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libcgi-session-perl (>= 4), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Robin Sheat <robin at catalyst.net.nz>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CGI-Session-Driver-memcached/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-session-driver-memcached-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/
+
+Package: libcgi-session-driver-memcached-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcgi-session-perl (>= 4), 
+ libcache-memcached-perl | libcache-memcached-fast-perl, 
+ perl
+Suggests: memcached
+Description: Perl module to allow CGI sessions to be stored in memcache 
+ A Perl module (CGI::Session::Driver::memcached) that allows CGI session
+ information to be stored in a memcached server.

Added: trunk/libcgi-session-driver-memcached-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/copyright?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/copyright (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/copyright Thu Apr 28 05:23:00 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Kazuhiro Oinuma <oinume at cpan.org>
+Source: http://search.cpan.org/dist/CGI-Session-Driver-memcached/
+Name: CGI-Session-Driver-memcached
+
+Files: *
+Copyright: Kazuhiro Oinuma <oinume at cpan.org>
+License: GPL-2+ or Artistic
+
+Files: debian/*
+Copyright: 2011, Robin Sheat <robin at catalyst.net.nz>
+License: GPL-1+ or 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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/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'.

Added: trunk/libcgi-session-driver-memcached-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/rules?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/rules (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/rules Thu Apr 28 05:23:00 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcgi-session-driver-memcached-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-session-driver-memcached-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/source/format?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/source/format (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/source/format Thu Apr 28 05:23:00 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-session-driver-memcached-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-driver-memcached-perl/debian/watch?rev=73702&op=file
==============================================================================
--- trunk/libcgi-session-driver-memcached-perl/debian/watch (added)
+++ trunk/libcgi-session-driver-memcached-perl/debian/watch Thu Apr 28 05:23:00 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Session-Driver-memcached/   .*/CGI-Session-Driver-memcached-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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