--- libexporter-lite-perl-0.02.orig/debian/rules +++ libexporter-lite-perl-0.02/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libexporter-lite-perl-0.02.orig/debian/changelog +++ libexporter-lite-perl-0.02/debian/changelog @@ -0,0 +1,99 @@ +libexporter-lite-perl (0.02-2) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531503) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza); + ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field + (Description). Changed: Maintainer set to Debian Perl Group (was: Bart Martens + ); Bart Martens moved to Uploaders. + * debian/watch: use dist-based URL. + * remove Bart from Uploaders + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Use debhelper 7 instead of cdbs. + * Convert debian/copyright to proposed machine-readable format. + * Add myself to Uploaders. + + -- Ansgar Burchardt Wed, 22 Jul 2009 14:53:25 +0200 + +libexporter-lite-perl (0.02-1) unstable; urgency=low + + * New upstream release. + * debian/patches/01_add_whitespace.diff: Removed. + + -- Bart Martens Fri, 13 Apr 2007 18:42:01 +0200 + +libexporter-lite-perl (0.01-9) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/copyright: Updated to add copyright notices. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 10:00:07 +0100 + +libexporter-lite-perl (0.01-8) unstable; urgency=low + + * Moved debhelper to Build-Depends + * Switched to my debian.org email address throughout + + -- Stephen Quinney Wed, 21 Jun 2006 18:37:05 +0100 + +libexporter-lite-perl (0.01-7) unstable; urgency=low + + * New maintainer, closes: #289431. + * debian/control + * Changed section to perl + * Updated to latest Standards-Version + * Increased build-dependency on debhelper to >= 4 + * debian/compat - Added, in-line with current best practice + * debian/rules - Changed to my standard style + * debian/copyright - Clarified slightly + + -- Stephen Quinney Fri, 14 Jan 2005 14:17:13 +0000 + +libexporter-lite-perl (0.01-6) unstable; urgency=low + + * debian/control: Bumped Standards-Version + * lib/Exporter/Lite.pm: Add whitespace before "=head1 NAME" + + -- Dagfinn Ilmari Mannsaker Tue, 26 Nov 2002 13:55:07 +0100 + +libexporter-lite-perl (0.01-5) unstable; urgency=low + + * Really fix debian/copyright + + -- Dagfinn Ilmari Mannsaker Fri, 9 Aug 2002 00:49:22 +0200 + +libexporter-lite-perl (0.01-4) unstable; urgency=low + + * debian/copyright: Add pointers to full license texts. + + -- Dagfinn Ilmari Mannsaker Wed, 24 Jul 2002 01:28:35 +0200 + +libexporter-lite-perl (0.01-3) unstable; urgency=low + + * Close ITP. (Closes: #153146) + * Removed pointless README.Debian. + * debian/changelog: Removed "Local Variables" section. + * debian/rules: Removed cruft from dh-make + + -- Dagfinn Ilmari Mannsaker Tue, 16 Jul 2002 15:11:59 +0200 + +libexporter-lite-perl (0.01-2) unstable; urgency=low + + * Fixed short description + + -- Dagfinn Ilmari Mannsaker Tue, 16 Jul 2002 13:18:44 +0200 + +libexporter-lite-perl (0.01-1) unstable; urgency=low + + * Initial Release. + + -- Dagfinn Ilmari Mannsaker Tue, 16 Jul 2002 12:42:45 +0200 --- libexporter-lite-perl-0.02.orig/debian/watch +++ libexporter-lite-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Exporter-Lite/ .*/Exporter-Lite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libexporter-lite-perl-0.02.orig/debian/control +++ libexporter-lite-perl-0.02/debian/control @@ -0,0 +1,30 @@ +Source: libexporter-lite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-17) +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Exporter-Lite/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libexporter-lite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libexporter-lite-perl/ + +Package: libexporter-lite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: lightweight subset of Exporter + Exporter::Lite is an alternative to Exporter intended to provide a + lightweight subset of its functionality. It supports import(), @EXPORT and + @EXPORT_OK and not a whole lot else. + . + Unlike Exporter, it is not necessary to inherit from Exporter::Lite + (ie. no @ISA = qw(Exporter::Lite) mantra). Exporter::Lite simply + exports its import() function. This might be called a "mix-in". + . + Setting up a module to export its variables and functions is simple: + . + package My::Module; + use Exporter::Lite; + . + @EXPORT = qw($Foo bar); --- libexporter-lite-perl-0.02.orig/debian/copyright +++ libexporter-lite-perl-0.02/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Michael G Schwern +Upstream-Source: http://search.cpan.org/dist/Exporter-Lite/ +Upstream-Name: Exporter-Lite + +Files: * +Copyright: + © 2001, chromatic + © 2001, Michael G Schwern +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2002, Dagfinn Ilmari Mannsaker + © 2005-2006, Stephen Quinney + © 2006-2007, Bart Martens + © 2009, Ansgar Burchardt +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' --- libexporter-lite-perl-0.02.orig/debian/compat +++ libexporter-lite-perl-0.02/debian/compat @@ -0,0 +1 @@ +7