debian/0000755000000000000000000000000012232022372007161 5ustar debian/rules0000755000000000000000000000003612232022372010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000244312232022372010567 0ustar Source: libstring-truncate-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Franck Joncourt Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libsub-install-perl, libsub-exporter-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-truncate-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-truncate-perl.git Homepage: https://metacpan.org/release/String-Truncate/ Package: libstring-truncate-perl Architecture: all 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. debian/source/0000755000000000000000000000000012232022372010461 5ustar debian/source/format0000644000000000000000000000001412232022372011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000371012232022372011034 0ustar libstring-truncate-perl (1.100601-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Wed, 23 Oct 2013 21:35:00 +0200 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. -- Salvatore Bonaccorso Fri, 01 Apr 2011 00:00:07 +0200 libstring-truncate-perl (1.100570-1) unstable; urgency=low * New upstream release. + Removed BDI on libtest-pod-coverage-perl, libtest-pod-perl. Theses modules are only required if we process tests with the RELEASE_TESTING variable set. * Bumped up Standards-Version to 3.8.4 (no changes). * Updated d.copyright to follow DEP5 guideline. * Added /me as Uploaders in d.control. * Added BDI on libtest-simple-perl (>= 0.88). * Switch to dpkg-source 3.0 (quilt) format. -- Franck Joncourt Mon, 01 Mar 2010 20:14:43 +0100 libstring-truncate-perl (0.102-1) unstable; urgency=low * Initial Release (Closes: #552243) -- Jonathan Yu Sun, 25 Oct 2009 07:16:03 -0400 debian/compat0000644000000000000000000000000212232022372010357 0ustar 8 debian/copyright0000644000000000000000000000217312232022372011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: String-Truncate Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/String-Truncate/ Files: * Copyright: 2005-2013, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2010, Franck Joncourt 2011, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017412232022372010214 0ustar version=3 https://metacpan.org/release/String-Truncate/ .*/String-Truncate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$