r46338 - in /trunk/libstring-truncate-perl/debian: control copyright libstring-truncate-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 24 16:12:04 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 24 16:11:59 2009
New Revision: 46338

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

Removed:
    trunk/libstring-truncate-perl/debian/libstring-truncate-perl.docs
Modified:
    trunk/libstring-truncate-perl/debian/control
    trunk/libstring-truncate-perl/debian/copyright

Modified: trunk/libstring-truncate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-truncate-perl/debian/control?rev=46338&op=diff
==============================================================================
--- trunk/libstring-truncate-perl/debian/control (original)
+++ trunk/libstring-truncate-perl/debian/control Sat Oct 24 16:11:59 2009
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsub-install-perl (>= 0.03),
-  libsub-exporter-perl (>= 0.953)
+Build-Depends-Indep: perl, libsub-install-perl, libsub-exporter-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
@@ -13,9 +12,13 @@
 
 Package: libstring-truncate-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl (>= 0.03),
-  libsub-exporter-perl (>= 0.953)
-Description: a module for when strings are too long to be displayed in...
- a module for when strings are too long to be displayed in...
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl,
+ libsub-exporter-perl
+Description: Perl module to truncate long strings
+ String::Truncate is a Perl module useful for truncating any long string
+ sequence and marking the place where any text has been elided (deleted).
+ You simply tell the module the maximum string width and where to elide
+ strings (at the right side, left side, in the middle or at the ends). It
+ also supports a customized marker for elisions, but defaults to the most
+ common symbol, the ellipsis (...). It can also prefer to break strings at
+ whitespace where possible.

Modified: trunk/libstring-truncate-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-truncate-perl/debian/copyright?rev=46338&op=diff
==============================================================================
--- trunk/libstring-truncate-perl/debian/copyright (original)
+++ trunk/libstring-truncate-perl/debian/copyright Sat Oct 24 16:11:59 2009
@@ -3,15 +3,9 @@
 Upstream-Maintainer: Ricardo Signes <rjbs at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/String-Truncate/
 Upstream-Name: String-Truncate
-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.
 
 Files: *
-Copyright: Ricardo Signes <rjbs at cpan.org>
+Copyright: 2005-2007, Ricardo Signes <rjbs at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 




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