--- libgetopt-long-descriptive-perl-0.084.orig/debian/control +++ libgetopt-long-descriptive-perl-0.084/debian/control @@ -0,0 +1,23 @@ +Source: libgetopt-long-descriptive-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libsub-exporter-perl, libtest-pod-coverage-perl, + libtest-pod-perl, libio-stringy-perl, libparams-validate-perl +Uploaders: Krzysztof Krzyżaniak (eloy) , + gregor herrmann , Jonathan Yu , + Salvatore Bonaccorso +Maintainer: Debian Perl Group +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Getopt-Long-Descriptive/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-long-descriptive-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/ + +Package: libgetopt-long-descriptive-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl, + libio-stringy-perl, libsub-exporter-perl +Description: module that handles command-line arguments with usage text + Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which + allows one to easily define options in the same familiar way, while also + supporting custom descriptions for program usage output. --- libgetopt-long-descriptive-perl-0.084.orig/debian/copyright +++ libgetopt-long-descriptive-perl-0.084/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Hans Dieter Pearcey +Source: http://search.cpan.org/dist/Getopt-Long-Descriptive/ +Name: Getopt-Long-Descriptive + +Files: * +Copyright: 2005, Hans Dieter Pearcey +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009-2010, Jonathan Yu + 2009, Salvatore Bonaccorso + 2009, gregor herrmann + 2008, Krzysztof Krzyżaniak (eloy) +License: Artistic or 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' --- libgetopt-long-descriptive-perl-0.084.orig/debian/watch +++ libgetopt-long-descriptive-perl-0.084/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/Getopt-Long-Descriptive/ .*/Getopt-Long-Descriptive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libgetopt-long-descriptive-perl-0.084.orig/debian/compat +++ libgetopt-long-descriptive-perl-0.084/debian/compat @@ -0,0 +1 @@ +7 --- libgetopt-long-descriptive-perl-0.084.orig/debian/changelog +++ libgetopt-long-descriptive-perl-0.084/debian/changelog @@ -0,0 +1,75 @@ +libgetopt-long-descriptive-perl (0.084-1) unstable; urgency=low + + * New upstream release + * Standards-Version 3.8.4 (no changes) + * Update debian/ years of copyright + + -- Jonathan Yu Sun, 14 Feb 2010 23:27:44 -0500 + +libgetopt-long-descriptive-perl (0.083-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ Salvatore Bonaccorso ] + * New upstream release + + -- Salvatore Bonaccorso Sun, 13 Dec 2009 15:26:37 +0100 + +libgetopt-long-descriptive-perl (0.081-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ Ryan Niebur ] + * Update jawnsy's email address + + [ Salvatore Bonaccorso ] + * New upstream release + * debian/control: Add myself to Uploaders. + * debian/copyright: Referesh and update to the new revision of the DEP5 + (machine readable format specification). + + -- Salvatore Bonaccorso Sat, 28 Nov 2009 07:08:23 +0100 + +libgetopt-long-descriptive-perl (0.077-1) unstable; urgency=low + + * New upstream release + + Allow one-character option names (mistakenly required 2 characters) + * Remove version dependency on Params::Validate + * Rewrote control description + * Added myself to Uploaders and Copyright + * Updated copyright file (remove stray "unparseable" license param) + + -- Jonathan Yu Fri, 21 Aug 2009 19:46:59 -0400 + +libgetopt-long-descriptive-perl (0.076-1) unstable; urgency=low + + [ gregor herrmann ] + * Improve long description, thanks to Gerfried Fuchs for the suggestion + (closes: #492262). + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * New upstream release. + * Use minimal debian/rules. + * Set Standards-Version to 3.8.3 (no changes). + * Add /me to Uploaders. + * Make (build) dependency on perl unversioned, the minimum version is + even in oldstable. + * debian/copyright: switch to new format. + * Remove unused lintian-override. + * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep in + order to enable additional tests. + + -- gregor herrmann Fri, 21 Aug 2009 13:12:12 +0200 + +libgetopt-long-descriptive-perl (0.074-1) unstable; urgency=low + + * Initial Release (closes: #490343). + + -- Krzysztof Krzyżaniak (eloy) Tue, 1 Jul 2008 13:35:17 +0200 --- libgetopt-long-descriptive-perl-0.084.orig/debian/rules +++ libgetopt-long-descriptive-perl-0.084/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@