--- libtext-formattable-perl-1.03.orig/debian/rules +++ libtext-formattable-perl-1.03/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + # example.pl is incorrectly installed in the modules directory. We + # remove it here and add it as example via debian/examples + rm $(CURDIR)/debian/libtext-formattable-perl/usr/share/perl5/Text/example.pl --- libtext-formattable-perl-1.03.orig/debian/changelog +++ libtext-formattable-perl-1.03/debian/changelog @@ -0,0 +1,94 @@ +libtext-formattable-perl (1.03-1) unstable; urgency=low + + * New upstream release + * Drop zero-width.patch since fixed now upstream. Remove Build-Dependency + on quilt. Drop README.source which is explaining we used quilt. + + -- Salvatore Bonaccorso Sat, 25 Jul 2009 09:03:17 +0200 + +libtext-formattable-perl (1.02-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 Standards-Version to 3.8.2 (no changes) + - Rephrase short description of package + * debian/watch: Remove comments from file. + * debian/README.source: Shorten text and point to the more + extensive quilt file under /usr/share/doc/quilt/README.source. + * Update debian/changelog and use machine-readable debian/copyright + format specifications from dep5 proposal. + * Refresh the zero-width.patch for new upstream release. + * Simplify debian/rules and update Build-Depends on debhelper and + quilt. + + [ gregor herrmann ] + * debian/control: change my email address. + + -- Salvatore Bonaccorso Fri, 24 Jul 2009 16:05:56 +0200 + +libtext-formattable-perl (1.01-3) unstable; urgency=low + + * add zero-width.patch by Penny Leach + Closes: #490554 -- buffycli: Can't take log of 0 at + /usr/share/perl5/Text/FormatTable.pm line 145 + * add quilt to B-D/rules + * convert debian/rules to debhelper 7; adjust debhelper build-dependency and + debian/compat; install examples via debian/examples + * add debian/README.source documenting quilt usage + * Standards-Version: 3.8.0 + * chamge my email address in Uploaders + + -- Damyan Ivanov Thu, 16 Oct 2008 08:50:20 +0300 + +libtext-formattable-perl (1.01-2) 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/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467979) + - don't ignore errors of make distclean + - move tests to build-stamp target + - remove unused CFLAGS + - use $@ for touching stamp files + - install example.pl with dh_installexamples instead of dh_installdocs + - remove some unused/unneeded dh_* calls + - don't install the README any more, doesn't provide useful information + for the user + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + * debian/copyright: add upstream source location, switch to new format, + update years of copyright according to the module itself. + * Add /me to Uploaders. + + -- gregor herrmann Sat, 01 Mar 2008 01:34:20 +0100 + +libtext-formattable-perl (1.01-1) unstable; urgency=low + + * New upstream release + + -- Gunnar Wolf Fri, 11 Jun 2004 16:42:08 -0500 + +libtext-formattable-perl (1.00-2) unstable; urgency=low + + * Initial Debian upload (Closes: #253641) + + -- Gunnar Wolf Thu, 10 Jun 2004 10:36:36 -0500 + +libtext-formattable-perl (1.00-1) unstable; urgency=low + + * Initial Release. + + -- Damyan Ivanov (at work) Thu, 10 Jun 2004 15:30:37 +0300 + --- libtext-formattable-perl-1.03.orig/debian/watch +++ libtext-formattable-perl-1.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-FormatTable/ .*/Text-FormatTable-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtext-formattable-perl-1.03.orig/debian/control +++ libtext-formattable-perl-1.03/debian/control @@ -0,0 +1,23 @@ +Source: libtext-formattable-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , + Gunnar Wolf , + gregor herrmann , + Salvatore Bonaccorso +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Text-FormatTable/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-formattable-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-formattable-perl/ + +Package: libtext-formattable-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module to format text tables + Text::FormatTable renders simple tables as text. You pass to the constructor + (new) a table format specification similar to LaTeX (e.g. r|l|l) and you + call methods to fill the table data and insert rules. After the data is filled, + you call the render method and the table gets formatted as text. --- libtext-formattable-perl-1.03.orig/debian/copyright +++ libtext-formattable-perl-1.03/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Text-FormatTable +X-Comment: + Upstream author: David Schweikert + Fixed column width and bottom alignment written by Veselin Slavov + . +Maintainer: Trey Harris +Source: http://search.cpan.org/dist/Text-FormatTable/ + +Files: * +Copyright: Copyright (c) 2001-2004 Swiss Federal Institute of Technology, Zurich. + All Rights Reserved. + Copyright (c) 2009 Trey Harris +License: GPL-1+ or Artistic + +Files: debian/* +Copyright: Copyright 2004-2009, Debian Perl Group members, cf. debian/changelogs +License: GPL-1+ or Artistic + +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-formattable-perl-1.03.orig/debian/compat +++ libtext-formattable-perl-1.03/debian/compat @@ -0,0 +1 @@ +7 --- libtext-formattable-perl-1.03.orig/debian/examples +++ libtext-formattable-perl-1.03/debian/examples @@ -0,0 +1 @@ +example.pl