--- libterm-readline-perl-perl-1.0303.orig/debian/control +++ libterm-readline-perl-perl-1.0303/debian/control @@ -0,0 +1,22 @@ +Source: libterm-readline-perl-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Niko Tyni , + Krzysztof Krzyzaniak (eloy) , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Term-ReadLine-Perl/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-readline-perl-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-readline-perl-perl/ + +Package: libterm-readline-perl-perl +Architecture: all +Depends: libterm-readkey-perl, ${perl:Depends}, ${misc:Depends} +Description: Perl implementation of Readline libraries + Term::ReadLine::Perl is a quick implementation of the minimal interface to + Readline libraries. The implementation is made in Perl (mostly) by Jeffrey + Friedl. The only thing this library does is to make it conformant (and add + some minimal changes, like using Term::ReadKey if present, and correct work + under xterm). --- libterm-readline-perl-perl-1.0303.orig/debian/copyright +++ libterm-readline-perl-perl-1.0303/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ilya Zakharevich +Upstream-Source: http://search.cpan.org/dist/Term-ReadLine-Perl/ +Upstream-Name: Term-ReadLine-Perl + +Files: * +Copyright: 1995, Ilya Zakharevich +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2006, Krzysztof Krzyzaniak (eloy) + 2006, Niko Tyni + 2005-2006, Gunnar Wolf + 2002, Joerg Jaspert + 2001, Brendan O'Dea + 1999, Darren Stalder + 1998, Ben Gertzfield +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' + --- libterm-readline-perl-perl-1.0303.orig/debian/watch +++ libterm-readline-perl-perl-1.0303/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(\.\d\d)$/${1}00/" \ +http://search.cpan.org/dist/Term-ReadLine-Perl/ .*/Term-ReadLine-Perl-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libterm-readline-perl-perl-1.0303.orig/debian/compat +++ libterm-readline-perl-perl-1.0303/debian/compat @@ -0,0 +1 @@ +7 --- libterm-readline-perl-perl-1.0303.orig/debian/changelog +++ libterm-readline-perl-perl-1.0303/debian/changelog @@ -0,0 +1,151 @@ +libterm-readline-perl-perl (1.0303-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (drop perl version dependency) + * Add myself to Uploaders and Copyright + * Rewrite control description + * Use new short debhelper rules format + * Use AUTOMATED_TESTING to disable tests (these require /dev, which + may not be available in a debootstrapped chroot) + * Refreshed copyright to machine-readable format + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * debian/watch: use dist-based URL. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Wed, 28 Oct 2009 19:40:21 -0400 + +libterm-readline-perl-perl (1.0302-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Thu, 1 Jun 2006 17:50:16 +0200 + +libterm-readline-perl-perl (1.0300-1) unstable; urgency=low + + * New upstream release + + the MinLine() method is now compatible with Term::ReadLine. + (Closes: #121176) + * Template comments cleanup in debian/rules + * Don't ignore the status of 'make realclean'. + * Really upgraded the debhelper compatibility level to 5. + * Upgraded to Standards-Version 3.7.2. No changes needed. + * debian/watch: append '00' to the version number if needed. + * Depend on ${misc:Depends}, as recommended by debhelper. + + -- Niko Tyni Thu, 11 May 2006 22:18:53 +0300 + +libterm-readline-perl-perl (1.0208-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Thu, 16 Mar 2006 13:57:26 +0100 + +libterm-readline-perl-perl (1.0207-1) unstable; urgency=low + + * New upstream release (closes: #209263) (closes: #145383) + * debian/control: + - Uploaders: added me + - Build-Depends: debhelper (>= 5.0.0) moved here + + -- Krzysztof Krzyzaniak (eloy) Tue, 7 Mar 2006 19:03:10 +0100 + +libterm-readline-perl-perl (1.0203-4) unstable; urgency=low + + * Fixed a broken debian/watch file + * Fixed maintainer email address. (Closes: #343485) + + -- Gunnar Wolf Sun, 05 Feb 2006 11:47:25 -0600 + +libterm-readline-perl-perl (1.0203-3) unstable; urgency=low + + * New maintainer: Debian pkg-perl group + * Moved to Section: perl + * Bumped up standards-version to 3.6.2 + + -- Gunnar Wolf Tue, 12 Jul 2005 21:20:23 +0300 + +libterm-readline-perl-perl (1.0203-2) unstable; urgency=low + + * Changed debian/rules to build binary-indep, not arch. (closes: #157507) + * debhelper >=4. + + -- Joerg Jaspert Tue, 20 Aug 2002 23:18:15 +0200 + +libterm-readline-perl-perl (1.0203-1) unstable; urgency=low + + * New upstream release + * Upstream Changelog says + "Unconditional titlecasing of .inputrc "values" broke settings with + values such as 'vi' etc (thanks to Russ Southern for a report)." I + hope this fixes #145383 + + -- Joerg Jaspert Mon, 3 Jun 2002 16:27:32 +0200 + +libterm-readline-perl-perl (1.0202-1) unstable; urgency=low + + * New upstream release: + -Warnings on highlight of the right scroll mark '<' fixed + + -- Joerg Jaspert Fri, 19 Apr 2002 12:25:30 +0200 + +libterm-readline-perl-perl (1.0201-2) unstable; urgency=low + + * Arrgh. I should really change my Email. (Control-File) + + -- Joerg Jaspert Thu, 18 Apr 2002 02:56:51 +0200 + +libterm-readline-perl-perl (1.0201-1) unstable; urgency=low + + * New upstream release + * Changed my Email to the @debian.org + + -- Joerg Jaspert Thu, 18 Apr 2002 02:26:33 +0200 + +libterm-readline-perl-perl (1.02-1) unstable; urgency=low + + * New Maintainer (closes: #141231) + * A very new Upstream Version. Long time ago since last (non-NMU) + upload. :) + * Acknowledge of NMU Bugfix (closes: #91562) + * Updated debian/copyright + * Small rework of debian/rules. + + -- Joerg Jaspert (JJ) Sun, 7 Apr 2002 01:49:34 +0200 + +libterm-readline-perl-perl (0.9906-1.1) unstable; urgency=low + + * NMU + * Provide /usr/doc symlinks (closes: #91562). + * Install Perl modules under /usr/share/perl5. + + -- Brendan O'Dea Tue, 31 Jul 2001 11:10:40 +1000 + +libterm-readline-perl-perl (0.9906-1) unstable; urgency=low + + * New Maintainer. + * New upstream version. + * Complies with Perl packaging standard 1.0. + * Completely rewrote debian/rules to how I do things. + * Changed source package name to be the same as the (one) binary package. + * Changed priority to optional. + * Changed architecture to all since it's only Perl. + + -- Darren Stalder Tue, 13 Jul 1999 01:25:50 -0700 + +term-readline-perl (0.9904-2) unstable; urgency=low + + * Whoops, corrected i386ism in debian/rules. + + -- Ben Gertzfield Tue, 13 Oct 1998 18:05:45 -0700 + +term-readline-perl (0.9904-1) unstable; urgency=low + + * Initial release. + + -- Ben Gertzfield Tue, 13 Oct 1998 17:22:11 -0700 --- libterm-readline-perl-perl-1.0303.orig/debian/rules +++ libterm-readline-perl-perl-1.0303/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test