--- libconfig-json-perl-1.5000.orig/debian/control +++ libconfig-json-perl-1.5000/debian/control @@ -0,0 +1,26 @@ +Source: libconfig-json-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl (>= 5.10), libtest-pod-perl, libjson-perl (>= 2.16), + libtest-deep-perl (>= 0.095), libmoose-perl (>= 0.93) +Build-Conflicts-Indep: libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) , + Jose Luis Rivas , Jonathan Yu , + Brian Cassidy +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Config-JSON/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-json-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-json-perl/ + +Package: libconfig-json-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10), + libjson-perl (>= 2.16), libmoose-perl (>= 0.93) +Description: parser for JSON-based configuration files + Config::JSON is a Perl module capable of parsing and writing configuration + files written in JavaScript Object Notation (JSON). It supports arbitrary + file inclusion (even hierarchical includes) and comments in the file. It is + beneficial in environments that already use JSON, since the parser is already + loaded into memory. --- libconfig-json-perl-1.5000.orig/debian/copyright +++ libconfig-json-perl-1.5000/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: JT Smith +Upstream-Source: http://search.cpan.org/dist/Config-JSON/ +Upstream-Name: Config-JSON + +Files: * +Copyright: 2009, Plain Black Corporation +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Brian Cassidy + 2008, Jose Luis Rivas + 2008, Ernesto Hernández-Novich (USB) +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' --- libconfig-json-perl-1.5000.orig/debian/watch +++ libconfig-json-perl-1.5000/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Config-JSON/ .*/Config-JSON-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libconfig-json-perl-1.5000.orig/debian/compat +++ libconfig-json-perl-1.5000/debian/compat @@ -0,0 +1 @@ +7 --- libconfig-json-perl-1.5000.orig/debian/changelog +++ libconfig-json-perl-1.5000/debian/changelog @@ -0,0 +1,65 @@ +libconfig-json-perl (1.5000-1) unstable; urgency=low + + * New upstream release + * Update dependencies + * Add Conflicts due to incomplete coverage + + -- Jonathan Yu Wed, 23 Dec 2009 10:06:25 -0500 + +libconfig-json-perl (1.4.0-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Added myself to Uploaders and Copyright + * Use new debhelper rules format + * Refreshed copyright information + * Update control description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + * debian/copyright: update years of upstream copyright. + + -- Jonathan Yu Sat, 31 Oct 2009 07:19:00 -0400 + +libconfig-json-perl (1.3.1-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Brian Cassidy ] + * New upstream release + * debian/control: + + Added myself to Uploaders + + Add dep version to match upstream + + -- Brian Cassidy Wed, 10 Dec 2008 12:11:30 -0400 + +libconfig-json-perl (1.3.0-1) unstable; urgency=low + + [ Ernesto Hernández-Novich (USB) ] + * New upstream release + + [ Jose Luis Rivas ] + * debian/control: + + Standard-Versions 3.8.0 (no changes needed). + + Added me as uploader. + + [ gregor herrmann ] + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * debian/copyright: refresh formatting. + * debian/control: remove leading article from short description. + + -- Jose Luis Rivas Sat, 01 Nov 2008 16:15:33 -0430 + +libconfig-json-perl (1.1.4-1) unstable; urgency=low + + * Initial Release (Closes: #462536) + + -- Ernesto Hernández-Novich (USB) Mon, 28 Jan 2008 10:28:37 -0430 --- libconfig-json-perl-1.5000.orig/debian/rules +++ libconfig-json-perl-1.5000/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + RELEASE_TESTING=1 dh_auto_test