r5365 - in /packages/libmath-nocarry-perl/trunk: Changes LICENSE MANIFEST META.yml Makefile.PL debian/changelog lib/NoCarry.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed May 9 14:35:09 UTC 2007


Author: gwolf
Date: Wed May  9 14:35:09 2007
New Revision: 5365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5365
Log:
New upstream version

Added:
    packages/libmath-nocarry-perl/trunk/LICENSE
      - copied unchanged from r5364, packages/libmath-nocarry-perl/branches/upstream/current/LICENSE
Modified:
    packages/libmath-nocarry-perl/trunk/Changes
    packages/libmath-nocarry-perl/trunk/MANIFEST
    packages/libmath-nocarry-perl/trunk/META.yml
    packages/libmath-nocarry-perl/trunk/Makefile.PL
    packages/libmath-nocarry-perl/trunk/debian/changelog
    packages/libmath-nocarry-perl/trunk/lib/NoCarry.pm

Modified: packages/libmath-nocarry-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/Changes?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/Changes (original)
+++ packages/libmath-nocarry-perl/trunk/Changes Wed May  9 14:35:09 2007
@@ -1,4 +1,8 @@
 Revision history for Perl extension Math::NoCarry.
+
+1.10 - Tue Jan  9 22:33:59 2007
+	* updated copyright and license info
+	* no code changes, so no need to upgrade
 
 1.09 - Thu May 18 17:15:39 2006
 	* Updates to distro and kwalitee. No need to upgrade.

Modified: packages/libmath-nocarry-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/MANIFEST?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/MANIFEST (original)
+++ packages/libmath-nocarry-perl/trunk/MANIFEST Wed May  9 14:35:09 2007
@@ -1,5 +1,6 @@
 Changes
 lib/NoCarry.pm
+LICENSE
 Makefile.PL
 MANIFEST
 META.yml

Modified: packages/libmath-nocarry-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/META.yml?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/META.yml (original)
+++ packages/libmath-nocarry-perl/trunk/META.yml Wed May  9 14:35:09 2007
@@ -1,11 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Math-NoCarry
-version:      1.09
-version_from: lib/NoCarry.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Math-NoCarry
+version:             1.10
+abstract:            ~
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.31
+distribution_type:   module
+requires:     
     Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2

Modified: packages/libmath-nocarry-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/Makefile.PL?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/Makefile.PL (original)
+++ packages/libmath-nocarry-perl/trunk/Makefile.PL Wed May  9 14:35:09 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.3 2006/05/18 22:14:56 comdog Exp $
+# $Id: Makefile.PL,v 1.4 2007/01/10 04:33:25 comdog Exp $
 use ExtUtils::MakeMaker;
 
 eval "use Test::Manifest 1.14";
@@ -7,6 +7,7 @@
 	(
 	'NAME'           => 'Math::NoCarry',
 	'VERSION_FROM'   => 'lib/NoCarry.pm',
+	'LICENSE'       => 'perl',
 	'PM'             => {
 		'lib/NoCarry.pm'    => '$(INST_LIBDIR)/NoCarry.pm',
 		},

Modified: packages/libmath-nocarry-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/debian/changelog?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/debian/changelog (original)
+++ packages/libmath-nocarry-perl/trunk/debian/changelog Wed May  9 14:35:09 2007
@@ -1,3 +1,9 @@
+libmath-nocarry-perl (1.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 09 May 2007 09:30:29 -0500
+
 libmath-nocarry-perl (1.09-2) unstable; urgency=low
 
   * New Maintainer: Debian Perl Group.

Modified: packages/libmath-nocarry-perl/trunk/lib/NoCarry.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/trunk/lib/NoCarry.pm?rev=5365&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/trunk/lib/NoCarry.pm (original)
+++ packages/libmath-nocarry-perl/trunk/lib/NoCarry.pm Wed May  9 14:35:09 2007
@@ -1,11 +1,11 @@
-# $Id: NoCarry.pm,v 1.9 2006/05/18 22:14:56 comdog Exp $
+# $Id: NoCarry.pm,v 1.10 2007/01/10 04:33:25 comdog Exp $
 package Math::NoCarry;
 use strict;
 
 use base qw(Exporter);
 
 use vars qw($VERSION);
-$VERSION = sprintf "%d.%02d", q$Revision: 1.9 $ =~ m/ (\d+) \. (\d+) /xg;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.10 $ =~ m/ (\d+) \. (\d+) /xg;
 
 =head1 NAME
 
@@ -220,10 +220,11 @@
 
 brian d foy, C<< <bdfoy at cpan.org> >>
 
-=head1 COPYRIGHT
-
-Copyright 2002-2006, brian d foy, All Rights Reserved.
-
-You may redistribute this under the same terms as Perl itself.
-
-=cut
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2002-2007 brian d foy.  All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut




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