r49604 - in /trunk/libdebug-client-perl/debian: control copyright libdebug-client-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 31 04:57:59 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 31 04:57:54 2009
New Revision: 49604

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49604
Log:
prepare for release

Removed:
    trunk/libdebug-client-perl/debian/libdebug-client-perl.docs
Modified:
    trunk/libdebug-client-perl/debian/control
    trunk/libdebug-client-perl/debian/copyright

Modified: trunk/libdebug-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/control?rev=49604&op=diff
==============================================================================
--- trunk/libdebug-client-perl/debian/control (original)
+++ trunk/libdebug-client-perl/debian/control Thu Dec 31 04:57:54 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.9), libtest-deep-perl
+Build-Depends-Indep: perl, libtest-deep-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -12,8 +12,9 @@
 
 Package: libdebug-client-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6)
-Description: client side code for perl debugger
- client side code for perl debugger
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: module to debug Perl programs remotely
+ Debug::Client is a Perl module designed to facilitate remote debugging of
+ your Perl software. Its interface consists of connecting to a remote Perl
+ session, permitting manipulation of breakpoints and providing stack traces
+ or variable values where needed.

Modified: trunk/libdebug-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/copyright?rev=49604&op=diff
==============================================================================
--- trunk/libdebug-client-perl/debian/copyright (original)
+++ trunk/libdebug-client-perl/debian/copyright Thu Dec 31 04:57:54 2009
@@ -2,17 +2,9 @@
 Maintainer: Gabor Szabo
 Source: http://search.cpan.org/dist/Debug-Client/
 Name: Debug-Client
-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: Gabor Szabo
+Copyright: 2008-2009, Gabor Szabo <gabor at pti.co.il>
 License: Artistic or GPL-1+
 
 Files: debian/*




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