--- libjson-any-perl-1.12.orig/debian/control +++ libjson-any-perl-1.12/debian/control @@ -0,0 +1,23 @@ +Source: libjson-any-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7), libjson-perl, libyaml-syck-perl, + libtest-pod-perl, libtest-pod-coverage-perl +Uploaders: Krzysztof Krzyzaniak (eloy) , + gregor herrmann , + Damyan Ivanov +Maintainer: Debian Perl Group +Standards-Version: 3.7.2 +Homepage: http://search.cpan.org/dist/JSON-Any/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjson-any-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-any-perl/ + +Package: libjson-any-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl | libyaml-syck-perl +Description: wrapper class for the various JSON classes + The JSON::Any module provides a coherent API to bring together the various + JSON modules currently on CPAN. This module will allow you to code to + any JSON API and have it work regardless of which JSON module is + actually installed. --- libjson-any-perl-1.12.orig/debian/rules +++ libjson-any-perl-1.12/debian/rules @@ -0,0 +1,59 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +export PERL_MM_USE_DEFAULT=1 +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch build-stamp + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libjson-any-perl-1.12.orig/debian/watch +++ libjson-any-perl-1.12/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/JSON-Any/ .*/JSON-Any-(.*)\.tar\.gz + --- libjson-any-perl-1.12.orig/debian/changelog +++ libjson-any-perl-1.12/debian/changelog @@ -0,0 +1,77 @@ +libjson-any-perl (1.12-1) unstable; urgency=low + + * New upstream release + + -- Damyan Ivanov Tue, 23 Oct 2007 16:32:48 +0300 + +libjson-any-perl (1.11-1) unstable; urgency=low + + * New upstream release + fix issue with JSON::Syck when using Object API as reported by Miyagawa + + -- Krzysztof Krzyzaniak (eloy) Fri, 19 Oct 2007 17:28:00 +0200 + +libjson-any-perl (1.10-1) unstable; urgency=low + + * New upstream release + Fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917 + + -- Krzysztof Krzyzaniak (eloy) Mon, 15 Oct 2007 17:06:18 +0200 + +libjson-any-perl (1.09-1) unstable; urgency=low + + * New upstream release + Improves unicode support + + * Clean up debian/rules + + move test suite in build target and stop ignring errors from it + + clean stamps before distclean + + drop unused dh_link and dh_strip calls + + drop unused OPTIMIZE="..." setting + * Add myself to Uploaders and wrap long lines in debian/control + * Use version/author-independent upstream URL in debian/copyright + * Same for debian/watch + + -- Damyan Ivanov Thu, 11 Oct 2007 10:12:28 +0300 + +libjson-any-perl (1.08-2) UNRELEASED; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + -- gregor herrmann Tue, 09 Oct 2007 22:29:56 +0200 + +libjson-any-perl (1.08-1) unstable; urgency=low + + * New upstream release. + * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep. + + -- gregor herrmann Sat, 19 May 2007 00:58:55 +0200 + +libjson-any-perl (1.07-1) unstable; urgency=low + + * New upstream release + * debian/control: libjson-perl added to build depends (closes: #424447) + * debian/rules: make test not critical + + -- Krzysztof Krzyzaniak (eloy) Wed, 16 May 2007 16:31:45 +0200 + +libjson-any-perl (1.05-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Wed, 09 May 2007 14:29:14 +0200 + +libjson-any-perl (1.04-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Mon, 30 Apr 2007 15:25:29 +0200 + +libjson-any-perl (1.03-1) unstable; urgency=low + + * Initial Release (closes: #420179). + + -- Krzysztof Krzyzaniak (eloy) Fri, 20 Apr 2007 16:45:17 +0200 + --- libjson-any-perl-1.12.orig/debian/compat +++ libjson-any-perl-1.12/debian/compat @@ -0,0 +1 @@ +5 --- libjson-any-perl-1.12.orig/debian/copyright +++ libjson-any-perl-1.12/debian/copyright @@ -0,0 +1,23 @@ +This is the debian package for the JSON-Any module. +It was created by Krzysztof Krzyzaniak (eloy) using dh-make-perl. + +It was downloaded from: http://search.cpan.org/dist/JSON-Any/ + +The upstream author is: Chris Thompson, . + +Copyright 2007 Chris Thompson, all rights reserved. + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. + +Perl is distributed under licenses: + + 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'.