r38843 - in /trunk/libhttp-server-simple-mason-perl/debian: changelog control copyright

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat Jun 27 20:28:25 UTC 2009


Author: mogaal-guest
Date: Sat Jun 27 20:28:17 2009
New Revision: 38843

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38843
Log:
 * Set Standar-Version in 3.8.2
 * Add inc/* entry in copyright
 * Fixed long descrption


Modified:
    trunk/libhttp-server-simple-mason-perl/debian/changelog
    trunk/libhttp-server-simple-mason-perl/debian/control
    trunk/libhttp-server-simple-mason-perl/debian/copyright

Modified: trunk/libhttp-server-simple-mason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/changelog?rev=38843&op=diff
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-mason-perl/debian/changelog Sat Jun 27 20:28:17 2009
@@ -1,12 +1,5 @@
-libhttp-server-simple-mason-perl (0.11-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/copyright: inc/* is missing
-  - debian/control:
-    + mention module name in long description.
-    + Standards-Version 3.8.2
-    + several packages missing in Build-Depends-Indep (used in tests)
+libhttp-server-simple-mason-perl (0.11-1) unstable; urgency=low
 
   * Initial Release (Closes: #533032)
 
- -- Alejandro Garrido Mota <garridomota at gmail.com>  Tue, 09 Jun 2009 14:49:49 -0430
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 27 Jun 2009 15:56:21 -0430

Modified: trunk/libhttp-server-simple-mason-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/control?rev=38843&op=diff
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/control (original)
+++ trunk/libhttp-server-simple-mason-perl/debian/control Sat Jun 27 20:28:17 2009
@@ -4,10 +4,10 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12),
   libhttp-server-simple-perl (>= 0.04), libhtml-mason-perl (>= 1.25),
-  libhook-lexwrap-perl
+  libhook-lexwrap-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-mason-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/
@@ -18,7 +18,7 @@
   libhttp-server-simple-perl (>= 0.04), libhtml-mason-perl (>= 1.25),
   libhook-lexwrap-perl
 Description: abstract baseclass for a standalone mason server
- This is a simple standalone mason HTTP server. By default, it
- doesn't thread or fork. It does, however, act as a simple 
- frontend which can be used to build a standalone web-based
+ HTTP::Server::Simple::Mason is a simple standalone mason HTTP server.
+ By default, it doesn't thread or fork. It does, however, act as a 
+ simple frontend which can be used to build a standalone web-based
  application or turn a CGI into one. 

Modified: trunk/libhttp-server-simple-mason-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/copyright?rev=38843&op=diff
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/copyright (original)
+++ trunk/libhttp-server-simple-mason-perl/debian/copyright Sat Jun 27 20:28:17 2009
@@ -6,6 +6,11 @@
 
 Files: *
 Copyright: 2001-2005, Jesse Vincent <jesse at bestpractical.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: 2002 - 2009, Brian Ingerson, Audrey Tang and Adam Kennedy.
 License-Alias: Perl
 License: Artistic | GPL-1+
 




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