--- libdata-javascript-anon-perl-1.03.orig/debian/control +++ libdata-javascript-anon-perl-1.03/debian/control @@ -0,0 +1,16 @@ +Source: libdata-javascript-anon-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), cdbs +Build-Depends-Indep: perl (>= 5.8.8-7), libparams-util-perl, libclass-default-perl +Maintainer: Taku YASUI +HomePage: http://search.cpan.org/dist/Data-JavaScript-Anon/ +Standards-Version: 3.8.1 + +Package: libdata-javascript-anon-perl +Architecture: all +Depends: ${misc:Depends}, libparams-util-perl, libclass-default-perl +Description: Dump big dumb Perl structs to anonymous JavaScript structs + Data::JavaScript::Anon provides the ability to dump large simple data + structures to JavaScript. That is, things that don't need to be a class, + or have special methods or whatever. --- libdata-javascript-anon-perl-1.03.orig/debian/rules +++ libdata-javascript-anon-perl-1.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk --- libdata-javascript-anon-perl-1.03.orig/debian/watch +++ libdata-javascript-anon-perl-1.03/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/Data-JavaScript-Anon/ .*/Data-JavaScript-Anon-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdata-javascript-anon-perl-1.03.orig/debian/changelog +++ libdata-javascript-anon-perl-1.03/debian/changelog @@ -0,0 +1,38 @@ +libdata-javascript-anon-perl (1.03-1) unstable; urgency=low + + * New upstream release + * Upload to official archive once again + (closes: #447686) + + -- Taku YASUI Mon, 27 Apr 2009 23:58:21 +0900 + +libdata-javascript-anon-perl (1.01-3) unstable; urgency=low + + * Add debian/watch file + * Add HomePage: to debian/control file + + -- Taku YASUI Thu, 16 Apr 2009 01:15:45 +0900 + +libdata-javascript-anon-perl (1.01-2) unstable; urgency=low + + * Change maintainer email address + * Change debian/copyright file be compliant with proposed CopyrightFormat + (http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196) + + -- Taku YASUI Thu, 16 Apr 2009 00:26:27 +0900 + +libdata-javascript-anon-perl (1.01-1) unstable; urgency=low + + * New upstream release + * Upload to debian official archive + (closes: #447686) + * New standards version: 3.8.1 + + -- Taku YASUI Tue, 17 Mar 2009 00:30:33 +0900 + +libdata-javascript-anon-perl (1.00-1) unstable; urgency=low + + * Initial Release. + + -- Taku YASUI Tue, 23 Oct 2007 04:32:55 +0000 + --- libdata-javascript-anon-perl-1.03.orig/debian/compat +++ libdata-javascript-anon-perl-1.03/debian/compat @@ -0,0 +1 @@ +5 --- libdata-javascript-anon-perl-1.03.orig/debian/copyright +++ libdata-javascript-anon-perl-1.03/debian/copyright @@ -0,0 +1,22 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 +Upstream-Maintainer: Adam Kennedy +Upstream-Source: http://search.cpan.org/dist/Data-JavaScript-Anon/ +Upstream-Name: Data::JavaScript::Anon + +Files: * +Copyright: Copyright 2003 - 2008 Adam Kennedy. +License: GPL-1+ | Artistic + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + . + 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: Taku YASUI +License: GPL-1+ | Artistic + It is assumed that all contributors put their work under the same license + as the module itself.