r25997 - in /trunk/libnetaddr-ip-perl/debian: changelog control copyright patches/10_special-chars-to-utf8.patch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Mon Oct 13 00:09:58 UTC 2008


Author: gwolf
Date: Mon Oct 13 00:09:54 2008
New Revision: 25997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25997
Log:
Updated the UTF patch, plus some details to make package policy-abiding

Modified:
    trunk/libnetaddr-ip-perl/debian/changelog
    trunk/libnetaddr-ip-perl/debian/control
    trunk/libnetaddr-ip-perl/debian/copyright
    trunk/libnetaddr-ip-perl/debian/patches/10_special-chars-to-utf8.patch

Modified: trunk/libnetaddr-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/changelog?rev=25997&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/changelog (original)
+++ trunk/libnetaddr-ip-perl/debian/changelog Mon Oct 13 00:09:54 2008
@@ -1,15 +1,16 @@
 libnetaddr-ip-perl (4.011+dfsg-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Gunnar Wolf <gwolf at debian.org>  Sun, 12 Oct 2008 18:50:01 -0500
-
-libnetaddr-ip-perl (4.007+dfsg-3) UNRELEASED; urgency=low
-
+  [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:59 -0300
+  [ Gunnar Wolf ]
+  * New upstream release
+  * Standards-version -> 3.8.0
+  * Changed the wording on debian/copyright so it complies with Debian's
+    guidelines (i.e. explicit "Copyright" instead of (c))
+  
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 12 Oct 2008 18:50:01 -0500
 
 libnetaddr-ip-perl (4.007+dfsg-2) unstable; urgency=low
 

Modified: trunk/libnetaddr-ip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/control?rev=25997&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/control (original)
+++ trunk/libnetaddr-ip-perl/debian/control Mon Oct 13 00:09:54 2008
@@ -5,7 +5,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julian Mehnle <julian at mehnle.net>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/NetAddr-IP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnetaddr-ip-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/

Modified: trunk/libnetaddr-ip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/copyright?rev=25997&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/copyright (original)
+++ trunk/libnetaddr-ip-perl/debian/copyright Mon Oct 13 00:09:54 2008
@@ -9,10 +9,11 @@
   Luis E. Muñoz <luismunoz at cpan.org>
   Michael A. Robinton <michael at bizsystems.com>
 
-This software is (c) Luis E. Muñoz, 1999 - 2007, and (c) Michael A. Robinton,
-2006 - 2007.  It can be used under the terms of the perl artistic license
-provided that proper credit for the work of the authors is  preserved in the
-form of this copyright notice and license for this module.
+This software is Copyright 1999-2007 Luis E. Muñoz, and Copyright
+2006-2007 Michael A. Robinton.  It can be used under the terms of the
+perl artistic license provided that proper credit for the work of the
+authors is preserved in the form of this copyright notice and license
+for this module.
 
 No warranty of any kind is expressed or implied.  This code might make your
 computer go up in a puff of black smoke.

Modified: trunk/libnetaddr-ip-perl/debian/patches/10_special-chars-to-utf8.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/patches/10_special-chars-to-utf8.patch?rev=25997&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/patches/10_special-chars-to-utf8.patch (original)
+++ trunk/libnetaddr-ip-perl/debian/patches/10_special-chars-to-utf8.patch Mon Oct 13 00:09:54 2008
@@ -1,6 +1,8 @@
---- a/Lite/README
-+++ b/Lite/README
-@@ -344,7 +344,7 @@ EXPORT_OK
+Index: libnetaddr-ip-perl/Lite/README
+===================================================================
+--- libnetaddr-ip-perl.orig/Lite/README	2008-10-12 18:59:33.000000000 -0500
++++ libnetaddr-ip-perl/Lite/README	2008-10-12 18:59:54.000000000 -0500
+@@ -367,7 +367,7 @@
              :old_nth
  
  AUTHOR
@@ -9,18 +11,11 @@
      <michael at bizsystems.com>
  
  WARRANTY
-@@ -352,7 +352,7 @@ WARRANTY
-     by using it you accept any and all the liability.
- 
- LICENSE
--    This software is (c) Luis E. Muñoz, 1999 - 2005, and (c) Michael
-+    This software is (c) Luis E. Muñoz, 1999 - 2005, and (c) Michael
-     Robinton, 2006. It can be used under the terms of the perl artistic
-     license provided that proper credit for the work of the author is
-     preserved in the form of this copyright notice and license for this
---- a/Lite/Lite.pm
-+++ b/Lite/Lite.pm
-@@ -1037,7 +1037,7 @@ sub import {
+Index: libnetaddr-ip-perl/Lite/Lite.pm
+===================================================================
+--- libnetaddr-ip-perl.orig/Lite/Lite.pm	2008-10-12 19:00:00.000000000 -0500
++++ libnetaddr-ip-perl/Lite/Lite.pm	2008-10-12 19:02:53.000000000 -0500
+@@ -1115,7 +1115,7 @@
  
  =head1 AUTHOR
  
@@ -29,12 +24,12 @@
  Michael Robinton E<lt>michael at bizsystems.comE<gt>
  
  =head1 WARRANTY
-@@ -1047,7 +1047,7 @@ so by using it you accept any and all th
+@@ -1125,7 +1125,7 @@
  
  =head1 LICENSE
  
--This software is (c) Luis E. Muñoz, 1999 - 2005, and (c) Michael Robinton, 2006.
-+This software is (c) Luis E. Muñoz, 1999 - 2005, and (c) Michael Robinton, 2006.
+- This software is (c) Luis E. Muñoz, 1999 - 2005 
++ This software is (c) Luis E. Muñoz, 1999 - 2005 
+  and (c) Michael Robinton, 2006 - 2008.
+ 
  It can be used under the terms of the perl artistic license provided that 
- proper credit for the work of the author is preserved in the form of this 
- copyright notice and license for this module.




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