--- libenv-ps1-perl-0.06.orig/debian/control +++ libenv-ps1-perl-0.06/debian/control @@ -0,0 +1,23 @@ +Source: libenv-ps1-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), perl-modules (>= 5.10) | libmodule-build-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Env-PS1/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libenv-ps1-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libenv-ps1-perl/ + +Package: libenv-ps1-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: prompt string formatter + Env::PS1 supplies variables that are "tied" to environment + variables like 'PS1' and 'PS2', if read it takes the contents of the + variable as a format string like the ones bash(1) uses to format the + prompt. + . + It is intended to be used in combination with the various ReadLine + packages. --- libenv-ps1-perl-0.06.orig/debian/clean +++ libenv-ps1-perl-0.06/debian/clean @@ -0,0 +1 @@ +Makefile --- libenv-ps1-perl-0.06.orig/debian/copyright +++ libenv-ps1-perl-0.06/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jaap Karssenberg +Upstream-Source: http://search.cpan.org/dist/Env-PS1/ +Upstream-Name: Env-PS1 + +Files: * +Copyright: 2004, Jaap Karssenberg + 2009, Ryan Niebur +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2004, Marc 'HE' Brockschmidt + 2009, Ryan Niebur +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' --- libenv-ps1-perl-0.06.orig/debian/libenv-ps1-perl.examples +++ libenv-ps1-perl-0.06/debian/libenv-ps1-perl.examples @@ -0,0 +1 @@ +example.pl --- libenv-ps1-perl-0.06.orig/debian/watch +++ libenv-ps1-perl-0.06/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://search.cpan.org/dist/Env-PS1/ .*/Env-PS1-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libenv-ps1-perl-0.06.orig/debian/compat +++ libenv-ps1-perl-0.06/debian/compat @@ -0,0 +1 @@ +7 --- libenv-ps1-perl-0.06.orig/debian/changelog +++ libenv-ps1-perl-0.06/debian/changelog @@ -0,0 +1,67 @@ +libenv-ps1-perl (0.06-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * New upstream release + * Debian Policy 3.8.2 + * remove quilt patching, all are applied upstream + * minimize d/rules + * update d/copyright + + -- Ryan Niebur Tue, 23 Jun 2009 23:25:59 -0700 + +libenv-ps1-perl (0.05-3) unstable; urgency=low + + * stop removing the .packlist in debian/rules, it's now causing a + FTBFS (Closes: #531232) + + -- Ryan Niebur Sun, 31 May 2009 00:01:51 -0700 + +libenv-ps1-perl (0.05-2) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://lists.debian.org/debian-qa/2008/12/msg00091.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group + * debian/watch: use dist-based URL. + * add myself to uploaders + * machine readable copyright format + * debhelper 7 + * Debian Policy 3.8.1 + * add quilt patching + - fix example + - fix command substitution + - fix when PS1 is HOME + * fix whitespace in short description + + -- Ryan Niebur Fri, 24 Apr 2009 22:35:36 -0700 + +libenv-ps1-perl (0.05-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Thu, 25 Nov 2004 19:15:42 +0100 + +libenv-ps1-perl (0.04-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Wed, 11 Aug 2004 17:46:12 +0200 + +libenv-ps1-perl (0.03-1) unstable; urgency=low + + * New upstream release. + * Added debian/watch file. + + -- Marc 'HE' Brockschmidt Thu, 6 May 2004 10:26:12 +0200 + +libenv-ps1-perl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Marc 'HE' Brockschmidt Sun, 14 Mar 2004 17:30:44 +0100 + --- libenv-ps1-perl-0.06.orig/debian/rules +++ libenv-ps1-perl-0.06/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@