debian/0000755000000000000000000000000011524246544007175 5ustar debian/control0000644000000000000000000000216711524230705010576 0ustar Source: libtest-longstring-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Krzysztof Krzyzaniak (eloy) , Angel Abad Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Test-LongString/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-longstring-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-longstring-perl/ Package: libtest-longstring-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to test for string equality Test::LongString is a Perl test module that provides some functions useful for testing the equality of long strings. Upon failure, it will provide more useful diagnostic output by: . * Reporting lengths of the strings that have been compared * Reporting length of the common prefix of strings * Automatically escaping non-ASCII characters as \x{xx} debian/copyright0000644000000000000000000000230511524230705011120 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Rafael Garcia-Suarez Source: http://search.cpan.org/dist/Test-LongString/ Name: Test-LongString Files: * Copyright: 2002-2011, Rafael Garcia-Suarez License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, 2008, gregor herrmann 2006, Krzysztof Krzyzaniak (eloy) 2010-2011, Angel Abad 2010, Jonathan Yu 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/watch0000644000000000000000000000017111212456064010217 0ustar version=3 http://search.cpan.org/dist/Test-LongString/ .*/Test-LongString-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011524246500010614 5ustar debian/patches/fix-spelling-error0000644000000000000000000000131211524230705014264 0ustar Description: Fix spelling error in manpage Author: Angel Abad Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=65555 --- a/lib/Test/LongString.pm +++ b/lib/Test/LongString.pm @@ -443,7 +443,7 @@ where they differ, undefine C<$Test::LongString::Context>. When computing line numbers this module uses "\n" to count line endings. This -may not be appropriate for strings on your platform, and can be overriden +may not be appropriate for strings on your platform, and can be overridden by setting the C<$Test::LongString::EOL> variable to a suitable regular expression (either a reference to a regular expression or a string that can be interpolated into a regular expression.) debian/patches/series0000644000000000000000000000002311524230705012024 0ustar fix-spelling-error debian/compat0000644000000000000000000000000211323400535010360 0ustar 7 debian/changelog0000644000000000000000000000466311524230705011050 0ustar libtest-longstring-perl (0.15-1) unstable; urgency=low * New upstream release * debian/copyright: - Update license stanzas - Update copyright years * debian/patches/fix-spelling-error: - New patch to fix spelling error in manpage -- Angel Abad Tue, 08 Feb 2011 10:16:47 +0100 libtest-longstring-perl (0.14-1) unstable; urgency=low * New upstream release * debian/copyright: Update license information * Switch to dpkg-source format 3.0 (quilt) * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Tue, 28 Sep 2010 20:33:13 +0200 libtest-longstring-perl (0.13-1) unstable; urgency=low * New upstream release * Update copyright file * Bump Standards-Version to 3.8.4 (no changes) * Add myself to uploaders -- Angel Abad Sun, 31 Jan 2010 14:13:53 +0100 libtest-longstring-perl (0.12-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (drop perl version dep) * Use new short debhelper 7 rules format * Rewrite control description * Add myself to Uploaders and Copyright * Refresh copyright to new DEP5 format [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Change my email address. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Tue, 12 Jan 2010 13:35:35 -0500 libtest-longstring-perl (0.11-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467977) - update based on dh-make-perl's templates - don't install almost empty README anymore * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: use generic download URL. -- gregor herrmann Wed, 12 Mar 2008 19:54:31 +0100 libtest-longstring-perl (0.11-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.2 (no changes). -- gregor herrmann Sun, 19 Nov 2006 18:38:20 +0100 libtest-longstring-perl (0.09-1) unstable; urgency=low * Initial Release (closes: #364746). -- Krzysztof Krzyzaniak (eloy) Tue, 25 Apr 2006 13:39:26 +0200 debian/source/0000755000000000000000000000000011524246500010465 5ustar debian/source/format0000644000000000000000000000001411450452741011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611323400535010241 0ustar #!/usr/bin/make -f %: dh $@