debian/0000755000000000000000000000000011735632535007200 5ustar debian/rules0000755000000000000000000000003611735632535010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000170711735632535010610 0ustar Source: libconvert-base32-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-exception-perl, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-base32-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libconvert-base32-perl.git Homepage: http://search.cpan.org/dist/Convert-Base32/ Package: libconvert-base32-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for encoding and decoding of base32 strings Convert::Base32 provides functions to convert string from / to Base32 encoding, specified in RACE internet-draft. The Base32 encoding is designed to encode non-ASCII characters in DNS-compatible host name parts. . See http://tools.ietf.org/html/draft-ietf-idn-race-03 for more details. debian/source/0000755000000000000000000000000011735632535010500 5ustar debian/source/format0000644000000000000000000000001411735632535011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025011735632535011047 0ustar libconvert-base32-perl (0.05-1) unstable; urgency=low * Initial release (closes: #666423). -- gregor herrmann Sat, 31 Mar 2012 18:48:20 +0200 debian/compat0000644000000000000000000000000211735632535010376 0ustar 8 debian/patches/0000755000000000000000000000000011735632535010627 5ustar debian/patches/series0000644000000000000000000000001211735632535012035 0ustar pod.patch debian/patches/pod.patch0000644000000000000000000000070611735632535012435 0ustar Description: POD error Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=76190 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76190 Author: gregor herrmann Last-Update: 2012-03-31 --- a/lib/Convert/Base32.pm +++ b/lib/Convert/Base32.pm @@ -167,6 +167,8 @@ letters are treated as their lower case equivalent rather than producing an error. +=back + =head1 AUTHOR Tatsuhiko Miyagawa debian/copyright0000644000000000000000000000260211735632535011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Convert-Base32 Source: http://search.cpan.org/dist/Convert-Base32/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2001-2009, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) The exact year comes from the Changes file. Files: debian/* Copyright: 2012, gregor herrmann 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/watch0000644000000000000000000000017111735632535010230 0ustar version=3 http://search.cpan.org/dist/Convert-Base32/ .*/Convert-Base32-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$