r66200 - in /trunk/libcpan-distnameinfo-perl: Changes META.yml SIGNATURE debian/changelog debian/control debian/copyright lib/CPAN/DistnameInfo.pm t/path.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 19:43:46 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 19:43:14 2010
New Revision: 66200

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66200
Log:
* New upstream release
* Standards-Version 3.9.1 (no changes)
* Refresh copyright information

Modified:
    trunk/libcpan-distnameinfo-perl/Changes
    trunk/libcpan-distnameinfo-perl/META.yml
    trunk/libcpan-distnameinfo-perl/SIGNATURE
    trunk/libcpan-distnameinfo-perl/debian/changelog
    trunk/libcpan-distnameinfo-perl/debian/control
    trunk/libcpan-distnameinfo-perl/debian/copyright
    trunk/libcpan-distnameinfo-perl/lib/CPAN/DistnameInfo.pm
    trunk/libcpan-distnameinfo-perl/t/path.t

Modified: trunk/libcpan-distnameinfo-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/Changes?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/Changes (original)
+++ trunk/libcpan-distnameinfo-perl/Changes Fri Dec 24 19:43:14 2010
@@ -1,3 +1,7 @@
+0.11 -- Tue Dec 14 08:52:15 CST 2010
+
+  * Remove potential -withoutworldwriteables suffix [Vincent Pit]
+
 0.10 -- Sat Mar 27 15:04:54 CDT 2010
 
   * Support -TRAIL in distribution version to indicate developer release

Modified: trunk/libcpan-distnameinfo-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/META.yml?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/META.yml (original)
+++ trunk/libcpan-distnameinfo-perl/META.yml Fri Dec 24 19:43:14 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               CPAN-DistnameInfo
-version:            0.10
+version:            0.11
 abstract:           Extract distribution name and version from a distribution filename
 author:
     - Graham Barr <gbarr at cpan.org>

Modified: trunk/libcpan-distnameinfo-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/SIGNATURE?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/SIGNATURE (original)
+++ trunk/libcpan-distnameinfo-perl/SIGNATURE Fri Dec 24 19:43:14 2010
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
+signed via the Module::Signature module, version 0.64.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,18 +14,18 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 3c5cd7b6aecbfca27add19bde5e71b53c0687a41 Changes
+SHA1 1984003d6d56deaf9dd778af345fe5c4873f49e0 Changes
 SHA1 49d042e197b5c18b654acd4bd9c1d22d7014d174 MANIFEST
-SHA1 b8e100338e7e6bb1834ac8d49b088ec0657c394d META.yml
+SHA1 23cd794bff82ab1ad8a6a37ea3eab575d21aee18 META.yml
 SHA1 da8ac89bf8cf1d7b58fdc28503b380d94cebf6a3 Makefile.PL
 SHA1 75225b292ce4d6d6bb0212fa8f249aaa8ee41ae8 README
-SHA1 53baf9e53d4195a53046d16977390e785752d718 lib/CPAN/DistnameInfo.pm
+SHA1 70a94c365f32e7ace66f4ea039cb003103cc1865 lib/CPAN/DistnameInfo.pm
 SHA1 ddc339a19d1ded18dc0f6d958904348a8141e2be t/ext.t
-SHA1 8d17d389f6a2200376ca8ad2bb23196ac2f7597d t/path.t
+SHA1 00af0a1012e1af4536120eab70958e51218c3b72 t/path.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (Darwin)
+Version: GnuPG v1.4.11 (Darwin)
 
-iEYEARECAAYFAkuuZW4ACgkQR0BL4gbYw3SZkQCeIS4RS3kDHQK+T9Gbu+QZrA+U
-CmYAniuJS5fCaqW+th+K46j6hqL/9Xpe
-=DnWV
+iEYEARECAAYFAk0H05YACgkQR0BL4gbYw3SKTQCdGZXbTSmg7UgoDORjT1eJygIf
+XYoAnRZ/gFsnFQMPV5Xqgj6q8cixMQH7
+=3Gxk
 -----END PGP SIGNATURE-----

Modified: trunk/libcpan-distnameinfo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/debian/changelog?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/debian/changelog (original)
+++ trunk/libcpan-distnameinfo-perl/debian/changelog Fri Dec 24 19:43:14 2010
@@ -1,3 +1,11 @@
+libcpan-distnameinfo-perl (0.11-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Standards-Version 3.9.1 (no changes)
+  * Refresh copyright information
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 14:59:52 -0500
+
 libcpan-distnameinfo-perl (0.10-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libcpan-distnameinfo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/debian/control?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/debian/control (original)
+++ trunk/libcpan-distnameinfo-perl/debian/control Fri Dec 24 19:43:14 2010
@@ -6,7 +6,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/CPAN-DistnameInfo/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-distnameinfo-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/

Modified: trunk/libcpan-distnameinfo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/debian/copyright?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/debian/copyright (original)
+++ trunk/libcpan-distnameinfo-perl/debian/copyright Fri Dec 24 19:43:14 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Graham Barr <gbarr at cpan.org>
 Source: http://search.cpan.org/dist/CPAN-DistnameInfo/
 Name: CPAN-DistnameInfo
@@ -8,9 +8,9 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Brian Cassidy <brian.cassidy at gmail.com>
- 2009, Jonathan Yu <jawnsy at cpan.org>
- 2008-2010, gregor herrmann <gregoa at debian.org>
+Copyright: 2008-2010, gregor herrmann <gregoa at debian.org>
+ 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Brian Cassidy <brian.cassidy at gmail.com>
  2008, Gunnar Wolf <gwolf at debian.org>
  2006, Niko Tyni <ntyni at iki.fi>
  2004, Joachim Breitner <nomeata at debian.org>
@@ -20,8 +20,8 @@
  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'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -29,5 +29,5 @@
  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'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libcpan-distnameinfo-perl/lib/CPAN/DistnameInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/lib/CPAN/DistnameInfo.pm?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/lib/CPAN/DistnameInfo.pm (original)
+++ trunk/libcpan-distnameinfo-perl/lib/CPAN/DistnameInfo.pm Fri Dec 24 19:43:14 2010
@@ -1,7 +1,7 @@
 
 package CPAN::DistnameInfo;
 
-$VERSION = "0.10";
+$VERSION = "0.11";
 use strict;
 
 sub distname_info {
@@ -20,6 +20,9 @@
   if ($dist =~ /-undef\z/ and ! length $version) {
     $dist =~ s/-undef\z//;
   }
+
+  # Remove potential -withoutworldwriteables suffix
+  $version =~ s/-withoutworldwriteables$//;
 
   if ($version =~ /^(-[Vv].*)-(\d.*)/) {
    

Modified: trunk/libcpan-distnameinfo-perl/t/path.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/t/path.t?rev=66200&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/t/path.t (original)
+++ trunk/libcpan-distnameinfo-perl/t/path.t Fri Dec 24 19:43:14 2010
@@ -1,5 +1,5 @@
 
-use Test::More tests => 260;
+use Test::More tests => 269;
 use Data::Dumper;
 
 use CPAN::DistnameInfo;
@@ -280,3 +280,12 @@
 	version		2.100860-TRIAL
 	cpanid		RJBS
 	extension	tar.gz
+
+CPAN/authors/id/M/MI/MINGYILIU/Bio-ASN1-EntrezGene-1.10-withoutworldwriteables.tar.gz
+	filename	Bio-ASN1-EntrezGene-1.10-withoutworldwriteables.tar.gz
+	dist		Bio-ASN1-EntrezGene
+	maturity	released
+	distvname	Bio-ASN1-EntrezGene-1.10-withoutworldwriteables
+	version		1.10
+	cpanid		MINGYILIU
+	extension	tar.gz




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