r65497 - in /trunk/libwx-perl-processstream-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright debian/patches/shebang_examples debian/source/format lib/Wx/Perl/ProcessStream.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri Dec 3 17:07:33 UTC 2010


Author: angelabad-guest
Date: Fri Dec  3 17:07:17 2010
New Revision: 65497

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65497
Log:
* debian/copyright:
  - Update copyright to DEP5 format
  - Update license information

Modified:
    trunk/libwx-perl-processstream-perl/Changes
    trunk/libwx-perl-processstream-perl/META.yml
    trunk/libwx-perl-processstream-perl/Makefile.PL
    trunk/libwx-perl-processstream-perl/debian/changelog
    trunk/libwx-perl-processstream-perl/debian/control
    trunk/libwx-perl-processstream-perl/debian/copyright
    trunk/libwx-perl-processstream-perl/debian/patches/shebang_examples
    trunk/libwx-perl-processstream-perl/debian/source/format
    trunk/libwx-perl-processstream-perl/lib/Wx/Perl/ProcessStream.pm

Modified: trunk/libwx-perl-processstream-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/Changes?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/Changes (original)
+++ trunk/libwx-perl-processstream-perl/Changes Fri Dec  3 17:07:17 2010
@@ -1,4 +1,7 @@
 Revision history for Wx-Perl-ProcessStream
+
+0.29    2010-12-02 00:00
+        Makefile changes only - remove Archive::Tar dependency
 
 0.28    2010-09-17 00:00
         Use function Wx::YieldIfNeeded so now no need for Wx

Modified: trunk/libwx-perl-processstream-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/META.yml?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/META.yml (original)
+++ trunk/libwx-perl-processstream-perl/META.yml Fri Dec  3 17:07:17 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Wx-Perl-ProcessStream
-version:            0.28
+version:            0.29
 abstract:           access IO of external processes via events
 author:
     - Mark Dootson <mdootson at cpan.org>

Modified: trunk/libwx-perl-processstream-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/Makefile.PL?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/Makefile.PL (original)
+++ trunk/libwx-perl-processstream-perl/Makefile.PL Fri Dec  3 17:07:17 2010
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use Archive::Tar;
 use ExtUtils::MakeMaker;
 
 my $build_requires = { 

Modified: trunk/libwx-perl-processstream-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/debian/changelog?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/debian/changelog (original)
+++ trunk/libwx-perl-processstream-perl/debian/changelog Fri Dec  3 17:07:17 2010
@@ -1,22 +1,16 @@
-libwx-perl-processstream-perl (0.28-1) UNRELEASED; urgency=low
-
-  TODO:
-  - add a header (DEP3) to the patch (also found by lintian); or replace the
-    patch by an override in debian/rules
-  - upstream Changes: "now no need for Wx > 0.97" ... ah, irrelevant, both
-    squeeze and sid have libwx-perl 0.9702-1 --> drop version in d/control
-  - d/copyright: side note: most people (and dh-make-perl in trunk) have
-    switched from "On Debian GNU/Linux systems," to "On Debian systems,"
+libwx-perl-processstream-perl (0.29-1) unstable; urgency=low
 
   * New upstream release
-  * Update copyright to new DEP5 format
   * Add myself to Uploaders
   * Bump Standards-Version to 3.9.1 (no changes)
   * debian/libwx-perl-processstream-perl.examples: Add example files
   * debian/patches/shebang_examples: New patch, add shebang to example
     file
+  * debian/copyright:
+    - Update copyright to DEP5 format
+    - Update license information
 
- -- Angel Abad <angelabad at gmail.com>  Thu, 30 Sep 2010 22:06:18 +0200
+ -- Angel Abad <angelabad at gmail.com>  Fri, 03 Dec 2010 18:01:03 +0100
 
 libwx-perl-processstream-perl (0.27-1) unstable; urgency=low
 

Modified: trunk/libwx-perl-processstream-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/debian/control?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/debian/control (original)
+++ trunk/libwx-perl-processstream-perl/debian/control Fri Dec  3 17:07:17 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libwx-perl (>= 0.9701), xvfb, xauth, xfonts-base
+Build-Depends-Indep: perl, libwx-perl, xvfb, xauth, xfonts-base
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Ryan Niebur <ryan at debian.org>,
  Angel Abad <angelabad at gmail.com>
@@ -13,7 +13,7 @@
 
 Package: libwx-perl-processstream-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl (>= 0.9701)
+Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl
 Description: access IO of external processes via events (Wx::Perl module)
  Wx::Perl::ProcessStream provides the STDOUT, STDERR and exit codes of
  asynchronously running processes via events. It may be used for long running

Modified: trunk/libwx-perl-processstream-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/debian/copyright?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/debian/copyright (original)
+++ trunk/libwx-perl-processstream-perl/debian/copyright Fri Dec  3 17:07:17 2010
@@ -17,8 +17,8 @@
  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'.
+ On Debian 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
@@ -26,5 +26,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libwx-perl-processstream-perl/debian/patches/shebang_examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/debian/patches/shebang_examples?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/debian/patches/shebang_examples (original)
+++ trunk/libwx-perl-processstream-perl/debian/patches/shebang_examples Fri Dec  3 17:07:17 2010
@@ -1,3 +1,7 @@
+Description: Add shebang to example file
+Author: Angel Abad <angelabad at gmail.com>
+Forwarded: No
+
 --- a/example/testproc.pl
 +++ b/example/testproc.pl
 @@ -1,3 +1,5 @@

Modified: trunk/libwx-perl-processstream-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/debian/source/format?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/debian/source/format (original)
+++ trunk/libwx-perl-processstream-perl/debian/source/format Fri Dec  3 17:07:17 2010
@@ -1,1 +1,1 @@
-3.0 (quilt)
+3.0 (quilt)

Modified: trunk/libwx-perl-processstream-perl/lib/Wx/Perl/ProcessStream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-processstream-perl/lib/Wx/Perl/ProcessStream.pm?rev=65497&op=diff
==============================================================================
--- trunk/libwx-perl-processstream-perl/lib/Wx/Perl/ProcessStream.pm (original)
+++ trunk/libwx-perl-processstream-perl/lib/Wx/Perl/ProcessStream.pm Fri Dec  3 17:07:17 2010
@@ -11,7 +11,7 @@
 
 package Wx::Perl::ProcessStream;
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 =head1 NAME
 
@@ -19,7 +19,7 @@
 
 =head1 VERSION
 
-Version 0.28
+Version 0.29
 
 =head1 SYNOPSYS
 




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