r44642 - in /trunk/libpoex-types-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Sep 22 16:40:26 UTC 2009


Author: jawnsy-guest
Date: Tue Sep 22 16:40:21 2009
New Revision: 44642

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44642
Log:
* New upstream release
* Add myself to Uploaders and Copyright
* Update dependencies to match META.yml (they fell out of sync)
* Remove GPL-3 from debian/* copyright; GPL-1+ covers this
* Remove Module::Build dep; it includes a trad. Makefile.PL

Modified:
    trunk/libpoex-types-perl/debian/changelog
    trunk/libpoex-types-perl/debian/control
    trunk/libpoex-types-perl/debian/copyright

Modified: trunk/libpoex-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/changelog?rev=44642&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/changelog (original)
+++ trunk/libpoex-types-perl/debian/changelog Tue Sep 22 16:40:21 2009
@@ -1,18 +1,17 @@
 libpoex-types-perl (0.092460-1) UNRELEASED; urgency=low
 
-  WAITS for POE 1.266
-  WAITS for MooseX-Declare 0.29
+  [ Jonathan Yu ]
+  * New upstream release
+  * Add myself to Uploaders and Copyright
+  * Update dependencies to match META.yml (they fell out of sync)
+  * Remove GPL-3 from debian/* copyright; GPL-1+ covers this
+  * Remove Module::Build dep; it includes a trad. Makefile.PL
 
   [ Nathan Handler ]
-  TODO: Needs a test build prior to uploading
-
   * New upstream release
   * debian/control:
     - Add myself to list of Uploaders
     - Update Build-Depends-Indep versions
-
-  [ Jonathan Yu ]
-  * New upstream release
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Sep 2009 09:44:01 -0400
 

Modified: trunk/libpoex-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/control?rev=44642&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/control (original)
+++ trunk/libpoex-types-perl/debian/control Tue Sep 22 16:40:21 2009
@@ -1,12 +1,12 @@
 Source: libpoex-types-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.10.0), libmoosex-declare-perl (>= 0.27),
-  libmoosex-types-perl (>= 0.19), libmoosex-types-structured-perl (>= 0.18),
-  libpoe-perl (>= 2:1.007)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10), libmoosex-declare-perl (>= 0.29),
+ libmoosex-types-perl (>= 0.19), libmoosex-types-structured-perl (>= 0.18),
+ libpoe-perl (>= 2:1.266), perl-modules (>= 5.10.1) | libtest-simple-perl (>= 0.92)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
  Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/POEx-Types/
@@ -15,9 +15,9 @@
 
 Package: libpoex-types-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.0),
-  libmoosex-declare-perl (>= 0.22), libmoosex-types-perl (>= 0.10),
-  libmoosex-types-structured-perl (>= 0.14), libpoe-perl (>= 2:1.005)
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10),
+ libmoosex-declare-perl (>= 0.29), libmoosex-types-perl (>= 0.19),
+ libmoosex-types-structured-perl (>= 0.18), libpoe-perl (>= 2:1.266)
 Description: Perl module to provide MooseX::Types for POE
  POEx::Types exports the needed subtypes, and coercions for POEx modules and
  is based on Sub::Exporter, so see that module for options on importing.

Modified: trunk/libpoex-types-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/copyright?rev=44642&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/copyright (original)
+++ trunk/libpoex-types-perl/debian/copyright Tue Sep 22 16:40:21 2009
@@ -10,14 +10,9 @@
 
 Files: debian/*
 Copyright: 2009, gregor herrmann <gregoa at debian.org>
-License: GPL-3 | Artistic | GPL-1+
-
-License: GPL-3
-    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; version 3 dated June, 2007.
-    On Debian GNU/Linux systems, the complete text of version 3 of the GNU
-    General Public License can be found in `/usr/share/common-licenses/GPL-3'
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Nathan Handler <nhandler at ubuntu.org>
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify
@@ -32,3 +27,10 @@
     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'
+
+License: GPL-3
+    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; version 3 dated June, 2007.
+    On Debian GNU/Linux systems, the complete text of version 3 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-3'




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