r54301 - in /trunk/libfilter-template-perl: CHANGES MANIFEST META.yml Makefile.PL README debian/changelog debian/control debian/copyright lib/Filter/Template.pm lib/Filter/Template/UseBytes.pm t/01_inline.t t/02_usebytes.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 14 15:35:40 UTC 2010


Author: jawnsy-guest
Date: Sun Mar 14 15:35:33 2010
New Revision: 54301

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54301
Log:
* New upstream release
* Add myself to Uploaders and Copyright
* Standards-Version 3.8.4 (drop perl version dep)
* Use new DEP5 copyright format
* Rewrite control description

Removed:
    trunk/libfilter-template-perl/README
Modified:
    trunk/libfilter-template-perl/CHANGES
    trunk/libfilter-template-perl/MANIFEST
    trunk/libfilter-template-perl/META.yml
    trunk/libfilter-template-perl/Makefile.PL
    trunk/libfilter-template-perl/debian/changelog
    trunk/libfilter-template-perl/debian/control
    trunk/libfilter-template-perl/debian/copyright
    trunk/libfilter-template-perl/lib/Filter/Template.pm
    trunk/libfilter-template-perl/lib/Filter/Template/UseBytes.pm
    trunk/libfilter-template-perl/t/01_inline.t
    trunk/libfilter-template-perl/t/02_usebytes.t

Modified: trunk/libfilter-template-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/CHANGES?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/CHANGES (original)
+++ trunk/libfilter-template-perl/CHANGES Sun Mar 14 15:35:33 2010
@@ -1,23 +1,46 @@
-=================================
-2009-07-27T16:05:30.896051Z v1_03
-=================================
+================================
+2010-03-08 02:43:08 -0500 v1_040
+================================
 
-  2009-07-27 16:05:03 (r19) by rcaputo; lib/Filter/Template.pm M
+  commit 6dcf6cb28103a7991ee6b4414aa15dd05e225741
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 02:43:08 2010 -0500
+  
+    Prepare for git based distribution tool chain.
 
+  commit b12e9f8eb43c9abd4aad3e529cc156f36eb855eb
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Mar 8 02:42:08 2010 -0500
+  
+    Rearrange distribution for git. 
+
+===============================
+2009-07-27 16:05:03 -0400 v1_03
+===============================
+
+  commit f34840c77fda21411faa0298c9452ca294b2f746
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 16:05:03 2009 -0400
+  
     Reorganize documentation links.
 
-  2009-07-27 04:41:20 (r18) by rcaputo
-  lib/Filter/Template.pm M; Makefile.PL M
+  commit d72ae43eb656b2bd4f2593b3b924c63be90e351e
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Jul 27 04:41:20 2009 -0400
+  
+    Add a machine-readable repository directory. Add BUG TRACKER,
+    REPOSITORY and OTHER RESOURCES sections to the docs.
 
-    Add a machine-readable repository directory. Add BUG TRACKER,
-    REPOSITORY and OTHER RESOURCES sections to the docs. 
-
-  2006-11-06 19:20:46 (r17) by rcaputo; Makefile.PL M
-
+  commit 4c50587e0f192f602bed59ff6df757713b3dce5a
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Mon Nov 6 19:20:46 2006 -0500
+  
     Set a LICENSE. Cheap kwalitee points!
 
-  2006-07-20 23:13:23 (r16) by rcaputo; lib/Filter/Template.pm M
-
+  commit f702faa1412f085d1a3bcad565af22328ed5c673
+  Author: Rocco Caputo <rcaputo at cpan.org>
+  Date:   Thu Jul 20 23:13:23 2006 -0400
+  
     Doc fix. It said "macro" where it should have said "template". 
 
 ==============

Modified: trunk/libfilter-template-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/MANIFEST?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/MANIFEST (original)
+++ trunk/libfilter-template-perl/MANIFEST Sun Mar 14 15:35:33 2010
@@ -4,7 +4,6 @@
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
-README
 t/01_inline.t
 t/02_usebytes.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libfilter-template-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/META.yml?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/META.yml (original)
+++ trunk/libfilter-template-perl/META.yml Sun Mar 14 15:35:33 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Filter-Template
-version:            1.03
+version:            1.040
 abstract:           Source filter for inline code templating.
 author:
     - Rocco Caputo <rcaputo at cpan.org>
@@ -15,7 +15,7 @@
     Test::More:          0
 resources:
     license:     http://dev.perl.org/licenses/
-    repository:  http://thirdlobe.com/svn/filter-template/trunk
+    repository:  http://github.com/rcaputo/filter-template
 no_index:
     directory:
         - t

Modified: trunk/libfilter-template-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/Makefile.PL?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/Makefile.PL (original)
+++ trunk/libfilter-template-perl/Makefile.PL Sun Mar 14 15:35:33 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 18 2009-07-27 04:41:20Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -15,7 +14,7 @@
 	META_ADD     => {
 		resources  => {
 			license    => 'http://dev.perl.org/licenses/',
-			repository => 'http://thirdlobe.com/svn/filter-template/trunk'
+			repository => 'http://github.com/rcaputo/filter-template'
 		},
 	},
 	PREREQ_PM    => {
@@ -26,7 +25,7 @@
 		COMPRESS   => 'gzip -9f',
 		SUFFIX     => 'gz',
 		PREOP      => (
-			'svn-log.perl tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
+			'git-log.pl tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
 		),
 	},
 );

Modified: trunk/libfilter-template-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/changelog?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/changelog (original)
+++ trunk/libfilter-template-perl/debian/changelog Sun Mar 14 15:35:33 2010
@@ -1,4 +1,11 @@
-libfilter-template-perl (1.03-2) UNRELEASED; urgency=low
+libfilter-template-perl (1.040-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Use new DEP5 copyright format
+  * Rewrite control description
 
   [ gregor herrmann ]
   * Change my email address.
@@ -6,7 +13,7 @@
   [ Angel Abad ]
   * Update my email address
 
- -- Angel Abad <angelabad at gmail.com>  Sun, 18 Oct 2009 02:10:26 +0200
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Mar 2010 12:03:33 -0400
 
 libfilter-template-perl (1.03-1) unstable; urgency=low
 

Modified: trunk/libfilter-template-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/control?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/control (original)
+++ trunk/libfilter-template-perl/debian/control Sun Mar 14 15:35:33 2010
@@ -2,21 +2,20 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-6.1)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Angel Abad <angelabad at gmail.com> 
-Standards-Version: 3.8.2
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+ gregor herrmann <gregoa at debian.org>, Angel Abad <angelabad at gmail.com> 
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Filter-Template/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfilter-template-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfilter-template-perl/
 
 Package: libfilter-template-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfilter-perl, perl (>= 5.8.8)
-Description: Source filter for inline code templates (macros)
- Source filter for Perl, allowing to specify inline source code
- templates. Templates can be much faster than subroutines, but they can
- mean a much harder debugging, maintenance and use - Read the
- documentation and choose wisely.
+Depends: ${misc:Depends}, ${perl:Depends}, libfilter-perl
+Description: source filter for inline code templates (macros)
+ Filter::Template is a source filter for Perl that provides a mechanism for
+ defining inline source code templates. Templates can be much faster than
+ subroutines, but can cause debugging to become significantly more difficult.
+ Read the documentation to understand the limitations and choose wisely.

Modified: trunk/libfilter-template-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/copyright?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/copyright (original)
+++ trunk/libfilter-template-perl/debian/copyright Sun Mar 14 15:35:33 2010
@@ -1,31 +1,32 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Filter-Template/
-Upstream-Name: Filter-Template
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Source: http://search.cpan.org/dist/Filter-Template/
+Name: Filter-Template
 
 Files: *
-Copyright: 2000-2009, Rocco Caputo <rcaputo at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2000-2010, Rocco Caputo <rcaputo at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2006, Gunnar Wolf <gwolf at debian.org>
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
  2008, gregor herrmann <gregoa at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
- 2009, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
-License: Artistic | GPL-1+
+ 2006, Gunnar Wolf <gwolf at debian.org>
+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/libfilter-template-perl/lib/Filter/Template.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/lib/Filter/Template.pm?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/lib/Filter/Template.pm (original)
+++ trunk/libfilter-template-perl/lib/Filter/Template.pm Sun Mar 14 15:35:33 2010
@@ -1,11 +1,9 @@
-# $Id: Template.pm 19 2009-07-27 16:05:03Z rcaputo $
-
 package Filter::Template;
 
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.03';
+$VERSION = '1.040';
 
 use Carp qw(croak);
 use Filter::Util::Call;
@@ -829,7 +827,8 @@
 
 =head2 REPOSITORY
 
-http://thirdlobe.com/svn/filter-template/
+http://github.com/rcaputo/filter-template
+http://gitorious.org/filter-template
 
 =head2 OTHER RESOURCES
 
@@ -841,7 +840,7 @@
 
 =head1 AUTHOR & COPYRIGHT
 
-Filter::Template is Copyright 2000-2009 Rocco Caputo.  Some parts are
+Filter::Template is Copyright 2000-2010 Rocco Caputo.  Some parts are
 Copyright 2001 Matt Cashner.  All rights reserved.  Filter::Template
 is free software; you may redistribute it and/or modify it under the
 same terms as Perl itself.

Modified: trunk/libfilter-template-perl/lib/Filter/Template/UseBytes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/lib/Filter/Template/UseBytes.pm?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/lib/Filter/Template/UseBytes.pm (original)
+++ trunk/libfilter-template-perl/lib/Filter/Template/UseBytes.pm Sun Mar 14 15:35:33 2010
@@ -1,5 +1,3 @@
-# $Id: UseBytes.pm 10 2006-03-13 17:09:41Z rcaputo $
-
 package Filter::Template::UseBytes;
 use Filter::Template;
 

Modified: trunk/libfilter-template-perl/t/01_inline.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/t/01_inline.t?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/t/01_inline.t (original)
+++ trunk/libfilter-template-perl/t/01_inline.t Sun Mar 14 15:35:33 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w
-# $Id: 01_inline.t 10 2006-03-13 17:09:41Z rcaputo $
 # vim: filetype=perl
 
 # Tests basic template features.

Modified: trunk/libfilter-template-perl/t/02_usebytes.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/t/02_usebytes.t?rev=54301&op=diff
==============================================================================
--- trunk/libfilter-template-perl/t/02_usebytes.t (original)
+++ trunk/libfilter-template-perl/t/02_usebytes.t Sun Mar 14 15:35:33 2010
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w
-# $Id: 02_usebytes.t 6 2006-03-13 15:17:37Z rcaputo $
 # vim: filetype=perl
 
 use strict;




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