--- libmodule-versions-report-perl-1.06.orig/debian/rules +++ libmodule-versions-report-perl-1.06/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libmodule-versions-report-perl-1.06.orig/debian/changelog +++ libmodule-versions-report-perl-1.06/debian/changelog @@ -0,0 +1,92 @@ +libmodule-versions-report-perl (1.06-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * New upstream release. + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + Copyright holders for debian/* are taken from the changelog. + + [ gregor herrmann ] + * debian/rules: use the group's default template. + + -- Ansgar Burchardt Sat, 25 Oct 2008 18:35:53 +0200 + +libmodule-versions-report-perl (1.05-1) unstable; urgency=low + + * New upstream release. + * debian/watch: extended regexp for matching upstream releases. + * Set Standards-Version to 3.8.0 (no changes). + * Add /me to Uploaders. + * Use ${perl:Depends} in Depends instead of hard-coding the perl version. + * debian/copyright: use author-independent upstream source location. + + -- gregor herrmann Sat, 14 Jun 2008 22:53:36 +0200 + +libmodule-versions-report-perl (1.04-1) unstable; urgency=low + + * New upstream release + * debhelper 7 + + debian/rules replaced with a three-liner + + Build-Depends: debhelper (>=7) + + compatibility level 7 + * do not ship README that is the same as the POD + * add myself to Uploaders + + -- Damyan Ivanov Sat, 07 Jun 2008 22:16:11 +0300 + +libmodule-versions-report-perl (1.03-2) unstable; urgency=low + + [ gregor herrmann ] + * 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. + + [ Jose Luis Rivas ] + * Typo fixed by René Mayorga (Closes: #439275) + * debian/rules: `touch $@' instead of `touch *-stamp' + * debian/copyright: fixed formatting + * debian/watch: now is dist-based. + + [ Roberto C. Sanchez ] + * Update to debhelper compatibility level 6. + * Update to Standards-Version 3.7.3 (no changes). + + -- Roberto C. Sanchez Wed, 09 Jan 2008 23:45:09 -0500 + +libmodule-versions-report-perl (1.03-1) unstable; urgency=low + + * New upstream release. + * Update watch file. + + -- Niko Tyni Tue, 22 May 2007 23:15:04 +0300 + +libmodule-versions-report-perl (1.02-4) unstable; urgency=low + + * New maintainer. + * Upgrade to debhelper compatibility level 5. + * Update debian/copyright. + + -- Niko Tyni Tue, 5 Dec 2006 00:23:37 +0200 + +libmodule-versions-report-perl (1.02-3) unstable; urgency=low + + * debian/control: + - Switched to my debian.org email address + - Moved debhelper to Build-Depends + + -- Stephen Quinney Mon, 16 Oct 2006 18:27:37 +0100 + +libmodule-versions-report-perl (1.02-2) unstable; urgency=low + + * debian/watch - Updated URL so lookups no longer randomly fail. + + -- Stephen Quinney Sat, 11 Jun 2005 12:04:03 +0100 + +libmodule-versions-report-perl (1.02-1) unstable; urgency=low + + * Inital release, closes: #256647. + + -- Stephen Quinney Fri, 2 Jul 2004 13:24:34 +0100 + + --- libmodule-versions-report-perl-1.06.orig/debian/watch +++ libmodule-versions-report-perl-1.06/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Module-Versions-Report/ .*/Module-Versions-Report-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libmodule-versions-report-perl-1.06.orig/debian/control +++ libmodule-versions-report-perl-1.06/debian/control @@ -0,0 +1,36 @@ +Source: libmodule-versions-report-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , Damyan Ivanov , + gregor herrmann , Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16) +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Module-Versions-Report/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-versions-report-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-versions-report-perl/ + +Package: libmodule-versions-report-perl +Architecture: all +Depends: ${perl:Depends} +Description: Report versions of all modules in memory + The author says: "I often get email from someone reporting a bug in a + module I've written. I email back, asking what version of the module + it is, what version of Perl on what OS, and sometimes what version of + some relevant third library (like XML::Parser). They reply, saying + "Perl5". I say "I need the exact version, as reported by 'perl -v'". + They tell me. And I say "I, uh, also asked about the version of my + module and XML::Parser [or whatever]". They say "Oh yeah. It is 2.27". + "Is that my module or XML::Parser?" "XML::Parser." "OK, and what + about my module's version?" "Oh yeah. That's 3.11." By this time, + days have passed, and what should have been a simple operation -- + reporting the version of Perl and relevant modules, has been + needlessly complicated". + . + This module is for simplifying that task. If you add "use + Module::Versions::Report;" to a program (especially handy if your + program is one that demonstrates a bug in some module), then when the + program has finished running, you well get a report detailing all the + modules in memory, and noting the version of each (for modules that + defined a $VERSION, at least). --- libmodule-versions-report-perl-1.06.orig/debian/copyright +++ libmodule-versions-report-perl-1.06/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 +Upstream-Name: Module-Versions-Report +Upstream-Maintainer: Jesse Vincent +Upstream-Source: http://search.cpan.org/dist/Module-Versions-Report/ + +Files: * +Copyright: © 2001-2003, Sean M. Burke +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + . + This program is distributed in the hope that it will be useful, but + without any warranty; without even the implied warranty of + merchantability or fitness for a particular purpose. + . + Perl is distributed under your choice of the GNU General Public License or + the Artistic License. On Debian GNU/Linux systems, the complete text of the + GNU General Public License can be found in `/usr/share/common-licenses/GPL' + and the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +Files: debian/* +Copyright: + © 2004-2006, Stephen Quinney + © 2006-2007, Niko Tyni + © 2008, Roberto C. Sanchez + © 2008, Jose Luis Rivas + © 2008, Damyan Ivanov + © 2008, gregor herrmann + © 2008, Ansgar Burchardt +License: GPL-1+ | Artistic + It is assumed that all contributors put their work under the same license + as the module itself. + --- libmodule-versions-report-perl-1.06.orig/debian/compat +++ libmodule-versions-report-perl-1.06/debian/compat @@ -0,0 +1 @@ +7