r60254 - in /trunk/libnet-sip-perl/debian: README.source changelog control copyright patches/fix-pod-spelling.patch patches/pod2man_item.patch watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jul 12 15:38:48 UTC 2010


Author: gregoa
Date: Mon Jul 12 15:38:40 2010
New Revision: 60254

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60254
Log:
* debian/watch: remove unneeded uversionmangle.
* Set Standards-Version to 3.9.0 (no changes).
* Refresh fix-pod-spelling.patch. Update patch headers.
* Remove obsolete debian/README.source.

Removed:
    trunk/libnet-sip-perl/debian/README.source
Modified:
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/debian/control
    trunk/libnet-sip-perl/debian/copyright
    trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch
    trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
    trunk/libnet-sip-perl/debian/watch

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/changelog?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Mon Jul 12 15:38:40 2010
@@ -1,6 +1,10 @@
 libnet-sip-perl (0.59-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/watch: remove unneeded uversionmangle.
+  * Set Standards-Version to 3.9.0 (no changes).
+  * Refresh fix-pod-spelling.patch. Update patch headers.
+  * Remove obsolete debian/README.source.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 12 Jul 2010 17:28:22 +0200
 

Modified: trunk/libnet-sip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/control?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/control (original)
+++ trunk/libnet-sip-perl/debian/control Mon Jul 12 15:38:40 2010
@@ -1,13 +1,13 @@
 Source: libnet-sip-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libnet-dns-perl, net-tools, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>, Martín Ferrari <tincho at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-sip-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-sip-perl/
 Homepage: http://search.cpan.org/dist/Net-SIP/

Modified: trunk/libnet-sip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/copyright?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/copyright (original)
+++ trunk/libnet-sip-perl/debian/copyright Mon Jul 12 15:38:40 2010
@@ -30,4 +30,4 @@
  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'
+ Public License can be found in `/usr/share/common-licenses/GPL-1'

Modified: trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch Mon Jul 12 15:38:40 2010
@@ -1,7 +1,10 @@
 Description: fix POD spelling errors
-Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-12
+
 --- a/lib/Net/SIP/Endpoint.pod
 +++ b/lib/Net/SIP/Endpoint.pod
 @@ -133,7 +133,7 @@
@@ -32,8 +35,8 @@
  numerical code CODE and text message MSG. Header for the response will
 -be based on the request, but can be added or overriden using \%HEADER.
 +be based on the request, but can be added or overridden using \%HEADER.
- 
- For details to \%HEADER and BODY see B<new_from_parts> in L<Net::SIP::Packet>.
+ If MSG is not given (e.g. argument is missing, second argument is \%HEADER
+ already) a builtin message for the code will be used.
  
 --- a/lib/Net/SIP/Simple.pod
 +++ b/lib/Net/SIP/Simple.pod

Modified: trunk/libnet-sip-perl/debian/patches/pod2man_item.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/pod2man_item.patch?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/pod2man_item.patch (original)
+++ trunk/libnet-sip-perl/debian/patches/pod2man_item.patch Mon Jul 12 15:38:40 2010
@@ -1,5 +1,8 @@
+Description: fix pod2man errors
+Forwarded: no
 Author: gregor herrmann <gregoa at debian.org>
-Description: fix pod2man errors
+Last-Update: 2010-07-12
+
 --- a/lib/Net/SIP/Debug.pod
 +++ b/lib/Net/SIP/Debug.pod
 @@ -23,27 +23,27 @@

Modified: trunk/libnet-sip-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/watch?rev=60254&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/watch (original)
+++ trunk/libnet-sip-perl/debian/watch Mon Jul 12 15:38:40 2010
@@ -1,4 +1,2 @@
 version=3
-opts="uversionmangle=s/_/./g" \
-	http://search.cpan.org/dist/Net-SIP/ \
-	.*/Net-SIP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+http://search.cpan.org/dist/Net-SIP/  .*/Net-SIP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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