--- appconfig-1.71.orig/debian/.gitignore +++ appconfig-1.71/debian/.gitignore @@ -0,0 +1,4 @@ +tmp +*.debhelper +files +substvars --- appconfig-1.71.orig/debian/changelog +++ appconfig-1.71/debian/changelog @@ -0,0 +1,97 @@ +appconfig (1.71-2) unstable; urgency=medium + + * Fix POD syntax error in AppConfig::CGI (Closes: #357665). + * Update Standards-Version. + + -- Stefan Hornburg (Racke) Fri, 28 Jul 2017 08:26:49 +0200 + +appconfig (1.71-1) unstable; urgency=medium + + * New upstream release. + * Update Standards-Version. + + -- Stefan Hornburg (Racke) Thu, 22 Jun 2017 18:53:29 +0200 + +appconfig (1.66-2) unstable; urgency=medium + + * Add watch file. + * Increase debhelper compatibility level to 9. + + -- Stefan Hornburg (Racke) Thu, 08 Dec 2016 17:58:41 +0100 + +appconfig (1.66-1) unstable; urgency=low + + * New upstream releases (Closes: #585632) + * Update Standards-Version. + + -- Stefan Hornburg (Racke) Mon, 12 Sep 2011 08:40:54 +0200 + +appconfig (1.56-1) unstable; urgency=low + + * (many) New upstream releases (closes: #177168, #177641, #250398) + * Non-Maintainer Upload (NMU) + * Updates include AppConfig::CGI, HEREDOC support, defaults for lists + and hashes and comments anywhere on a line + * Update source package name to reflect upstream change + * Remove examples, dropped upstream + * Update description to be somewhat more useful + * Update standards versions to 3.6.1.0, probably no changes + + -- Anand Kumria Sat, 18 Sep 2004 02:31:51 +1000 + +appconfig-perl (1.52-8) unstable; urgency=low + + * fixed error in POD documentation (Closes: #162337, thanks to + Christian Garbs ) + + -- Stefan Hornburg (Racke) Thu, 26 Sep 2002 00:51:46 +0200 + +appconfig-perl (1.52-7) unstable; urgency=low + + * included Perl copyright (Closes: #157528) + * moved dh_ commands to binary-indep target (Closes: #157455) + + -- Stefan Hornburg (Racke) Wed, 21 Aug 2002 08:36:04 +0200 + +appconfig-perl (1.52-6) unstable; urgency=low + + * spelling error fixed in description (Closes: #124889) + * missing '>' fixed in POD documentation (Closes: #128655, thanks to + David D. Kilzer ) + + -- Stefan Hornburg (Racke) Tue, 9 Jul 2002 18:14:46 +0200 + +appconfig-perl (1.52-5) unstable; urgency=low + + * made Build-Depends compliant to Perl policy + * bumped up Standards-Version + + -- Stefan Hornburg (Racke) Mon, 20 Aug 2001 21:18:05 +0200 + +appconfig-perl (1.52-4) unstable; urgency=low + + * debhelper Build-Depends added + + -- Stefan Hornburg (Racke) Mon, 13 Aug 2001 22:16:45 +0200 + +appconfig-perl (1.52-3) unstable; urgency=low + + * First official Debian package. + + -- Stefan Hornburg (Racke) Fri, 23 Mar 2001 23:07:51 +0100 + +appconfig-perl (1.52-2) unstable; urgency=low + + * README,TODO files added to documentation. + * Changes file added. + * Example files added. + + -- Stefan Hornburg (Racke) Wed, 29 Nov 2000 08:44:30 +0100 + +appconfig-perl (1.52-1) unstable; urgency=low + + * Initial Release. + + -- Stefan Hornburg Sat, 28 Oct 2000 10:32:01 +0200 + + --- appconfig-1.71.orig/debian/compat +++ appconfig-1.71/debian/compat @@ -0,0 +1,2 @@ +9 + --- appconfig-1.71.orig/debian/control +++ appconfig-1.71/debian/control @@ -0,0 +1,25 @@ +Source: appconfig +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Stefan Hornburg (Racke) +Standards-Version: 4.0.0 + +Package: libappconfig-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for configuration file and command line handling + AppConfig is a bundle of Perl5 modules for reading configuration + files and parsing command line arguments. Note that writing + configuration files is not supported at this time. + . + AppConfig supports a relaxed configuration file syntax with support + for flags (booleans), single and multivalue (lists or hashes) + items. A defined default and validation routine or regex can be + defined for each option. + . + Environment variable, file variable and tilde (~) are supported and + may be applied to selected configuration options. For long blocks of + text you can also use Perl HEREDOC syntax. Additionally there is + also a mechanism to utilise all these same features via a CGI. --- appconfig-1.71.orig/debian/copyright +++ appconfig-1.71/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Stefan Hornburg on +Sun, 28 Oct 2000 10:32:01 +0200 + +It was downloaded from +http://www.perl.com/CPAN/authors/id/ABW/AppConfig-1.52.tar.gz. + +The AppConfig copyright is as follows: + +COPYRIGHT + Copyright (C) 1998 Canon Research Centre Europe Ltd. All Rights + Reserved. + + This module is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +The Perl copyright is as follows: + +Copyright: + + Copyright 1989-2001, Larry Wall All rights reserved. + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + +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'. --- appconfig-1.71.orig/debian/rules +++ appconfig-1.71/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- appconfig-1.71.orig/debian/watch +++ appconfig-1.71/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/AppConfig/ \ +.*/AppConfig-(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) --- appconfig-1.71.orig/lib/AppConfig.pm +++ appconfig-1.71/lib/AppConfig.pm @@ -548,7 +548,7 @@ =item ARGCOUNT Specifies the number and type of arguments that the variable expects. -Constants in C<:expand> tag set define ARGCOUNT_NONE - simple on/off flag +Constants in C<:argcount> tag set define ARGCOUNT_NONE - simple on/off flag (default), ARGCOUNT_ONE - single value, ARGCOUNT_LIST - multiple values accessed via list reference, ARGCOUNT_HASH - hash table, "key=value", accessed via hash reference. --- appconfig-1.71.orig/lib/AppConfig/CGI.pm +++ appconfig-1.71/lib/AppConfig/CGI.pm @@ -214,7 +214,7 @@ =head1 AUTHOR -Andy Wardley, Cabw@wardley.org> +Andy Wardley, Cabw@wardley.orgE> =head1 COPYRIGHT