r41873 - in /trunk/liburi-perl: Changes META.yml URI.pm debian/README.source debian/changelog debian/control debian/copyright t/heuristic.t

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Fri Aug 14 23:15:35 UTC 2009


Author: iulian-guest
Date: Fri Aug 14 23:15:28 2009
New Revision: 41873

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41873
Log:
* New upstream release
* Run dh-make-perl --refresh.
* debian/control:
  - Bump Standards-Version to 3.8.2; no changes required.
  - Modify the single line synopsis.
  - Add myself to Uploaders.
* debian/copyright:
  - Update to new format
    (http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196).

Modified:
    trunk/liburi-perl/Changes
    trunk/liburi-perl/META.yml
    trunk/liburi-perl/URI.pm
    trunk/liburi-perl/debian/README.source
    trunk/liburi-perl/debian/changelog
    trunk/liburi-perl/debian/control
    trunk/liburi-perl/debian/copyright
    trunk/liburi-perl/t/heuristic.t

Modified: trunk/liburi-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/Changes?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/Changes (original)
+++ trunk/liburi-perl/Changes Fri Aug 14 23:15:28 2009
@@ -1,3 +1,20 @@
+2009-08-14   Gisle Aas <gisle at ActiveState.com>
+
+   Release 1.40
+
+   Even stricter test for working DNS, 2nd try.
+
+
+
+2009-08-13   Gisle Aas <gisle at ActiveState.com>
+
+   Release 1.39
+
+   Even stricter test for working DNS, hopefully this gets rid of the rest of
+   the heuristics.t failures.
+
+
+
 2009-05-27   Gisle Aas <gisle at ActiveState.com>
 
    Release 1.38

Modified: trunk/liburi-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/META.yml?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/META.yml (original)
+++ trunk/liburi-perl/META.yml Fri Aug 14 23:15:28 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               URI
-version:            1.38
+version:            1.40
 abstract:           Uniform Resource Identifiers (absolute and relative)
 author:
     - Gisle Aas <gisle at activestate.com>

Modified: trunk/liburi-perl/URI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/URI.pm?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/URI.pm (original)
+++ trunk/liburi-perl/URI.pm Fri Aug 14 23:15:28 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = "1.38";
+$VERSION = "1.40";
 
 use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME $DEFAULT_QUERY_FORM_DELIMITER);
 

Modified: trunk/liburi-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/README.source?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/debian/README.source (original)
+++ trunk/liburi-perl/debian/README.source Fri Aug 14 23:15:28 2009
@@ -1,8 +1,3 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
 
 ~~~~~
 

Modified: trunk/liburi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/changelog?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/debian/changelog (original)
+++ trunk/liburi-perl/debian/changelog Fri Aug 14 23:15:28 2009
@@ -1,4 +1,4 @@
-liburi-perl (1.38+dfsg-1) UNRELEASED; urgency=low
+liburi-perl (1.40+dfsg-1) UNRELEASED; urgency=low
 
   IGNORE-VERSION: 1.38+dfsg-1
   no need to upload
@@ -11,7 +11,18 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 08:00:07 -0700
+  [ Iulian Udrea ]
+  * New upstream release
+  * Run dh-make-perl --refresh.
+  * debian/control:
+    - Bump Standards-Version to 3.8.2; no changes required.
+    - Modify the single line synopsis.
+    - Add myself to Uploaders.
+  * debian/copyright:
+    - Update to new format
+      (http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196).
+
+ -- Iulian Udrea <iulian at ubuntu.com>  Fri, 14 Aug 2009 23:45:34 +0100
 
 liburi-perl (1.37+dfsg-1) unstable; urgency=low
 

Modified: trunk/liburi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/control?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/debian/control (original)
+++ trunk/liburi-perl/debian/control Fri Aug 14 23:15:28 2009
@@ -6,8 +6,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Stefan Hornburg (Racke) <racke at linuxia.de>,
  Kees Cook <kees at outflux.net>, Rene Mayorga <rmayorga at debian.org.sv>,
- Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+ Ryan Niebur <ryanryan52 at gmail.com>, Iulian Udrea <iulian at ubuntu.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/URI/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liburi-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liburi-perl/
@@ -15,9 +15,9 @@
 Package: liburi-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmime-base64-perl, libnet-perl, data-dumper
-Suggests: libwww-perl (>=5.41)
-Conflicts: libwww-perl (<<5.41)
-Description: Manipulates and accesses URI strings
+Suggests: libwww-perl (>= 5.41)
+Conflicts: libwww-perl (<< 5.41)
+Description: Perl module to manipulate and access URI strings
  This package contains the URI.pm module with friends.  The module
  implements the URI class.  Objects of this class represent Uniform
  Resource Identifier (URI) references as specified in RFC 2396.

Modified: trunk/liburi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/copyright?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/debian/copyright (original)
+++ trunk/liburi-perl/debian/copyright Fri Aug 14 23:15:28 2009
@@ -1,18 +1,33 @@
-This package was debianized by John Goerzen jgoerzen at complete.org on
-Sat, 23 Jan 1999 14:18:41 -0600.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Gisle Aas <gisle at activestate.com>
+Upstream-Source: http://search.cpan.org/dist/URI/
+Upstream-Name: URI
 
-It was downloaded from CPAN; one CPAN site is
-http://www.perl.com/CPAN-local/.
+Files: *
+Copyright: 1995-2004, 2008, Gisle Aas <gisle at activestate.com>
+ 1998 Graham Barr.
+ 1995 Martijn Koster.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Gisle Aas <gisle at ActiveState.com>
+Files: debian/*
+Copyright: 1999-2001, John Goerzen <jgoerzen at complete.org>
+ 2001-2007, Stefan Hornburg (Racke) <racke at linuxia.de>
+ 2008, Kees Cook <kees at outflux.net>
+ 2009, Iulian Udrea <iulian at ubuntu.com>
+License: Artistic | GPL-1+
 
-Copyright:
-    1995-2004,2008 Gisle Aas.
-    1998 Graham Barr.
-    1995 Martijn Koster.
+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'
 
-This library is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
-
-Debian GNU/Linux users can find the Perl license terms under
-/usr/share/common-licenses/Artistic and /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'

Modified: trunk/liburi-perl/t/heuristic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/t/heuristic.t?rev=41873&op=diff
==============================================================================
--- trunk/liburi-perl/t/heuristic.t (original)
+++ trunk/liburi-perl/t/heuristic.t Fri Aug 14 23:15:28 2009
@@ -41,8 +41,8 @@
 }
 print "ok 5\n";
 
-if (gethostbyname("www.netscape.com") && !gethostbyname("example.xyz")) {
-    # DNS probably work, lets run test 6..8
+if (gethostbyname("www.perl.com") && gethostbyname("www.perl.co.uk") && !gethostbyname("www.perl.bv")) {
+    # DNS work, lets run test 6..8
 
     $URI::Heuristic::MY_COUNTRY = "bv";
     print "not " unless uf_urlstr("perl/camel.gif") =~ m,^http://www\.perl\.(com|org)/camel\.gif$,;




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