r51931 - in /trunk/libprpc-perl/debian: PROBLEMS README.Maintainer README.source changelog compat control copyright patches/series patches/spelling.patch rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 31 13:50:13 UTC 2010


Author: ansgar-guest
Date: Sun Jan 31 13:50:00 2010
New Revision: 51931

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51931
Log:
* Use debhelper instead of cdbs.
* debian/control: Make b-dep on perl unversioned as even the version in
  oldstable is recent enough.  Also remove debian/README.Maintainer which
  explained the reason for the versioned dependency.
* debian/control: Remove duplicate word ("of of") from description.
* Remove debian/PROBLEMS containing output from failed tests.
* Convert debian/copyright to proposed machine-readable format.
* Use source format 3.0 (quilt).
* Correct spelling error pointed out by lintian.
  + New patch: spelling.patch.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libprpc-perl/debian/patches/spelling.patch
    trunk/libprpc-perl/debian/source/
    trunk/libprpc-perl/debian/source/format
Removed:
    trunk/libprpc-perl/debian/PROBLEMS
    trunk/libprpc-perl/debian/README.Maintainer
    trunk/libprpc-perl/debian/README.source
Modified:
    trunk/libprpc-perl/debian/changelog
    trunk/libprpc-perl/debian/compat
    trunk/libprpc-perl/debian/control
    trunk/libprpc-perl/debian/copyright
    trunk/libprpc-perl/debian/patches/series
    trunk/libprpc-perl/debian/rules

Modified: trunk/libprpc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/changelog?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/changelog (original)
+++ trunk/libprpc-perl/debian/changelog Sun Jan 31 13:50:00 2010
@@ -1,31 +1,36 @@
-libprpc-perl (0.1005-21) UNRELEASED; 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.
-  * Split out changes to test suite into disable_tests.patch; add quilt
-    framework.
-  * Set Standards-Version to 3.7.3 (no changes).
-  * Set debhelper compatibility level to 5.
-  * Move perl from Build-Depends to Build-Depends-Indep.
-  * debian/watch: use dist-based URL.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-  * debian/control: Added: ${misc:Depends} to Depends: field.
-
-  [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
+libprpc-perl (0.1005-21) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
     perl-maintainers at lists.alioth.debian.org> (was: Christian Hammers
     <ch at debian.org>); Christian Hammers <ch at debian.org> moved to
     Uploaders.
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+  * Split out changes to test suite into disable_tests.patch.
+  * Move perl from Build-Depends to Build-Depends-Indep.
+  * debian/watch: use dist-based URL.
+  * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:45 +0200
+  [ Nathan Handler ]
+  * debian/watch: Update to ignore development releases.
+
+  [ Ansgar Burchardt ]
+  * Use debhelper instead of cdbs.
+  * debian/control: Make b-dep on perl unversioned as even the version in
+    oldstable is recent enough.  Also remove debian/README.Maintainer which
+    explained the reason for the versioned dependency.
+  * debian/control: Remove duplicate word ("of of") from description.
+  * Remove debian/PROBLEMS containing output from failed tests.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Use source format 3.0 (quilt).
+  * Correct spelling error pointed out by lintian.
+    + New patch: spelling.patch.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 31 Jan 2010 22:48:11 +0900
 
 libprpc-perl (0.1005-20) unstable; urgency=low
 

Modified: trunk/libprpc-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/compat?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/compat (original)
+++ trunk/libprpc-perl/debian/compat Sun Jan 31 13:50:00 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libprpc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/control?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/control (original)
+++ trunk/libprpc-perl/debian/control Sun Jan 31 13:50:00 2010
@@ -2,13 +2,14 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christian Hammers <ch at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Christian Hammers <ch at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/RPC-pServer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libprpc-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libprpc-perl/
-Build-Depends: debhelper (>= 5), cdbs, quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 
 Package: libprpc-perl
 Architecture: all
@@ -17,4 +18,4 @@
  Perl RPC simplifies the writing of Perl based client/server
  applications.  RPC::pServer is the package used on the server side,
  and you guess what RPC::pClient is for.  pRPC works by defining a set
- of of functions that may be executed by the client.
+ of functions that may be executed by the client.

Modified: trunk/libprpc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/copyright?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/copyright (original)
+++ trunk/libprpc-perl/debian/copyright Sun Jan 31 13:50:00 2010
@@ -1,13 +1,28 @@
-This is Debian GNU/Linux's prepackaged version of Perl extensions for
-writing pRPC servers and clients.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jochen Wiedmann
+Source: http://search.cpan.org/dist/pRPC-modules/
+Name: pRPC-modules
 
-This package was put together by Martin Schulze <joey at debian.org>,
-from sources obtained from:
- ftp://ftp.infodrom.north.de/pub/CPAN/modules/by-module/RPC/pRPC-modules-0.1005.tar.gz
+Copyright: © 1997, Jochen Wiedmann <wiedmann at neckar-alb.de>
+License: Artistic or GPL-1+
 
-Copyright (c) 1997 Jochen Wiedmann <wiedmann at neckar-alb.de>
+Files: debian/*
+Copyright:
+ © 1998,      Martin Schulze <joey at finlandia.infodrom.north.de>
+ © 1999-2007, Christian Hammers <ch at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-You may distribute under the terms of either the GNU General Public
-License or the Artistic License, as specified in the Perl README file.
-You can find the license texts in /usr/share/common-licenses/ and
-/usr/share/doc/perl/copyright.
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libprpc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/series?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/patches/series (original)
+++ trunk/libprpc-perl/debian/patches/series Sun Jan 31 13:50:00 2010
@@ -1,1 +1,2 @@
 disable_tests.patch
+spelling.patch

Added: trunk/libprpc-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/spelling.patch?rev=51931&op=file
==============================================================================
--- trunk/libprpc-perl/debian/patches/spelling.patch (added)
+++ trunk/libprpc-perl/debian/patches/spelling.patch Sun Jan 31 13:50:00 2010
@@ -1,0 +1,13 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Correct spelling error
+--- libprpc-perl.orig/lib/RPC/pServer.pm
++++ libprpc-perl/lib/RPC/pServer.pm
+@@ -934,7 +934,7 @@
+ a simple server, say a spreadsheet server. Of course we are not
+ interested in the details of the spreadsheet part (which could well
+ be implemented in a separate program), the spreadsheet example
+-is choosen, because it is obvious, that such a server is dealing
++is chosen, because it is obvious, that such a server is dealing
+ with complex data structures. For example, a "sum" method should
+ be able to add over complete rows, columns or even rectangular
+ regions of the spreadsheet. And another thing, obviously a spread-

Modified: trunk/libprpc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/rules?rev=51931&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/rules (original)
+++ trunk/libprpc-perl/debian/rules Sun Jan 31 13:50:00 2010
@@ -1,6 +1,3 @@
 #!/usr/bin/make -f
-
-# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+%:
+	dh $@

Added: trunk/libprpc-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/source/format?rev=51931&op=file
==============================================================================
--- trunk/libprpc-perl/debian/source/format (added)
+++ trunk/libprpc-perl/debian/source/format Sun Jan 31 13:50:00 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-perl-cvs-commits mailing list