r53823 - in /trunk/libtext-simpletable-perl: .perltidyrc Changes MANIFEST META.yml Makefile.PL debian/changelog debian/control debian/copyright examples/simple.pl lib/Text/SimpleTable.pm t/01use.t t/02pod.t t/03podcoverage.t t/04tables.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 02:01:15 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 02:01:07 2010
New Revision: 53823

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53823
Log:
Removes .perltidyrc
IGNORE-VERSION: 2.01-1
TODO for next release - rewrite control description
* Standards-Version 3.8.4 (drop perl version dep)
* Add myself to Uploaders and Copyright
* Update to new DEP5 copyright format

Removed:
    trunk/libtext-simpletable-perl/.perltidyrc
Modified:
    trunk/libtext-simpletable-perl/Changes
    trunk/libtext-simpletable-perl/MANIFEST
    trunk/libtext-simpletable-perl/META.yml
    trunk/libtext-simpletable-perl/Makefile.PL
    trunk/libtext-simpletable-perl/debian/changelog
    trunk/libtext-simpletable-perl/debian/control
    trunk/libtext-simpletable-perl/debian/copyright
    trunk/libtext-simpletable-perl/examples/simple.pl
    trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm
    trunk/libtext-simpletable-perl/t/01use.t
    trunk/libtext-simpletable-perl/t/02pod.t
    trunk/libtext-simpletable-perl/t/03podcoverage.t
    trunk/libtext-simpletable-perl/t/04tables.t

Modified: trunk/libtext-simpletable-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/Changes?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/Changes (original)
+++ trunk/libtext-simpletable-perl/Changes Sun Mar  7 02:01:07 2010
@@ -1,4 +1,7 @@
 Tis file documents the revision history for Perl extension Text::SimpleTable.
+
+2.01  2010-03-01 00:00:00
+        - Removed .perltidyrc.
 
 2.0   2009-08-01 00:00:00
         - Fixed package.

Modified: trunk/libtext-simpletable-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/MANIFEST?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/MANIFEST (original)
+++ trunk/libtext-simpletable-perl/MANIFEST Sun Mar  7 02:01:07 2010
@@ -1,4 +1,3 @@
-.perltidyrc
 Changes
 examples/simple.pl
 lib/Text/SimpleTable.pm

Modified: trunk/libtext-simpletable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/META.yml?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/META.yml (original)
+++ trunk/libtext-simpletable-perl/META.yml Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Text-SimpleTable
-version:            2.0
+version:            2.01
 abstract:           Simple eyecandy ASCII tables
 author:
     - Sebastian Riedel <sri at cpan.org>
@@ -20,7 +20,7 @@
         - t
         - inc
         - t
-generated_by:       ExtUtils::MakeMaker version 6.54
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libtext-simpletable-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/Makefile.PL?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/Makefile.PL (original)
+++ trunk/libtext-simpletable-perl/Makefile.PL Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;

Modified: trunk/libtext-simpletable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/changelog?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/changelog (original)
+++ trunk/libtext-simpletable-perl/debian/changelog Sun Mar  7 02:01:07 2010
@@ -1,13 +1,16 @@
-libtext-simpletable-perl (2.0-1) UNRELEASED; urgency=low
+libtext-simpletable-perl (2.01-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 2.0-1
-  No release necessary
+  Removes .perltidyrc
+  IGNORE-VERSION: 2.01-1
+
+  TODO for next release - rewrite control description
 
   * New upstream release
-    + Fixed shebang lines to use /usr/bin/env perl
-    + Lots of changes to improve Kwalitee score
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Add myself to Uploaders and Copyright
+  * Update to new DEP5 copyright format
 
- -- Jonathan Yu <frequency at cpan.org>  Wed, 05 Aug 2009 06:53:59 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 06 Mar 2010 21:25:08 -0500
 
 libtext-simpletable-perl (1.2-1) unstable; urgency=low
 

Modified: trunk/libtext-simpletable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/control?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/control (original)
+++ trunk/libtext-simpletable-perl/debian/control Sun Mar  7 02:01:07 2010
@@ -2,15 +2,14 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Text-SimpleTable
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-simpletable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-simpletable-perl/
-Homepage: http://search.cpan.org/dist/Text-SimpleTable
-Standards-Version: 3.8.2
 
 Package: libtext-simpletable-perl
 Architecture: all

Modified: trunk/libtext-simpletable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/copyright?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/copyright (original)
+++ trunk/libtext-simpletable-perl/debian/copyright Sun Mar  7 02:01:07 2010
@@ -1,29 +1,31 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Sebastian Riedel <sri at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Text-SimpleTable/
-Upstream-Name: Text-SimpleTable
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Sebastian Riedel <sri at cpan.org>
+Source: http://search.cpan.org/dist/Text-SimpleTable/
+Name: Text-SimpleTable
 
 Files: *
-Copyright: 2005-2009, Sebastian Riedel <sri at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2005-2010, Sebastian Riedel <sri at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
  2005-2008, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 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 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'
 
 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'
+ 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/libtext-simpletable-perl/examples/simple.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/examples/simple.pl?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/examples/simple.pl (original)
+++ trunk/libtext-simpletable-perl/examples/simple.pl Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;

Modified: trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm (original)
+++ trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm Sun Mar  7 02:01:07 2010
@@ -1,11 +1,11 @@
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 package Text::SimpleTable;
 
 use strict;
 use warnings;
 
-our $VERSION = '2.0';
+our $VERSION = '2.01';
 
 # Top
 our $TOP_LEFT      = '.-';
@@ -376,7 +376,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2009, Sebastian Riedel.
+Copyright (C) 2005-2010, Sebastian Riedel.
 
 This program is free software, you can redistribute it and/or modify it under
 the terms of the Artistic License version 2.0.

Modified: trunk/libtext-simpletable-perl/t/01use.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/t/01use.t?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/t/01use.t (original)
+++ trunk/libtext-simpletable-perl/t/01use.t Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;

Modified: trunk/libtext-simpletable-perl/t/02pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/t/02pod.t?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/t/02pod.t (original)
+++ trunk/libtext-simpletable-perl/t/02pod.t Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;

Modified: trunk/libtext-simpletable-perl/t/03podcoverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/t/03podcoverage.t?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/t/03podcoverage.t (original)
+++ trunk/libtext-simpletable-perl/t/03podcoverage.t Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;

Modified: trunk/libtext-simpletable-perl/t/04tables.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/t/04tables.t?rev=53823&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/t/04tables.t (original)
+++ trunk/libtext-simpletable-perl/t/04tables.t Sun Mar  7 02:01:07 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2005-2009, Sebastian Riedel.
+# Copyright (C) 2005-2010, Sebastian Riedel.
 
 use strict;
 use warnings;




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