debian/0000755000000000000000000000000012226015710007162 5ustar debian/rules0000755000000000000000000000003612226015710010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000223212226015710010564 0ustar Source: libconvert-ascii85-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-ascii85-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-ascii85-perl.git Homepage: https://metacpan.org/release/Convert-Ascii85 Package: libconvert-ascii85-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for encoding and decoding of ascii85/base85 strings Convert::Ascii85 implements the Ascii85 (also known as Base85) algorithm for encoding binary data as text. This is done by interpreting each group of four bytes as a 32-bit integer, which is then converted to a five-digit base-85 representation using the digits from ASCII 33 (!) to 117 (u). . This is similar to MIME::Base64 but more space efficient: The overhead is only 1/4 of the original data (as opposed to 1/3 for Base64). debian/source/0000755000000000000000000000000012226015710010462 5ustar debian/source/format0000644000000000000000000000001412226015710011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000030512226015710011032 0ustar libconvert-ascii85-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #726042) -- Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) Thu, 10 Oct 2013 17:04:51 +0200 debian/compat0000644000000000000000000000000212226015710010360 0ustar 8 debian/copyright0000644000000000000000000000206012226015710011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Convert-Ascii85 Upstream-Contact: Lukas Mai Upstream-Name: Convert-Ascii85 Files: * Copyright: 2011, Lukas Mai License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) 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/watch0000644000000000000000000000017312226015710010214 0ustar version=3 https://metacpan.org/release/Convert-Ascii85 .*/Convert-Ascii85-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$