--- libstring-rewriteprefix-perl-0.004.orig/debian/compat +++ libstring-rewriteprefix-perl-0.004/debian/compat @@ -0,0 +1 @@ +7 --- libstring-rewriteprefix-perl-0.004.orig/debian/control +++ libstring-rewriteprefix-perl-0.004/debian/control @@ -0,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 +Uploaders: Krzysztof Krzyżaniak (eloy) +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 rewrites strings based on a set of known prefixes. --- libstring-rewriteprefix-perl-0.004.orig/debian/rules +++ libstring-rewriteprefix-perl-0.004/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libstring-rewriteprefix-perl-0.004.orig/debian/changelog +++ libstring-rewriteprefix-perl-0.004/debian/changelog @@ -0,0 +1,5 @@ +libstring-rewriteprefix-perl (0.004-1) unstable; urgency=low + + * Initial Release (closes: #535455) + + -- Krzysztof Krzyżaniak (eloy) Thu, 2 Jul 2009 12:18:53 +0200 --- libstring-rewriteprefix-perl-0.004.orig/debian/watch +++ libstring-rewriteprefix-perl-0.004/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/String-RewritePrefix/ .*/String-RewritePrefix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libstring-rewriteprefix-perl-0.004.orig/debian/copyright +++ libstring-rewriteprefix-perl-0.004/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ricardo SIGNES +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) +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' --- libstring-rewriteprefix-perl-0.004.orig/debian/libstring-rewriteprefix-perl.docs +++ libstring-rewriteprefix-perl-0.004/debian/libstring-rewriteprefix-perl.docs @@ -0,0 +1 @@ +README