r66772 - in /trunk/libcps-perl/debian: changelog compat control copyright libcps-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 1 14:13:13 UTC 2011


Author: jawnsy-guest
Date: Sat Jan  1 14:09:02 2011
New Revision: 66772

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66772
Log:
looks good, builds clean, dch -r

Added:
    trunk/libcps-perl/debian/source/
    trunk/libcps-perl/debian/source/format
Removed:
    trunk/libcps-perl/debian/libcps-perl.docs
Modified:
    trunk/libcps-perl/debian/changelog
    trunk/libcps-perl/debian/compat
    trunk/libcps-perl/debian/control
    trunk/libcps-perl/debian/copyright

Modified: trunk/libcps-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcps-perl/debian/changelog?rev=66772&op=diff
==============================================================================
--- trunk/libcps-perl/debian/changelog (original)
+++ trunk/libcps-perl/debian/changelog Sat Jan  1 14:09:02 2011
@@ -1,5 +1,5 @@
-libcps-perl (0.11-1) UNRELEASED; urgency=low
+libcps-perl (0.11-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #608560)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 31 Dec 2010 21:10:14 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 01 Jan 2011 09:25:17 -0500

Modified: trunk/libcps-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcps-perl/debian/compat?rev=66772&op=diff
==============================================================================
--- trunk/libcps-perl/debian/compat (original)
+++ trunk/libcps-perl/debian/compat Sat Jan  1 14:09:02 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libcps-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcps-perl/debian/control?rev=66772&op=diff
==============================================================================
--- trunk/libcps-perl/debian/control (original)
+++ trunk/libcps-perl/debian/control Sat Jan  1 14:09:02 2011
@@ -1,9 +1,10 @@
 Source: libcps-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmodule-build-perl (>= 0.36),
- perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libsub-name-perl,
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -14,7 +15,9 @@
 Package: libcps-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: manage flow of control in Continuation-Passing Style
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Recommends: libsub-name-perl
+Description: module to manage flow of control in Continuation Passing Style
+ CPS is a Perl module that enables developers to write code in Continuation
+ Passing Style, which is a style of writing code where the normal call/return
+ mechanism is replaced by explicit "continuations". It is useful whenever some
+ form of asynchronous or event-based programming is in use.

Modified: trunk/libcps-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcps-perl/debian/copyright?rev=66772&op=diff
==============================================================================
--- trunk/libcps-perl/debian/copyright (original)
+++ trunk/libcps-perl/debian/copyright Sat Jan  1 14:09:02 2011
@@ -2,17 +2,9 @@
 Maintainer: Paul Evans <leonerd at leonerd.org.uk>
 Source: http://search.cpan.org/dist/CPS/
 Name: CPS
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Paul Evans <leonerd at leonerd.org.uk>
+Copyright: 2008-2010, Paul Evans <leonerd at leonerd.org.uk>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libcps-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcps-perl/debian/source/format?rev=66772&op=file
==============================================================================
--- trunk/libcps-perl/debian/source/format (added)
+++ trunk/libcps-perl/debian/source/format Sat Jan  1 14:09:02 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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