libstring-truncate-perl 1.100600-1 source package in Ubuntu

Changelog

libstring-truncate-perl (1.100600-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * Bump Debhelper compat level to 8.
  * debian/control:
    - Bump versioned Build-Depends on debhelper to (>= 8).
  * debian/copyright:
    - Update copyright years for upstream stanza.
    - Update copyright for debian/* packaging
    - Refer to GPL-1 license text in common-licenses. 
    - Refer to Debian systems in general instead of only Debian
      GNU/Linux systems.
  * Bump Standards-Version to 3.9.1.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:10:55 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstring-truncate-perl_1.100600.orig.tar.gz 14.1 KiB e2665f82254a05b2a43c51bb8244661130ad9e052d4d8423b2ce2e9549c0bb5c
libstring-truncate-perl_1.100600-1.debian.tar.gz 2.2 KiB 9d104a6c286960107667eca957736ed0ac6a661974dfc6dc8e8965456afd3c22
libstring-truncate-perl_1.100600-1.dsc 2.1 KiB faad0e708e855f4d3647de67ebcb54b29dc1a0a3a1a7d24317e79b05928d698c

Available diffs

View changes file

Binary packages built by this source

libstring-truncate-perl: 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.