--- libtext-reform-perl-1.20.orig/debian/control +++ libtext-reform-perl-1.20/debian/control @@ -0,0 +1,20 @@ +Source: libtext-reform-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Daniel Ruoso , + gregor herrmann , + Salvatore Bonaccorso +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-Reform/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-reform-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-reform-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-perl (>= 1.14) + +Package: libtext-reform-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for manual text wrapping and reformatting + Text::Reform provides a re-entrant, highly configurable replacement + for the built-in Perl format() mechanism. --- libtext-reform-perl-1.20.orig/debian/copyright +++ libtext-reform-perl-1.20/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Maintainer: Damian Conway +Source: http://search.cpan.org/dist/Text-Reform/ +Upstream-Name: Text-Reform + +Files: * +Copyright: 1997-2007, Damian Conway +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2003, 2004, Ardo van Rangelrooij + 2004, Daniel Ruoso + 2007, Joey Hess + 2006, 2008, gregor herrmann + 2009, Salvatore Bonaccorso +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. +X-Comment: + 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. +X-Comment: + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtext-reform-perl-1.20.orig/debian/watch +++ libtext-reform-perl-1.20/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Reform/ .*/Text-Reform-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtext-reform-perl-1.20.orig/debian/compat +++ libtext-reform-perl-1.20/debian/compat @@ -0,0 +1 @@ +7 --- libtext-reform-perl-1.20.orig/debian/changelog +++ libtext-reform-perl-1.20/debian/changelog @@ -0,0 +1,86 @@ +libtext-reform-perl (1.20-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * New upstream release + * debian/control: + - Add myself to uploaders + * Bump compat level to 7 and adjust Build-Depends on debhelper. + * Minimize debian/rules file and move example listing accordingly + to libtext-reform-perl.examples. + * Bump Standards-Version to 3.8.3 (no changes) + * debian/copyright: Update format to new DEP5 format specification + proposal. Update copyright and years. + + -- Salvatore Bonaccorso Sun, 06 Sep 2009 22:57:44 +0200 + +libtext-reform-perl (1.12.2-1) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/watch: use dist-based URL. + + * New upstream release. + * debian/watch: extended regexp for matching upstream releases. + * Refresh debian/rules, no functional changes. + * Remove debian/libtext-reform-perl.*; don't install README any more. + * debian/control: change my email address. + * debian/control: add build dependencies on libmodule-build-perl and + libtest-pod-perl. + * Set Standards-Version to 3.8.0 (no changes). + * debian/control: mention module name in long description. + * debian/copyright: add specific upstream source location, update + copyright/license information. + + -- gregor herrmann Fri, 20 Jun 2008 20:55:47 +0200 + +libtext-reform-perl (1.11-6) unstable; urgency=low + + [ Frank Lichtenheld ] + * Fix typo in Description + + [ Joey Hess ] + * Add self to uploaders. + + -- Joey Hess Sat, 11 Aug 2007 22:37:47 -0400 + +libtext-reform-perl (1.11-5) unstable; urgency=low + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. + + -- gregor herrmann Sun, 1 Oct 2006 15:00:28 +0200 + +libtext-reform-perl (1.11-4) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + * Set Debhelper Compatibility Level to 5. + + -- gregor herrmann Fri, 16 Jun 2006 17:08:04 +0200 + +libtext-reform-perl (1.11-3) unstable; urgency=low + + * Adopting package. + + -- Daniel Ruoso Thu, 27 May 2004 15:58:09 -0300 + +libtext-reform-perl (1.11-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.6.1 (no changes) + + -- Ardo van Rangelrooij Sat, 7 Feb 2004 22:47:48 -0600 + +libtext-reform-perl (1.11-1) unstable; urgency=low + + * Initial Release + (closes: Bug#205951) + + -- Ardo van Rangelrooij Sun, 17 Aug 2003 17:53:02 -0500 --- libtext-reform-perl-1.20.orig/debian/rules +++ libtext-reform-perl-1.20/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtext-reform-perl-1.20.orig/debian/libtext-reform-perl.examples +++ libtext-reform-perl-1.20/debian/libtext-reform-perl.examples @@ -0,0 +1 @@ +demo/*