--- libuniversal-exports-perl-0.05.orig/debian/control +++ libuniversal-exports-perl-0.05/debian/control @@ -0,0 +1,24 @@ +Source: libuniversal-exports-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libexporter-lite-perl, libuniversal-require-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/UNIVERSAL-exports/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuniversal-exports-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libuniversal-exports-perl/ + +Package: libuniversal-exports-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libexporter-lite-perl, + libuniversal-require-perl +Description: module for lightweight, universal variable exporting + UNIVERSAL::exports is an alternative to the Perl Exporter module, providing a + universal, lightweight subset of its functionality. It uses Exporter::Lite + (see libexporter-lite-perl for details). + . + Historically, this module provided UNIVERSAL::require, which has become an + independent distribution. For reasons of backward compatibility, this package + depends on libuniversal-require-perl. --- libuniversal-exports-perl-0.05.orig/debian/copyright +++ libuniversal-exports-perl-0.05/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Michael G Schwern +Source: http://search.cpan.org/dist/UNIVERSAL-exports/ +Name: UNIVERSAL-exports + +Files: * +Copyright: 2001-2006, Michael G Schwern +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2005-2006, Stephen Quinney + 2002, Dagfinn Ilmari Mannsaker +License: Artistic or GPL-1+ +X-Comment: it is assumed that the aforementioned authors licensed + their work under the same terms as upstream. + +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' --- libuniversal-exports-perl-0.05.orig/debian/watch +++ libuniversal-exports-perl-0.05/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/UNIVERSAL-exports/ .*/UNIVERSAL-exports-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libuniversal-exports-perl-0.05.orig/debian/compat +++ libuniversal-exports-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libuniversal-exports-perl-0.05.orig/debian/changelog +++ libuniversal-exports-perl-0.05/debian/changelog @@ -0,0 +1,78 @@ +libuniversal-exports-perl (0.05-2) unstable; urgency=low + + * Adopt this package (Closes: #572531) + * Standards-Version 3.8.4 (drop perl version dep) + * Update to new short debhelper 7 rules format + * Refresh copyright to new DEP5 format + * Rewrite control description + * Update watch location (use dist URL, not author URL) + + -- Jonathan Yu Sun, 07 Mar 2010 00:53:14 -0500 + +libuniversal-exports-perl (0.05-1) unstable; urgency=low + + * New upstream release + * debian/control: Moved debhelper to Build-Depends + + -- Stephen Quinney Fri, 13 Oct 2006 20:58:30 +0100 + +libuniversal-exports-perl (0.03-8) unstable; urgency=low + + * Removed files which conflict with libuniversal-require-perl and now + depend on that package instead, closes: #344018. + * Switched to my debian.org address. + + -- Stephen Quinney Mon, 2 Jan 2006 09:37:44 +0000 + +libuniversal-exports-perl (0.03-7) unstable; urgency=low + + * New maintainer, closes: #289432. + * debian/control: + * Updated to latest Standards-Version + * Updated debhelper build-dependency to >= 4 + * Changed Section to perl + * debian/compat - Added in-line with current best practice + * debian/rules - Changed to my standard file + * debian/copyright - Tidied up + * debian/watch - Added + + -- Stephen Quinney Fri, 14 Jan 2005 19:59:39 +0000 + +libuniversal-exports-perl (0.03-6) unstable; urgency=low + + * Build-Depends-Indep: libexporter-lite-perl + + -- Dagfinn Ilmari Mannsaker Fri, 9 Aug 2002 01:45:39 +0200 + +libuniversal-exports-perl (0.03-5) unstable; urgency=low + + * Really fix debian/copyright + + -- Dagfinn Ilmari Mannsaker Fri, 9 Aug 2002 00:49:22 +0200 + +libuniversal-exports-perl (0.03-4) unstable; urgency=low + + * debian/copyright: Add pointers to full license texts. + + -- Dagfinn Ilmari Mannsaker Wed, 24 Jul 2002 01:28:48 +0200 + +libuniversal-exports-perl (0.03-3) unstable; urgency=low + + * Included copyright statement and license. + + -- Dagfinn Ilmari Mannsaker Thu, 18 Jul 2002 16:36:51 +0200 + +libuniversal-exports-perl (0.03-2) unstable; urgency=low + + * Close ITP. (Closes: #153149) + * 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:12:03 +0200 + +libuniversal-exports-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Dagfinn Ilmari Mannsaker Tue, 16 Jul 2002 12:45:22 +0200 --- libuniversal-exports-perl-0.05.orig/debian/rules +++ libuniversal-exports-perl-0.05/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@