r38519 - in /trunk/libuniversal-can-perl: Build.PL Changes META.yml README debian/changelog debian/control lib/UNIVERSAL/can.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 22 21:24:24 UTC 2009


Author: ryan52-guest
Date: Mon Jun 22 21:24:18 2009
New Revision: 38519

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38519
Log:
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.2

Modified:
    trunk/libuniversal-can-perl/Build.PL
    trunk/libuniversal-can-perl/Changes
    trunk/libuniversal-can-perl/META.yml
    trunk/libuniversal-can-perl/README
    trunk/libuniversal-can-perl/debian/changelog
    trunk/libuniversal-can-perl/debian/control
    trunk/libuniversal-can-perl/lib/UNIVERSAL/can.pm

Modified: trunk/libuniversal-can-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/Build.PL?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/Build.PL (original)
+++ trunk/libuniversal-can-perl/Build.PL Mon Jun 22 21:24:18 2009
@@ -17,8 +17,11 @@
     },
     build_requires      =>
     {
-        'Test::Simple'   => '0.60',
-        'Module::Build'  => '0.33',
+        'Test::Simple'  => '0.60',
+    },
+    config_requires     =>
+    {
+        'Module::Build' => '0.33',
     },
     add_to_cleanup      => [ 'UNIVERSAL-can-*' ],
 );

Modified: trunk/libuniversal-can-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/Changes?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/Changes (original)
+++ trunk/libuniversal-can-perl/Changes Mon Jun 22 21:24:18 2009
@@ -1,4 +1,8 @@
 Revision history for UNIVERSAL::can
+
+1.15  Mon Jun 22 20:39:48 UTC 2009
+    - moved Module::Build dependency to config_requires (RT #47165, hdp)
+    - unified licensing between README and module (RT #46934, nhandler)
 
 1.14  Fri Jun 12 19:43:21 UTC 2009
     - released a new stable version

Modified: trunk/libuniversal-can-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/META.yml?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/META.yml (original)
+++ trunk/libuniversal-can-perl/META.yml Mon Jun 22 21:24:18 2009
@@ -1,6 +1,6 @@
 ---
 name: UNIVERSAL-can
-version: 1.14
+version: 1.15
 author:
   - 'chromatic <chromatic at wgz.org>'
 abstract: Hack around people calling UNIVERSAL::can() as a function
@@ -12,12 +12,11 @@
   Test::Simple: 0.60
   perl: 5.6.2
 build_requires:
-  Module::Build: 0.33
   Test::Simple: 0.60
 provides:
   UNIVERSAL::can:
     file: lib/UNIVERSAL/can.pm
-    version: 1.14
+    version: 1.15
 generated_by: Module::Build version 0.33
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: trunk/libuniversal-can-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/README?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/README (original)
+++ trunk/libuniversal-can-perl/README Mon Jun 22 21:24:18 2009
@@ -1,7 +1,7 @@
 UNIVERSAL::can
 --------------
 
-Version 1.14, Fri Jun 12 2009
+Version 1.15, Mon Jun 22 20:36:50 UTC 2009
 
 This module attempts to work around people calling UNIVERSAL::can() as a
 function, which it is not.
@@ -19,7 +19,4 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2005 - 2009 chromatic
-
-This library is free software; you can redistribute it and/or modify it under
-the same terms as Perl itself.
+    Artistic License 2.0, Copyright (c) chromatic 2005 - 2009.

Modified: trunk/libuniversal-can-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/debian/changelog?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/debian/changelog (original)
+++ trunk/libuniversal-can-perl/debian/changelog Mon Jun 22 21:24:18 2009
@@ -1,4 +1,4 @@
-libuniversal-can-perl (1.14-1) UNRELEASED; urgency=low
+libuniversal-can-perl (1.15-1) UNRELEASED; urgency=low
 
   TODO: Waiting on some licensing clarification since the debian/copyright file
         is being updated. [rt.cpan.org #46934]
@@ -32,7 +32,12 @@
   * debian/changelog:
     - Update to use new machine readable format
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sun, 14 Jun 2009 16:39:49 +0000
+  [ Ryan Niebur ]
+  * New upstream release
+  * Add myself to Uploaders
+  * Debian Policy 3.8.2
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 22 Jun 2009 14:24:08 -0700
 
 libuniversal-can-perl (1.12-1) unstable; urgency=low
 

Modified: trunk/libuniversal-can-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/debian/control?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/debian/control (original)
+++ trunk/libuniversal-can-perl/debian/control Mon Jun 22 21:24:18 2009
@@ -5,8 +5,8 @@
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.1
+ Nathan Handler <nhandler at ubuntu.com>, Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/UNIVERSAL-can/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuniversal-can-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libuniversal-can-perl/

Modified: trunk/libuniversal-can-perl/lib/UNIVERSAL/can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-can-perl/lib/UNIVERSAL/can.pm?rev=38519&op=diff
==============================================================================
--- trunk/libuniversal-can-perl/lib/UNIVERSAL/can.pm (original)
+++ trunk/libuniversal-can-perl/lib/UNIVERSAL/can.pm Mon Jun 22 21:24:18 2009
@@ -4,7 +4,7 @@
 use warnings;
 
 use vars qw( $VERSION $recursing );
-$VERSION = '1.14';
+$VERSION = '1.15';
 
 use Scalar::Util 'blessed';
 use warnings::register;




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