--- librpc-xml-perl-0.57.orig/debian/watch +++ librpc-xml-perl-0.57/debian/watch @@ -0,0 +1,7 @@ +# watch control file for uscan +# you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +ftp://ftp.cpan.org/pub/CPAN/modules/by-module/RPC/RPC-XML-([\d\.]+)\.tar\.gz \ + debian uupdate --- librpc-xml-perl-0.57.orig/debian/changelog +++ librpc-xml-perl-0.57/debian/changelog @@ -0,0 +1,20 @@ +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.57.orig/debian/control +++ librpc-xml-perl-0.57/debian/control @@ -0,0 +1,16 @@ +Source: librpc-xml-perl +Section: perl +Priority: optional +Build-Depends: libxml-parser-perl, libwww-perl, debhelper (>= 4), perl (>= 5.8.0-7) +Maintainer: Ivan Kohler +Standards-Version: 3.5.1 + +Package: librpc-xml-perl +Architecture: all +Depends: libxml-parser-perl, libwww-perl +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. + --- librpc-xml-perl-0.57.orig/debian/copyright +++ librpc-xml-perl-0.57/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. + +############################################################################### +# +# This file copyright (c) 2001 by Randy J. Ray , +# all rights reserved +# +# Copying and distribution are permitted under the terms of the Artistic +# License as distributed with Perl versions 5.005 and later. See +# http://language.perl.com/misc/Artistic.html +# +############################################################################### + +On Debian GNU/Linux systems, the complete text of the Artistic Licence can +be found in `/usr/share/common-licenses/Artistic'. --- librpc-xml-perl-0.57.orig/debian/rules +++ librpc-xml-perl-0.57/debian/rules @@ -0,0 +1,87 @@ +#!/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) + +ifndef PERL +PERL = /usr/bin/perl +endif + +ifndef DESTDIR +DESTDIR=.. +endif +TMP =`pwd`/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + + # Add here commands to compile the package. + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) realclean + + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + #$(MAKE) install DESTDIR=`pwd`/debian/tmp + $(MAKE) install PREFIX=$(TMP)/usr + + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install +# dh_testversion + dh_testdir + dh_testroot + dh_installdocs README.apache2 README.apache README ex/README + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installinit + dh_installcron + dh_installman +# dh_undocumented + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb --destdir=$(DESTDIR) + +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 --- librpc-xml-perl-0.57.orig/debian/compat +++ librpc-xml-perl-0.57/debian/compat @@ -0,0 +1 @@ +4