libstring-escape-perl 2010.002-1 source package in Ubuntu
Changelog
libstring-escape-perl (2010.002-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Add myself to Uploaders and Copyright * Standards-Version 3.8.4 (drop perl version dep) * Rewrite control description * Update patch because it no longer applied properly * Delete test scripts not in upstream * Add Test::Pod{,::Coverage} to B-D-I [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. * debian/copyright: use DEP5 formatting. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Ubuntu Archive Auto-Sync <email address hidden> Sun, 09 May 2010 13:55:59 +0100
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Maverick
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl | |
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libstring-escape-perl_2010.002.orig.tar.gz | 11.4 KiB | fd645f8b336224d20a85ae7fb1a384576eac329f7adc3923c3241e828e3b9a8a |
libstring-escape-perl_2010.002-1.diff.gz | 2.9 KiB | a627e69d98211696d0af1e83ab13c78ec4fbba96b0191a96478ffd58263d3f07 |
libstring-escape-perl_2010.002-1.dsc | 2.1 KiB | 4e3fdc077748818d9ede2326669988cb27b58a75451c4ffd5030cca03e52485b |
Available diffs
- diff from 2002.001-8 to 2010.002-1 (17.4 KiB)
Binary packages built by this source
- libstring-escape-perl: module for manipulating escaped strings
String::Escape is a Perl module that provides a flexible calling interface to
some useful string conversion functions, including applying and expanding the
standard C/Unix-style backslash escapes like \n and \t, wrapping and removing
double quotes, and truncating to fit within a desired length.