--- libplrpc-perl-0.2020.orig/README +++ libplrpc-perl-0.2020/README @@ -204,6 +204,7 @@ require RPC::PlServer; require MD5; + package MD5_Server; # Clients need to request application # "MD5_Server" --- libplrpc-perl-0.2020.orig/debian/control +++ libplrpc-perl-0.2020/debian/control @@ -0,0 +1,18 @@ +Source: libplrpc-perl +Section: perl +Priority: optional +Maintainer: Anibal Monsalve Salazar +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.1-7), perl-doc +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/search?query=PlRPC&mode=module + +Package: libplrpc-perl +Architecture: all +Depends: ${perl:Depends}, libstorable-perl | perl-modules (>=5.8.0-10), libnet-daemon-perl +Suggests: libcompress-zlib-perl +Description: Perl extensions for writing PlRPC servers and clients + Perl RPC simplifies the writing of Perl based client/server + applications. RPC::PlServer is the package used on the server side, + and you guess what RPC::PlClient is for. plRPC works by defining a set + of functions that may be executed by the client. --- libplrpc-perl-0.2020.orig/debian/compat +++ libplrpc-perl-0.2020/debian/compat @@ -0,0 +1 @@ +7 --- libplrpc-perl-0.2020.orig/debian/watch +++ libplrpc-perl-0.2020/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/modules/by-module/RPC/PlRPC-([\.\d]*)\.tar\.gz --- libplrpc-perl-0.2020.orig/debian/rules +++ libplrpc-perl-0.2020/debian/rules @@ -0,0 +1,78 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +ifndef PERL + PERL = /usr/bin/perl +endif + archlib = `$(PERL) -MConfig -e 'print $$Config{installarchlib}'` + +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. + -test -f Makefile && $(MAKE) distclean + # + dh_clean + +# Build architecture-dependent files here. +binary-arch: build +# We have nothing to do by default. + + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + # + # Add here commands to install the files into debian/libplrpc-perl + $(MAKE) install PREFIX=$(CURDIR)/debian/libplrpc-perl/usr + find `pwd`/debian/libplrpc-perl -type f -name .packlist | xargs -r rm -f + #find `pwd`/debian/libplrpc-perl -type d -empty | xargs -r rmdir -p --ignore-fail-on-non-empty + # + # + # + ##### package specific ##### + # + dh_installchangelogs ChangeLog + dh_installdocs MANIFEST README + # + # + # + dh_installmenu + dh_installinit + dh_installcron + dh_installmanpages + dh_undocumented + dh_strip + dh_compress + dh_fixperms + #dh_suidregister + dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + 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 --- libplrpc-perl-0.2020.orig/debian/copyright +++ libplrpc-perl-0.2020/debian/copyright @@ -0,0 +1,39 @@ +This is Debian GNU/Linux's prepackaged version of Perl extensions for +writing PlRPC servers and clients. + +This package was put together by Mike Mattice +from sources obtained from: + ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/RPC/ + + +Copyright: + The PlRPC-modules are + + Copyright (C) 1998, Jochen Wiedmann + Am Eisteich 9 + 72555 Metzingen + Germany + + Phone: +49 7123 14887 + Email: joe@ispsoft.de + + All rights reserved. + + You may distribute this package under the terms of either the + GNU General Public License or the Artistic License, as specified + in the Perl README file. + +Perl's copyright terms are as follows: + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + 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'. + --- libplrpc-perl-0.2020.orig/debian/changelog +++ libplrpc-perl-0.2020/debian/changelog @@ -0,0 +1,71 @@ +libplrpc-perl (0.2020-2) unstable; urgency=low + + * Add perl-doc to the Build-Depends-Indep list; closes: #514947 + * Fix the following lintian issues: + W: libplrpc-perl source: dh-clean-k-is-deprecated + + -- Anibal Monsalve Salazar Thu, 12 Feb 2009 23:16:58 +1100 + +libplrpc-perl (0.2020-1) unstable; urgency=low + + * New maintainer; closes: #494597 + * New upstream release; closes: #329653 + * Acknowledge non maintainer upload; closes: #322779 + * Priority is optional; closes: #282207 + * Fix typo in description; closes: #481245 + * Add homepage control header + * Add debian/watch + * Fix the following lintian issues: + W: debian-rules-calls-debhelper-in-odd-order dh_makeshlibs (line 71) + W: dh_suidregister-is-obsolete + W: package-uses-deprecated-debhelper-compat-version 1 + W: ancient-standards-version 3.5.6.0 (current is 3.8.0) + E: clean-should-be-satisfied-by-build-depends debhelper + W: perl-package-should-be-section-perl libplrpc-perl + + -- Anibal Monsalve Salazar Mon, 11 Aug 2008 21:40:16 +1000 + +libplrpc-perl (0.2017-1.1) unstable; urgency=low + + * Non-Maintainer Upload + * Removed postinst and prerm as they were only there to handle the, now + deprecated, /usr/doc symlinks, closes: #322779. + + -- Stephen Quinney Fri, 2 Jun 2006 16:42:56 +0100 + +libplrpc-perl (0.2017-1) unstable; urgency=low + + * New upstream release + + -- Mike Mattice Sat, 14 Feb 2004 19:00:37 -0600 + +libplrpc-perl (0.2016-3) unstable; urgency=low + + * Changed dependancies for Perl 5.8 - Closes: #159205 + + -- Mike Mattice Sun, 1 Sep 2002 14:41:48 -0500 + +libplrpc-perl (0.2016-2) unstable; urgency=low + + * Add copyright summary from perl package - Closes: #157639 + + -- Mike Mattice Fri, 30 Aug 2002 23:03:31 -0500 + +libplrpc-perl (0.2016-1) unstable; urgency=low + + * New upstream version. + + -- Mike Mattice Fri, 11 Jan 2002 22:12:29 -0600 + +libplrpc-perl (0.2014-1) unstable; urgency=low + + * New upstream version. + * Updated for new perl policy. + + -- Mike Mattice Wed, 21 Feb 2001 14:52:44 -0600 + +libplrpc-perl (0.2012-1) unstable; urgency=low + + * Initial release + + -- Mike Mattice Fri, 16 Jun 2000 13:12:45 -0500