--- libdata-javascript-perl-1.13.orig/debian/rules +++ libdata-javascript-perl-1.13/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + $(RM) $(CURDIR)/debian/libdata-javascript-perl/usr/share/perl5/Data/example.pl + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libdata-javascript-perl-1.13.orig/debian/changelog +++ libdata-javascript-perl-1.13/debian/changelog @@ -0,0 +1,27 @@ +libdata-javascript-perl (1.13-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * New upstream release. + * Add myself to Uploaders. + * Refresh debian/rules for debhelper 7 + * Convert debian/copyright to proposed machine-readable format + * Remove COPYING (licensing information is now included in JavaScript.pm) + * debian/control: Remove trailing ", " from Depends, remove leading space + from Description, do not capitalize short description + * Install example.pl in /usr/share/doc/libdata-javascript-perl instead of + /usr/share/perl5/Data + * Do not install README (includes only a copy of example.pl and its output) + + [ gregor herrmann ] + * debian/rules: use make's $(RM) for removing example.pl. + * debian/control: mention module name in long description. + + -- Ansgar Burchardt Sun, 24 Aug 2008 13:32:37 +0000 + +libdata-javascript-perl (1.11-1) unstable; urgency=low + + * Initial Release. (Closes: #468831) + * A file called COPYING has been added to the .orig.tar.gz containing + licensing information which was missing from the upstream tarball. + + -- Jaldhar H. Vyas Fri, 25 Jul 2008 00:53:27 -0400 --- libdata-javascript-perl-1.13.orig/debian/watch +++ libdata-javascript-perl-1.13/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +opts=uversionmangle=s/_/./ \ +http://search.cpan.org/dist/Data-JavaScript/ .*/Data-JavaScript-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdata-javascript-perl-1.13.orig/debian/control +++ libdata-javascript-perl-1.13/debian/control @@ -0,0 +1,24 @@ +Source: libdata-javascript-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + Ansgar Burchardt +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Data-JavaScript/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-javascript-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-javascript-perl/ + +Package: libdata-javascript-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: dump perl data structures into JavaScript code + Data::JavaScript is mainly inteded for CGI programming, when a perl script + generates a page with client side JavaScript code that needs access to + structures created on the server. + . + It works by creating one line of JavaScript code per datum. Therefore, + structures cannot be created anonymously and need to be assigned to + variables. However, this format enables dumping large structures. --- libdata-javascript-perl-1.13.orig/debian/copyright +++ libdata-javascript-perl-1.13/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Upstream-Name: Data-JavaScript +Upstream-Maintainer: Jerrad Pierce +Upstream-Source: http://search.cpan.org/dist/Data-JavaScript/ + +Files: * +Copyright: © 2005, Jerrad Pierce +License: GPL-1+ | Artistic | other + * Thou shalt not claim ownership of unmodified materials. + * Thou shalt not claim whole ownership of modified materials. + * Thou shalt grant the indemnity of the provider of materials. + * Thou shalt use and dispense freely without other restrictions. + . + Or if you truly insist, you may use and distribute this under the terms + of Perl itself (GPL and/or Artistic License). + . + On Debian systems, the complete text of the GNU General Public License can be + found in /usr/share/common-licenses/GPL and the Artistic license in + /usr/share/common-licenses/Artistic. + +Files: debian/* +Copyright: © 2008, Jaldhar H. Vyas +License: GPL-1+ | Artistic | other + The Debian packaging is licensed under the same terms as the software itself + (see above). + --- libdata-javascript-perl-1.13.orig/debian/libdata-javascript-perl.docs +++ libdata-javascript-perl-1.13/debian/libdata-javascript-perl.docs @@ -0,0 +1 @@ +TODO --- libdata-javascript-perl-1.13.orig/debian/compat +++ libdata-javascript-perl-1.13/debian/compat @@ -0,0 +1 @@ +7 --- libdata-javascript-perl-1.13.orig/debian/libdata-javascript-perl.examples +++ libdata-javascript-perl-1.13/debian/libdata-javascript-perl.examples @@ -0,0 +1 @@ +example.pl