debian/0000755000000000000000000000000011512165645007174 5ustar debian/control0000644000000000000000000000221211511341057010564 0ustar Source: libstring-dirify-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/String-Dirify/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-dirify-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-dirify-perl/ Package: libstring-dirify-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: utility converting string to a safe format String::Dirify converts a string (possibly containing high ASCII characters, and even HTML) into another, lower-cased, string which can be used as a directory name or URL. . The algorithm is as follows: * Each high ASCII character is replaced by its normal equivalent * The string is converted to lower case * Any HTML (including HTML entities) in the string is removed * Any characters which are not (Perl) words, spaces or hyphens, are removed * Runs of spaces are converted to the separator character debian/copyright0000644000000000000000000000127311512161215011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ron Savage Source: http://search.cpan.org/dist/String-Dirify/ Name: String-Dirify Files: * Copyright: 2009, Mark Stosberg 2009-2011, Ron Savage License: Artistic Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic 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'. debian/watch0000644000000000000000000000016711511341057010221 0ustar version=3 http://search.cpan.org/dist/String-Dirify/ .*/String-Dirify-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211511341057010362 0ustar 8 debian/changelog0000644000000000000000000000025411512161215011034 0ustar libstring-dirify-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #609043) -- Nicholas Bamber Sat, 08 Jan 2011 11:13:42 +0000 debian/source/0000755000000000000000000000000011512165614010470 5ustar debian/source/format0000644000000000000000000000001411511341057011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611511341057010243 0ustar #!/usr/bin/make -f %: dh $@