r74172 - in /trunk/libnet-freedb-perl/debian: changelog compat control copyright libnet-freedb-perl.docs patches/fix-pod.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 9 19:51:50 UTC 2011


Author: gregoa
Date: Mon May  9 19:51:30 2011
New Revision: 74172

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74172
Log:
* Add a patch to fix a POD syntax error.
* Set Standards-Version to 3.9.2 (no changes).
* Bump debhelper compatibility level to 8.
* Add /me to Uploaders.
* Remove version from libcddb-file-perl (build) dependency, nothing older in
  the archive.
* Set urgency to medium (RC bug fix, perl 5.12 transition).
* Don't install README and TODO (both more or less empty) anymore.
* Add years of upstream copyright.

Added:
    trunk/libnet-freedb-perl/debian/patches/fix-pod.patch
Removed:
    trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs
Modified:
    trunk/libnet-freedb-perl/debian/changelog
    trunk/libnet-freedb-perl/debian/compat
    trunk/libnet-freedb-perl/debian/control
    trunk/libnet-freedb-perl/debian/copyright
    trunk/libnet-freedb-perl/debian/patches/series

Modified: trunk/libnet-freedb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/changelog?rev=74172&op=diff
==============================================================================
--- trunk/libnet-freedb-perl/debian/changelog (original)
+++ trunk/libnet-freedb-perl/debian/changelog Mon May  9 19:51:30 2011
@@ -1,8 +1,17 @@
-libnet-freedb-perl (0.08-2) UNRELEASED; urgency=low
+libnet-freedb-perl (0.08-2) UNRELEASED; urgency=medium
 
   * Switch to source format 3.0 (quilt).
   * Add a patch to disable tests that need internet access
     (closes: #625840).
+  * Add a patch to fix a POD syntax error.
+  * Set Standards-Version to 3.9.2 (no changes).
+  * Bump debhelper compatibility level to 8.
+  * Add /me to Uploaders.
+  * Remove version from libcddb-file-perl (build) dependency, nothing older in
+    the archive.
+  * Set urgency to medium (RC bug fix, perl 5.12 transition).
+  * Don't install README and TODO (both more or less empty) anymore.
+  * Add years of upstream copyright.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 09 May 2011 21:14:57 +0200
 

Modified: trunk/libnet-freedb-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/compat?rev=74172&op=diff
==============================================================================
--- trunk/libnet-freedb-perl/debian/compat (original)
+++ trunk/libnet-freedb-perl/debian/compat Mon May  9 19:51:30 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libnet-freedb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/control?rev=74172&op=diff
==============================================================================
--- trunk/libnet-freedb-perl/debian/control (original)
+++ trunk/libnet-freedb-perl/debian/control Mon May  9 19:51:30 2011
@@ -1,12 +1,13 @@
 Source: libnet-freedb-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
- libcddb-file-perl (>= 1.01),
+Build-Depends: debhelper (>= 8),
+ libcddb-file-perl,
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Standards-Version: 3.9.1
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Net-FreeDB/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-freedb-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-freedb-perl/
@@ -14,8 +15,7 @@
 Package: libnet-freedb-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
- libcddb-file-perl (>= 1.01),
- perl
+ libcddb-file-perl
 Description: Perl interface to freedb servers
  Net::FreeDB was inspired by Net::CDDB.  And in-fact was designed as a
  replacement in-part by Net::CDDB's author Jeremy D. Zawodny.  Net::FreeDB

Modified: trunk/libnet-freedb-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/copyright?rev=74172&op=diff
==============================================================================
--- trunk/libnet-freedb-perl/debian/copyright (original)
+++ trunk/libnet-freedb-perl/debian/copyright Mon May  9 19:51:30 2011
@@ -1,16 +1,16 @@
 Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Net-FreeDB
-Upstream-Contact: David Shultz <dshultz at cpan.org>,
- Peter Pentchev <roam at ringlet.net>
+Upstream-Contact: Peter Pentchev <roam at ringlet.net>
 Source: http://search.cpan.org/dist/Net-FreeDB/
 
 Files: *
-Copyright: David Shultz <dshultz at cpan.org>,
-           Peter Pentchev <roam at ringlet.net>
+Copyright: 2001, David Shultz <dshultz at cpan.org>,
+ 2005-2006, Peter Pentchev <roam at ringlet.net>
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+ 2011, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic

Added: trunk/libnet-freedb-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/patches/fix-pod.patch?rev=74172&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libnet-freedb-perl/debian/patches/fix-pod.patch Mon May  9 19:51:30 2011
@@ -1,0 +1,26 @@
+Description: fix POD syntax
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-05-09
+
+--- a/FreeDB.pm
++++ b/FreeDB.pm
+@@ -297,6 +297,8 @@
+ 
+ =head2 METHODS
+ 
++=over
++
+ =item new(HOST => $h, PORT => $p, USER => $u, HOSTNAME => $hn, TIMEOUT => $to)
+ 
+      Constructor:
+@@ -400,6 +402,8 @@
+ 
+    NOTE: A different return type/design may be developed.
+ 
++=back
++
+ =head1 BUGS
+ 
+         The current version of getdiscid() and getdiscdata()

Modified: trunk/libnet-freedb-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/patches/series?rev=74172&op=diff
==============================================================================
--- trunk/libnet-freedb-perl/debian/patches/series (original)
+++ trunk/libnet-freedb-perl/debian/patches/series Mon May  9 19:51:30 2011
@@ -1,1 +1,2 @@
 no_internet.patch
+fix-pod.patch




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