--- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/compat +++ libwiki-toolkit-plugin-json-perl-0.03/debian/compat @@ -0,0 +1 @@ +5 --- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/rules +++ libwiki-toolkit-plugin-json-perl-0.03/debian/rules @@ -0,0 +1,63 @@ +#!/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. +# +# It was later modified by Jason Kohles +# http://www.jasonkohles.com/ to support Module::Build installed modules + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + # Add commands to compile the package here + $(PERL) Build.PL installdirs=vendor + $(PERL) Build + $(PERL) Build test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + # Add commands to clean up after the build process here + [ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + # Add commands to install the package into $(TMP) here + $(PERL) Build install destdir=$(TMP) create_packlist=0 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs CHANGES + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/watch +++ libwiki-toolkit-plugin-json-perl-0.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/Wiki-Toolkit-Plugin-JSON/ .*/Wiki-Toolkit-Plugin-JSON-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/changelog +++ libwiki-toolkit-plugin-json-perl-0.03/debian/changelog @@ -0,0 +1,12 @@ +libwiki-toolkit-plugin-json-perl (0.03-1) unstable; urgency=low + + * New upstream release + * Add missing dependencies + + -- Dominic Hargreaves Tue, 24 Feb 2009 22:56:01 +0000 + +libwiki-toolkit-plugin-json-perl (0.02-1) unstable; urgency=low + + * Initial Release (closes: #502719) + + -- Dominic Hargreaves Fri, 24 Oct 2008 22:52:55 +0100 --- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/control +++ libwiki-toolkit-plugin-json-perl-0.03/debian/control @@ -0,0 +1,15 @@ +Source: libwiki-toolkit-plugin-json-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.10-12), libjson-perl, libtime-piece-perl, liburi-perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Wiki-Toolkit-Plugin-JSON/ + +Package: libwiki-toolkit-plugin-json-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl, libtime-piece-perl, liburi-perl +Description: A Wiki::Toolkit plugin to output RecentChanges JSON + This is an alternative access to the recent changes of a Wiki::Toolkit + wiki. It outputs JSON. --- libwiki-toolkit-plugin-json-perl-0.03.orig/debian/copyright +++ libwiki-toolkit-plugin-json-perl-0.03/debian/copyright @@ -0,0 +1,23 @@ +This is the debian package for the Wiki-Toolkit-Plugin-JSON module. +It was created by Dominic Hargreaves using dh-make-perl. + +It was downloaded from http://search.cpan.org/dist/Wiki-Toolkit-Plugin-JSON/ + +The original author was Kake Pugh. Subsequent modifications by Earle +Martin and the Wiki::Toolkit team. + +Copyright 2003-4 Kake Pugh. Subsequent modifications copyright 2005 +Earle Martin. + +Copyright 2008 the Wiki::Toolkit team + +This module 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'. + +The Debian packaging is (C) 2008, Dominic Hargreaves and +is licensed under the same terms as the software itself (see above).