r42509 - in /trunk/libend-perl: Changes MANIFEST META.yml README debian/changelog debian/control debian/copyright debian/rules lib/End.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 22 22:12:33 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 22 22:12:26 2009
New Revision: 42509

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42509
Log:
No release necessary
IGNORE-VERSION: 2009081101-1
* New upstream release
  + Adds README and Changes
* Standards-Version 3.8.3 (remove versioned dependency on perl)
* Rewrote the control description
* Use new short rules format
* Cleaned up copyright statement

Added:
    trunk/libend-perl/Changes
      - copied unchanged from r42503, branches/upstream/libend-perl/current/Changes
    trunk/libend-perl/README
      - copied unchanged from r42503, branches/upstream/libend-perl/current/README
Modified:
    trunk/libend-perl/MANIFEST
    trunk/libend-perl/META.yml
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/control
    trunk/libend-perl/debian/copyright
    trunk/libend-perl/debian/rules
    trunk/libend-perl/lib/End.pm

Modified: trunk/libend-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/MANIFEST?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/MANIFEST (original)
+++ trunk/libend-perl/MANIFEST Sat Aug 22 22:12:26 2009
@@ -2,4 +2,6 @@
 MANIFEST
 Makefile.PL
 t/000_tests.t
+README
+Changes
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libend-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/META.yml?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/META.yml (original)
+++ trunk/libend-perl/META.yml Sat Aug 22 22:12:26 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                End
-version:             2009040201
-abstract:            ~
-license:             ~
-author:              
+name:               End
+version:            2009081101
+abstract:           ~
+author:
     - Abigail <cpan at abigail.be>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/changelog?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Sat Aug 22 22:12:26 2009
@@ -1,8 +1,20 @@
-libend-perl (2009040201-2) UNRELEASED; urgency=low
+libend-perl (2009081101-1) UNRELEASED; urgency=low
 
+  No release necessary
+  IGNORE-VERSION: 2009081101-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+    + Adds README and Changes
+  * Standards-Version 3.8.3 (remove versioned dependency on perl)
+  * Rewrote the control description
+  * Use new short rules format
+  * Cleaned up copyright statement
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:34:00 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 22 Aug 2009 11:51:11 -0400
 
 libend-perl (2009040201-1) unstable; urgency=low
 

Modified: trunk/libend-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/control?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/debian/control (original)
+++ trunk/libend-perl/debian/control Sat Aug 22 22:12:26 2009
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+Uploaders: Damyan Ivanov <dmn at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>,
+ gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/End/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libend-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libend-perl/
@@ -14,8 +14,8 @@
 Package: libend-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Perl interface for a generalized END {}
- The End module exports a single subroutine, end, which allows you to set up
- some code that is run whenever the current block is exited, regardless whether
- that is due to a return, next, last, redo, exit, die, goto or just reaching
- the end of the block.
+Description: Perl interface to execute code at end of scope
+ End is a Perl module that exports a single subroutine, end, which enables
+ execution of code whenever the current block is exited, regardless of whether
+ it is due to a return, next, last, redo, exit, die, goto or just reaching the
+ end of the current block.

Modified: trunk/libend-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/copyright?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/debian/copyright (original)
+++ trunk/libend-perl/debian/copyright Sat Aug 22 22:12:26 2009
@@ -5,18 +5,19 @@
 Upstream-Name: End
 
 Files: *
-Copyright: 2000 - 2009, Abigail <cpan at abigail.be>
+Copyright: 2000-2009, Abigail <cpan at abigail.be>
 License: MIT
 
 Files: debian/*
-Copyright: 2003, Marc Brockschmidt <marc at dch-faq.de>
- 2004, Marc 'HE' Brockschmidt <he at debian.org>
- 2005, Andrew Pollock <apollock at debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2007, Damyan Ivanov <dmn at debian.org>
  2006, David Moreno Garza <damog at debian.org>
  2006, Gunnar Wolf <gwolf at debian.org>
- 2007, Damyan Ivanov <dmn at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
- 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2005, Andrew Pollock <apollock at debian.org>
+ 2004, Marc 'HE' Brockschmidt <he at debian.org>
+ 2003, Marc Brockschmidt <marc at dch-faq.de>
 License: MIT
 
 License: MIT

Modified: trunk/libend-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/rules?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/debian/rules (original)
+++ trunk/libend-perl/debian/rules Sat Aug 22 22:12:26 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libend-perl/lib/End.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/lib/End.pm?rev=42509&op=diff
==============================================================================
--- trunk/libend-perl/lib/End.pm (original)
+++ trunk/libend-perl/lib/End.pm Sat Aug 22 22:12:26 2009
@@ -11,7 +11,7 @@
 our @ISA     = qw /Exporter/;
 our @EXPORT  = qw /end/;
 
-our $VERSION = '2009040201';
+our $VERSION = '2009081101';
 
 sub end (&) {
     my    $code =  shift;




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