--- librpc-xml-perl-0.60.orig/debian/rules +++ librpc-xml-perl-0.60/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +#-*- makefile -*- +# Made with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Christoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE = $(shell dh_listpackages) +PERL ?= /usr/bin/perl +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + # Generate the example code + $(MAKE) -C ex MAKEMETHOD="$(PERL) ../etc/make_method" + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + $(MAKE) -C ex clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: + # since this is an Architecture: all package, we don't do anything here + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README.apache2 README + # ex/README isn't worth installing + dh_installexamples -XREADME ex/* + dh_installchangelogs ChangeLog + dh_compress + dh_fixperms + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-arch binary-indep binary install --- librpc-xml-perl-0.60.orig/debian/watch +++ librpc-xml-perl-0.60/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/RPC-XML/ .*/RPC-XML-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- librpc-xml-perl-0.60.orig/debian/compat +++ librpc-xml-perl-0.60/debian/compat @@ -0,0 +1 @@ +5 --- librpc-xml-perl-0.60.orig/debian/copyright +++ librpc-xml-perl-0.60/debian/copyright @@ -0,0 +1,16 @@ +This is the debian package for the RPC::XML module. +It was created by Ivan Kohler using dh-make-perl. + +Upstream source location: http://search.cpan.org/dist/RPC-XML/ + +This file copyright (c) 2001-2008 Randy J. Ray, all rights reserved + +This module and the code within are released under the terms of the Artistic +License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php). +This code may be redistributed under either the Artistic License or the GNU +Lesser General Public License (LGPL) version 2.1 +(http://www.opensource.org/licenses/lgpl-license.php). + +On Debian GNU/Linux systems, the complete text of the Artistic Licence and +the LGPL v 2.1 can be found in `/usr/share/common-licenses/Artistic' and +`/usr/share/common-licenses/LGPL-2.1' respectively. --- librpc-xml-perl-0.60.orig/debian/changelog +++ librpc-xml-perl-0.60/debian/changelog @@ -0,0 +1,131 @@ +librpc-xml-perl (0.60-2) unstable; urgency=low + + [ gregor herrmann ] + * Switch back from libxml-libxml-perl to libxml-parser-perl as a (build) + dependency to fix an FTBFS bug (closes: #476032). + * Make (build) dependency on libwww-perl versioned. + * debian/control: change my email address. + * Refresh debian/rules, no functional changes. + + [ Damyan Ivanov ] + * Change my email address + + -- Damyan Ivanov Sun, 04 May 2008 23:18:40 +0300 + +librpc-xml-perl (0.60-1) unstable; urgency=low + + [ Roberto C. Sanchez ] + * Switch from libxml-parser-perl to libxml-libxml-perl + + [ gregor herrmann ] + * New upstream release. + * debian/copyright: update years of copyright and licensing terms. + * debian/rules: + - remove obsolete source and diff targets + - remove DESTDIR variable for dh_builddeb + - remove call to dh_installman + + -- gregor herrmann Thu, 10 Apr 2008 16:34:20 +0200 + +librpc-xml-perl (0.59-3) unstable; urgency=low + + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467854) + - create install-stamp target depending on build-stamp + - use $@ for touching stamp files + - use DESTDIR and PREFIX for make install + - add install to .PHONY target + - remove some whitespace and comments + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * debian/control: Suggest libapache2-mod-perl2 instead of + libapache-mod-perl. + * debian/copyright: add upstream source location and update years of + copyright. + + -- gregor herrmann Wed, 12 Mar 2008 21:51:19 +0100 + +librpc-xml-perl (0.59-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + [ Rene Mayorga ] + * debian/control + + Add libnet-server-perl as B-D-I + + Add myself as uploader + * fixing debian/watch (Closes: #449697) + * debian/rules + + Remove unused dh_calls + + Remove OPTIMIZE flags, there was not needed + + -- Rene Mayorga Tue, 06 Nov 2007 21:26:56 -0600 + +librpc-xml-perl (0.59-1) unstable; urgency=low + + * New upstream release. + * Added libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep. + * Set debhelper compatibility level to 5. + + -- gregor herrmann Sun, 2 Jul 2006 17:04:51 +0200 + +librpc-xml-perl (0.58-2) unstable; urgency=low + + * Add netbase to Build-Depends-Indep. (Closes: #373956) + * Don't ignore the return value of 'make realclean'. + * Replace `pwd` with $(CURDIR) in debian/rules. + * Don't install an empty '/usr/lib/perl5' directory. + * Install examples in /usr/share/doc. + * Install the proper README file in /usr/share/doc. + + -- Niko Tyni Thu, 22 Jun 2006 23:30:19 +0300 + +librpc-xml-perl (0.58-1) unstable; urgency=low + + * New upstream release + Closes: #296664 - RPC::XML::string->as_string returns incorrect snippet + for the 0 string + Closes: #358170 - New upstream release + * [debian/control] + + Debian Perl Group takes over the package (with permission of current + maintainer, Ivan Kohler, see #296664). Thanks to Ivan for his work so + far. + - D-P-G is Maintainer: + - Ivan moved to Uploaders + - Added myself as Uploader too + + Bumped Standards-Version to 3.7.2 + - Move all except debhelper from Build-Depends to Build-Depends-Indep + + Add ${perl:Depends} to Depends to pull perl dependency + + Add Suggests: libapache-mod-perl due to Apache::RPC classes + * [debian/rules] + + Added manual remove of Makefile[.old] to clean target to address + cleaning of partial build + + Put comments as of why binary-arch target is really there + + Remove commented out dh_* calls that are clearly never going to be + needed + + Enable test suite + + -- Damyan Ivanov Tue, 13 Jun 2006 12:46:34 +0300 + +librpc-xml-perl (0.57-1) unstable; urgency=low + + * New upstream release (closes: Bug#280699) + + -- Ivan Kohler Fri, 21 Jan 2005 19:12:09 -0800 + +librpc-xml-perl (0.54-1) unstable; urgency=low + + * New upstream release + * Change Section: from interpreters to perl + * debhelper compat v4 + + -- Ivan Kohler Sat, 7 Aug 2004 20:59:52 -0700 + +librpc-xml-perl (0.53-1) unstable; urgency=low + + * Initial Release (closes: Bug#186036). + + -- Ivan Kohler Sun, 23 Mar 2003 17:54:53 -0800 + --- librpc-xml-perl-0.60.orig/debian/control +++ librpc-xml-perl-0.60/debian/control @@ -0,0 +1,25 @@ +Source: librpc-xml-perl +Section: perl +Priority: optional +Build-Depends-Indep: libxml-parser-perl, libwww-perl (>= 5.811), perl (>= 5.8.0-7), + netbase, libtest-pod-perl, libtest-pod-coverage-perl, libnet-server-perl +Build-Depends: debhelper (>= 5) +Maintainer: Debian Perl Group +Uploaders: Ivan Kohler , Damyan Ivanov , + Niko Tyni , gregor herrmann , + Carlo Segre , Rene Mayorga +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/RPC-XML/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librpc-xml-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/ + +Package: librpc-xml-perl +Architecture: all +Depends: libxml-parser-perl, libwww-perl (>= 5.811), ${perl:Depends} +Suggests: libapache2-mod-perl2 +Description: Perl module implementation of XML-RPC + The RPC::XML package is an implementation of XML-RPC. The module provides + classes for sample client and server implementations, a server designed as an + Apache location-handler, and a suite of data-manipulation classes that are + used by them. +