--- libtest-json-perl-0.11.orig/debian/control +++ libtest-json-perl-0.11/debian/control @@ -0,0 +1,23 @@ +Source: libtest-json-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-differences-perl, libtest-pod-perl, + libtest-tester-perl (>= 0.107), libjson-any-perl (>= 1.20), + libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-JSON/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-json-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-json-perl/ + +Package: libtest-json-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtest-differences-perl, + libtest-tester-perl (>= 0.107), libjson-any-perl (>= 1.20) +Description: module for testing JSON data + Test::JSON is a Perl test framework for verifying arbitrary data written in + JavaScript Object Notation (JSON), a lightweight data interchange format. + . + See for more information. --- libtest-json-perl-0.11.orig/debian/copyright +++ libtest-json-perl-0.11/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Curtis "Ovid" Poe +Source: http://search.cpan.org/dist/Test-JSON/ +Name: Test-JSON + +Files: * +Copyright: 2005-2007, Curtis "Ovid" Poe +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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' --- libtest-json-perl-0.11.orig/debian/watch +++ libtest-json-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-JSON/ .*/Test-JSON-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-json-perl-0.11.orig/debian/compat +++ libtest-json-perl-0.11/debian/compat @@ -0,0 +1 @@ +7 --- libtest-json-perl-0.11.orig/debian/changelog +++ libtest-json-perl-0.11/debian/changelog @@ -0,0 +1,5 @@ +libtest-json-perl (0.11-1) unstable; urgency=low + + * Initial Release (Closes: #563208) + + -- Jonathan Yu Fri, 01 Jan 2010 17:20:43 -0500 --- libtest-json-perl-0.11.orig/debian/rules +++ libtest-json-perl-0.11/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@