r66905 - in /trunk/libtie-persistent-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Jan 4 11:06:36 UTC 2011


Author: periapt-guest
Date: Tue Jan  4 11:06:25 2011
New Revision: 66905

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

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

Added: trunk/libtie-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/changelog?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/changelog (added)
+++ trunk/libtie-persistent-perl/debian/changelog Tue Jan  4 11:06:25 2011
@@ -1,0 +1,5 @@
+libtie-persistent-perl (1.00-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #608877)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 4 Jan 2011 10:54:01 +0000

Added: trunk/libtie-persistent-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/compat?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/compat (added)
+++ trunk/libtie-persistent-perl/debian/compat Tue Jan  4 11:06:25 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libtie-persistent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/control?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/control (added)
+++ trunk/libtie-persistent-perl/debian/control Tue Jan  4 11:06:25 2011
@@ -1,0 +1,22 @@
+Source: libtie-persistent-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Tie-Persistent/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-persistent-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-persistent-perl/
+
+Package: libtie-persistent-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: tied interface to persistent file
+ Tie::Persistent makes working with persistent data real easy by using the tie
+ interface. It works by storing data contained in a variable into a file (not
+ unlike a database). The primary advantage is speed, as the whole datastructure
+ is kept in memory (which is also a limitation), and, of course, that you can
+ use arbitrary data structures inside the variable (unlike DB_File). Note that
+ it is most useful if the data structure fits into memory.

Added: trunk/libtie-persistent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/copyright?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/copyright (added)
+++ trunk/libtie-persistent-perl/debian/copyright Tue Jan  4 11:06:25 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Roland Giersig <RGiersig at cpan.org>
+Source: http://search.cpan.org/dist/Tie-Persistent/
+Name: Tie-Persistent
+
+Files: *
+Copyright: 1999-2002, Roland Giersig <RGiersig at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.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 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/libtie-persistent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/rules?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/rules (added)
+++ trunk/libtie-persistent-perl/debian/rules Tue Jan  4 11:06:25 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtie-persistent-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/source/format?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/source/format (added)
+++ trunk/libtie-persistent-perl/debian/source/format Tue Jan  4 11:06:25 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtie-persistent-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-persistent-perl/debian/watch?rev=66905&op=file
==============================================================================
--- trunk/libtie-persistent-perl/debian/watch (added)
+++ trunk/libtie-persistent-perl/debian/watch Tue Jan  4 11:06:25 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Tie-Persistent/   .*/Tie-Persistent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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