r38853 - in /trunk/libproc-simple-perl: .cvsignore MANIFEST.SKIP META.yml Makefile.PL README Simple.pm adm/ debian/changelog debian/control

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sun Jun 28 03:34:15 UTC 2009


Author: nhandler-guest
Date: Sun Jun 28 03:34:09 2009
New Revision: 38853

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38853
Log:
* New upstream release
* debian/watch:
  - Update to ignore development releases.
* debian/control:
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.2 (No changes)

Added:
    trunk/libproc-simple-perl/.cvsignore
      - copied unchanged from r38852, branches/upstream/libproc-simple-perl/current/.cvsignore
    trunk/libproc-simple-perl/adm/
      - copied from r38852, branches/upstream/libproc-simple-perl/current/adm/
Modified:
    trunk/libproc-simple-perl/MANIFEST.SKIP
    trunk/libproc-simple-perl/META.yml
    trunk/libproc-simple-perl/Makefile.PL
    trunk/libproc-simple-perl/README
    trunk/libproc-simple-perl/Simple.pm
    trunk/libproc-simple-perl/debian/changelog
    trunk/libproc-simple-perl/debian/control

Modified: trunk/libproc-simple-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/MANIFEST.SKIP?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/MANIFEST.SKIP (original)
+++ trunk/libproc-simple-perl/MANIFEST.SKIP Sun Jun 28 03:34:09 2009
@@ -1,3 +1,4 @@
+.git
 blib
 ^Makefile$
 ^Makefile.old$

Modified: trunk/libproc-simple-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/META.yml?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/META.yml (original)
+++ trunk/libproc-simple-perl/META.yml Sun Jun 28 03:34:09 2009
@@ -1,13 +1,24 @@
 --- #YAML:1.0
-name:                Proc-Simple
-version:             1.24
-abstract:            ~
-license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.31
-distribution_type:   module
-requires:     
-    IO::Handle:                    0
-    Test::More:                    0
+name:               Proc-Simple
+version:            1.25
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    IO::Handle:  0
+    Test::More:  0
+resources:
+    repository:  http://github.com/mschilli/proc-simple-perl
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libproc-simple-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/Makefile.PL?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/Makefile.PL (original)
+++ trunk/libproc-simple-perl/Makefile.PL Sun Jun 28 03:34:09 2009
@@ -9,4 +9,9 @@
 	    'Test::More' => 0,
 	    'IO::Handle' => 0,
 	},
+        META_MERGE          => {
+            resources       => {
+                repository  => 'http://github.com/mschilli/proc-simple-perl',
+            }
+        },
 	);

Modified: trunk/libproc-simple-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/README?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/README (original)
+++ trunk/libproc-simple-perl/README Sun Jun 28 03:34:09 2009
@@ -1,5 +1,5 @@
 ######################################################################
-    Proc::Simple 1.24
+    Proc::Simple 1.25
 ######################################################################
 
 NAME
@@ -255,6 +255,10 @@
         I'd recommend using perl 5.6.0 although it might also run with 5.003
         -- if you don't have it, this is the time to upgrade!
 
+        LEGALESE Copyright 1996 by Mike Schilli, all rights reserved. This
+        program is free software, you can redistribute it and/or modify it
+        under the same terms as Perl itself.
+
 AUTHOR
         Michael Schilli <michael at perlmeister.com>
 

Modified: trunk/libproc-simple-perl/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/Simple.pm?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/Simple.pm (original)
+++ trunk/libproc-simple-perl/Simple.pm Sun Jun 28 03:34:09 2009
@@ -117,7 +117,7 @@
 
 @ISA     = qw(Exporter AutoLoader);
 @EXPORT  = qw( );
-$VERSION = '1.24';
+$VERSION = '1.25';
 
 ######################################################################
 # Globals: Debug and the mysterious waitpid nohang constant.
@@ -722,6 +722,11 @@
 I'd recommend using perl 5.6.0 although it might also run with 5.003
 -- if you don't have it, this is the time to upgrade!
 
+LEGALESE
+Copyright 1996 by Mike Schilli, all rights reserved. This program is
+free software, you can redistribute it and/or modify it under the same
+terms as Perl itself.
+
 =head1 AUTHOR
 
 Michael Schilli <michael at perlmeister.com>

Modified: trunk/libproc-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/changelog?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/changelog (original)
+++ trunk/libproc-simple-perl/debian/changelog Sun Jun 28 03:34:09 2009
@@ -1,8 +1,13 @@
-libproc-simple-perl (1.24-2) UNRELEASED; urgency=low
+libproc-simple-perl (1.25-1) UNRELEASED; urgency=low
 
-  * debian/watch: Update to ignore development releases.
+  * New upstream release
+  * debian/watch:
+    - Update to ignore development releases.
+  * debian/control:
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.2 (No changes)
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:05 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 28 Jun 2009 03:27:43 +0000
 
 libproc-simple-perl (1.24-1) unstable; urgency=low
 

Modified: trunk/libproc-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/control?rev=38853&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/control (original)
+++ trunk/libproc-simple-perl/debian/control Sun Jun 28 03:34:09 2009
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Proc-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libproc-simple-perl/




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