r58955 - in /trunk/libnet-rendezvous-publish-perl/debian: changelog compat control copyright dirs patches/ patches/pod-errors.patch patches/series rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 11:22:54 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 11:13:15 2010
New Revision: 58955

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58955
Log:
* Use debhelper 7 instead of CDBS.
* Use Build.PL.
* Use source format 3.0 (quilt).
* Remove Homepage semi-field from description.
* Mention module name in description.
* Convert debian/copyright to proposed machine-readable format.
* Fix POD error.
  + new patch: pod-errors.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libnet-rendezvous-publish-perl/debian/patches/
    trunk/libnet-rendezvous-publish-perl/debian/patches/pod-errors.patch
    trunk/libnet-rendezvous-publish-perl/debian/patches/series
    trunk/libnet-rendezvous-publish-perl/debian/source/
    trunk/libnet-rendezvous-publish-perl/debian/source/format
Removed:
    trunk/libnet-rendezvous-publish-perl/debian/dirs
Modified:
    trunk/libnet-rendezvous-publish-perl/debian/changelog
    trunk/libnet-rendezvous-publish-perl/debian/compat
    trunk/libnet-rendezvous-publish-perl/debian/control
    trunk/libnet-rendezvous-publish-perl/debian/copyright
    trunk/libnet-rendezvous-publish-perl/debian/rules

Modified: trunk/libnet-rendezvous-publish-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/changelog?rev=58955&op=diff
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/changelog (original)
+++ trunk/libnet-rendezvous-publish-perl/debian/changelog Sun Jun  6 11:13:15 2010
@@ -1,30 +1,34 @@
-libnet-rendezvous-publish-perl (0.04-2) UNRELEASED; urgency=low
+libnet-rendezvous-publish-perl (0.04-2) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
-
-  [ gregor herrmann ]
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
 
   [ Jose Luis Rivas ]
   * debian/watch: Now is dist-based.
   * debian/control: 
     + Debian Perl Group now is the maintainer, me passed to
     uploaders.
-    + Bumped Standards-Version to 3.8.0 wo/ changes needed.
-  * debian/copyright:
-    + Now formatting is more machine-readable.
 
   [ gregor herrmann ]
-  * 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.
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:52:22 +0200
+  [ Ansgar Burchardt ]
+  * Use debhelper 7 instead of CDBS.
+  * Use Build.PL.
+  * Use source format 3.0 (quilt).
+  * Remove Homepage semi-field from description.
+  * Mention module name in description.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Fix POD error.
+    + new patch: pod-errors.patch
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 06 Jun 2010 20:11:59 +0900
 
 libnet-rendezvous-publish-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libnet-rendezvous-publish-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/compat?rev=58955&op=diff
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/compat (original)
+++ trunk/libnet-rendezvous-publish-perl/debian/compat Sun Jun  6 11:13:15 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libnet-rendezvous-publish-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/control?rev=58955&op=diff
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/control (original)
+++ trunk/libnet-rendezvous-publish-perl/debian/control Sun Jun  6 11:13:15 2010
@@ -2,10 +2,11 @@
 Section: perl
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl, libclass-accessor-lvalue-perl, libmodule-pluggable-perl
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Net-Rendezvous-Publish/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-rendezvous-publish-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/
@@ -13,9 +14,7 @@
 Package: libnet-rendezvous-publish-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-lvalue-perl, libmodule-pluggable-perl
-Description: publish Rendezvous services
- Creates, publish and manages Rendezvous services. Can manage
- how much time will handle network events and updates of internal
+Description: Perl module to publish Rendezvous services
+ Net::Rendezvous::Publish creates, publish and manages Rendezvous services. It
+ can manage how much time will handle network events and updates of internal
  state.
- .
- http://search.cpan.org/dist/Net-Rendezvous-Publish

Modified: trunk/libnet-rendezvous-publish-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/copyright?rev=58955&op=diff
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/copyright (original)
+++ trunk/libnet-rendezvous-publish-perl/debian/copyright Sun Jun  6 11:13:15 2010
@@ -1,25 +1,27 @@
-This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
-Sun, 22 Apr 2007 03:26:42 -0400.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Richard Clamp
+Source: http://search.cpan.org/dist/Net-Rendezvous-Publish/
+Name: Net-Rendezvous-Publish
 
-It was downloaded from http://search.cpan.org/dist/Net-Rendezvous-Publish
+Copyright: 2004-2006, Richard Clamp
+License: Artistic or GPL-1+
 
-Upstream Author: Richard Clamp <richardc at unixbeard.net>
+Files: debian/*
+Copyright:
+ 2007, Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Files: *
-Copyright: Copyright 2004, 2005, 2006, Richard Clamp. All Rights Reserved.
-License: GPL | Artistic
+License: Artistic
     This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
+    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'
 
-    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'.
-
-The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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'

Added: trunk/libnet-rendezvous-publish-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/patches/pod-errors.patch?rev=58955&op=file
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libnet-rendezvous-publish-perl/debian/patches/pod-errors.patch Sun Jun  6 11:13:15 2010
@@ -1,0 +1,17 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 06 Jun 2010 20:04:22 +0900
+Subject Fix POD error
+Origin: vendor
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=58175
+
+--- libnet-rendezvous-publish-perl.orig/lib/Net/Rendezvous/Publish.pm
++++ libnet-rendezvous-publish-perl/lib/Net/Rendezvous/Publish.pm
+@@ -106,7 +106,7 @@
+ Spend at most $seconds seconds handling network events and updating
+ internal state.
+ 
+-=head TODO
++=head1 TODO
+ 
+ At some point I may learn enough of the mDNS protocol to write a
+ pure-perl responder.  That'll be nifty.

Added: trunk/libnet-rendezvous-publish-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/patches/series?rev=58955&op=file
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/patches/series (added)
+++ trunk/libnet-rendezvous-publish-perl/debian/patches/series Sun Jun  6 11:13:15 2010
@@ -1,0 +1,1 @@
+pod-errors.patch

Modified: trunk/libnet-rendezvous-publish-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/rules?rev=58955&op=diff
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/rules (original)
+++ trunk/libnet-rendezvous-publish-perl/debian/rules Sun Jun  6 11:13:15 2010
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
 
-install/libnet-rendezvous-publish-perl::
-	[ ! -d debian/libnet-rendezvous-publish-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libnet-rendezvous-publish-perl/usr/lib/perl5
+%:
+	dh --buildsystem=perl_build $@

Added: trunk/libnet-rendezvous-publish-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-rendezvous-publish-perl/debian/source/format?rev=58955&op=file
==============================================================================
--- trunk/libnet-rendezvous-publish-perl/debian/source/format (added)
+++ trunk/libnet-rendezvous-publish-perl/debian/source/format Sun Jun  6 11:13:15 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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