r60225 - in /trunk/libweb-simple-perl/debian: changelog control copyright patches/pod_fragment.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 11 19:30:29 UTC 2010


Author: gregoa
Date: Sun Jul 11 19:30:15 2010
New Revision: 60225

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60225
Log:
WAITS-FOR: libsyntax-keyword-gather-perl
* Refresh debian/copyright.
* Set Standards-Version to 3.9.0 (no changes).
* Update build and runtime dependencies.
* Refresh pod_fragment.patch.

Modified:
    trunk/libweb-simple-perl/debian/changelog
    trunk/libweb-simple-perl/debian/control
    trunk/libweb-simple-perl/debian/copyright
    trunk/libweb-simple-perl/debian/patches/pod_fragment.patch

Modified: trunk/libweb-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/changelog?rev=60225&op=diff
==============================================================================
--- trunk/libweb-simple-perl/debian/changelog (original)
+++ trunk/libweb-simple-perl/debian/changelog Sun Jul 11 19:30:15 2010
@@ -1,7 +1,13 @@
 libweb-simple-perl (0.004+dfsg-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libsyntax-keyword-gather-perl
 
   * New upstream release.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * Refresh debian/copyright.
+  * Set Standards-Version to 3.9.0 (no changes).
+  * Update build and runtime dependencies.
+  * Refresh pod_fragment.patch.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 11 Jul 2010 21:20:29 +0200
 

Modified: trunk/libweb-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/control?rev=60225&op=diff
==============================================================================
--- trunk/libweb-simple-perl/debian/control (original)
+++ trunk/libweb-simple-perl/debian/control Sun Jul 11 19:30:15 2010
@@ -2,17 +2,19 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.10.0), libhttp-request-ascgi-perl
+Build-Depends-Indep: perl (>= 5.10.0), libplack-perl,
+ libsyntax-keyword-gather-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.0
 Homepage: http://search.cpan.org/dist/Web-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libweb-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libweb-simple-perl/
 
 Package: libweb-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhttp-request-ascgi-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libplack-perl,
+ libsyntax-keyword-gather-perl
 Description: simple web framework
  Web::Simple provides a bare minimum system for writing web applications that
  don't need a full-fledged web framework.

Modified: trunk/libweb-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/copyright?rev=60225&op=diff
==============================================================================
--- trunk/libweb-simple-perl/debian/copyright (original)
+++ trunk/libweb-simple-perl/debian/copyright Sun Jul 11 19:30:15 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Matt S. Trout <mst at shadowcat.co.uk>
 Source: http://search.cpan.org/dist/Web-Simple/
 Name: Web-Simple
@@ -10,13 +10,13 @@
 License: Artistic or GPL-1+
 
 Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, gregor herrmann <gregoa at debian.org>
+Copyright: 2009-2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic
@@ -33,4 +33,4 @@
  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'
+ Public License can be found in `/usr/share/common-licenses/GPL-1'

Modified: trunk/libweb-simple-perl/debian/patches/pod_fragment.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/patches/pod_fragment.patch?rev=60225&op=diff
==============================================================================
--- trunk/libweb-simple-perl/debian/patches/pod_fragment.patch (original)
+++ trunk/libweb-simple-perl/debian/patches/pod_fragment.patch Sun Jul 11 19:30:15 2010
@@ -1,9 +1,12 @@
+Description: remove POD fragment
+Forwarded: no
 Author: gregor herrmann <gregoa at debian.org>
-Description: remove POD fragment
+Origin: vendor
+Last-Update: 2010-07-11
 
 --- a/lib/Web/Simple/HackedPlack.pm
 +++ b/lib/Web/Simple/HackedPlack.pm
-@@ -66,30 +66,3 @@
+@@ -70,30 +70,3 @@
  }
  
  1;




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