debian/0000755000000000000000000000000011554621724007175 5ustar debian/control0000644000000000000000000000200211554603124010564 0ustar Source: libmime-base32-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Martin F. Krafft , Damyan Ivanov , Keith Lawson Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/MIME-Base32/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-base32-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-base32-perl/ Package: libmime-base32-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Base32 encoder/decoder Similar to Base64, Base32 encodes arbitrary (binary) data in ASCII text. The difference to Base64 is that Base32 encoding is case insensitive. . Base32 is defined in rfc3548 using the characters [A-Z2-7], but this module by default uses [0-9A-V] for compatibility with older versions of MIME::Base32. An RFC compliant mode is also provided, though. debian/copyright0000644000000000000000000000240711554603124011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Daniel Peder, sponsored by Infoset s.r.o., Czech Republic http://www.infoset.com Source: http://search.cpan.org/dist/MIME-Base32/ Name: MIME-Base32 Files: * Copyright: Daniel Peder, sponsored by Infoset s.r.o., Czech Republic http://www.infoset.com License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Adrian von Bidder 2009, Damyan Ivanov 2011, Keith Lawson 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/watch0000644000000000000000000000016411540755717010234 0ustar version=3 http://search.cpan.org/dist/MIME-Base32/ .*/MIME-Base32-v?(\d[\d\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211554603124010365 0ustar 8 debian/changelog0000644000000000000000000000332011554606136011045 0ustar libmime-base32-perl (1.02a-1) unstable; urgency=low [ gregor herrmann ] * debian/watch: relax regex for matching upstream versions. [ Keith Lawson ] * New upstream release * debian/control + add myself to uploaders + bump debhelper to >= 8.0.0 + bump Standards-Version to 3.9.2 + Build-Depends: debhelper (>= 8) + Build-Depends-Indep: perl * debian/copyright: changed upstream license stanza * Switch to dpkg-source 3.0 (quilt) format * Updated debian/copyright format (dh-make-perl refresh --only copyright) -- Keith Lawson Sat, 23 Apr 2011 12:55:38 -0400 libmime-base32-perl (1.01-3) unstable; urgency=low * Upstream author has clarified licensing terms. Update debian/copyright. Closes: #545023 -- Damyan Ivanov Fri, 04 Sep 2009 17:49:46 +0300 libmime-base32-perl (1.01-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2009- September/025053.html) * debian/control + add Vcs-* and Homepage fields + add ${misc:Depends} to Depends + Maintainer set to Debian Perl Group * debian/watch: use dist-based URL. * put myself in Uploaders * rules: convert to 3-line debhelper7; bump build-dependency; add compat * convert copyright to machine-readable format * bump Standards-Version to 3.8.3 (no changes needed) -- Damyan Ivanov Fri, 04 Sep 2009 17:21:20 +0300 libmime-base32-perl (1.01-1) unstable; urgency=low * first Debian release of MIME::Base32 * sponsored by Martin Krafft ; thanks a lot. -- Adrian von Bidder Fri, 3 Dec 2004 13:55:55 +0100 debian/source/0000755000000000000000000000000011554621724010475 5ustar debian/source/format0000644000000000000000000000001411554605616011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000023111250274755010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install rm -v $(CURDIR)/debian/$(shell dh_listpackages)/usr/share/perl5/MIME/test1.pl