r39118 - in /trunk/libstring-rewriteprefix-perl/debian: ./ changelog compat control copyright libstring-rewriteprefix-perl.docs rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Jul 2 10:30:29 UTC 2009


Author: eloy
Date: Thu Jul  2 10:30:23 2009
New Revision: 39118

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

Added:
    trunk/libstring-rewriteprefix-perl/debian/
    trunk/libstring-rewriteprefix-perl/debian/changelog
    trunk/libstring-rewriteprefix-perl/debian/compat
    trunk/libstring-rewriteprefix-perl/debian/control
    trunk/libstring-rewriteprefix-perl/debian/copyright
    trunk/libstring-rewriteprefix-perl/debian/libstring-rewriteprefix-perl.docs
    trunk/libstring-rewriteprefix-perl/debian/rules   (with props)
    trunk/libstring-rewriteprefix-perl/debian/watch

Added: trunk/libstring-rewriteprefix-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/changelog?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/changelog (added)
+++ trunk/libstring-rewriteprefix-perl/debian/changelog Thu Jul  2 10:30:23 2009
@@ -1,0 +1,5 @@
+libstring-rewriteprefix-perl (0.004-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 2 Jul 2009 12:18:53 +0200

Added: trunk/libstring-rewriteprefix-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/compat?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/compat (added)
+++ trunk/libstring-rewriteprefix-perl/debian/compat Thu Jul  2 10:30:23 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libstring-rewriteprefix-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/control?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/control (added)
+++ trunk/libstring-rewriteprefix-perl/debian/control Thu Jul  2 10:30:23 2009
@@ -1,0 +1,17 @@
+Source: libstring-rewriteprefix-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-rewriteprefix-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/
+Homepage: http://search.cpan.org/dist/String-RewritePrefix/
+
+Package: libstring-rewriteprefix-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: rewrite strings based on a set of known prefixes
+ String::RewritePrefix rewrite strings based on a set of known prefixes.

Added: trunk/libstring-rewriteprefix-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/copyright?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/copyright (added)
+++ trunk/libstring-rewriteprefix-perl/debian/copyright Thu Jul  2 10:30:23 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/String-RewritePrefix/
+Upstream-Name: String-RewritePrefix
+
+Files: *
+Copyright: 2008, by Ricardo SIGNES.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+License: Artistic | 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/libstring-rewriteprefix-perl/debian/libstring-rewriteprefix-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/libstring-rewriteprefix-perl.docs?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/libstring-rewriteprefix-perl.docs (added)
+++ trunk/libstring-rewriteprefix-perl/debian/libstring-rewriteprefix-perl.docs Thu Jul  2 10:30:23 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libstring-rewriteprefix-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/rules?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/rules (added)
+++ trunk/libstring-rewriteprefix-perl/debian/rules Thu Jul  2 10:30:23 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libstring-rewriteprefix-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-rewriteprefix-perl/debian/watch?rev=39118&op=file
==============================================================================
--- trunk/libstring-rewriteprefix-perl/debian/watch (added)
+++ trunk/libstring-rewriteprefix-perl/debian/watch Thu Jul  2 10:30:23 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/String-RewritePrefix/   .*/String-RewritePrefix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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