debian/0000755000000000000000000000000011637620475007201 5ustar debian/changelog0000644000000000000000000000141211637620475011051 0ustar libencode-imaputf7-perl (1.05-2) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Damyan Ivanov ] * remove libtest-nowarnings-perl from Depends * add a patch adding 'use Encode::IMAPUTF7;' to the SYNOPSIS part of the documentation. Closes: #642819 * debian source format 3.0 (quilt) * Calim conformance to Policy 3.9.2 -- Damyan Ivanov Sun, 25 Sep 2011 15:40:26 +0300 libencode-imaputf7-perl (1.05-1) unstable; urgency=low * Initial Release. (Closes: #611421) -- TANIGUCHI Takaki Fri, 04 Feb 2011 13:49:09 +0900 debian/source/0000755000000000000000000000000011637617561010503 5ustar debian/source/format0000644000000000000000000000001411637617561011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611614475124010252 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000205511627064460011131 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Peter Makholm Source: http://search.cpan.org/dist/Encode-IMAPUTF7/ Name: Encode-IMAPUTF7 Files: * Copyright: Peter Makholm License: Artistic | GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki 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/watch0000644000000000000000000000017311614475124010225 0ustar version=3 http://search.cpan.org/dist/Encode-IMAPUTF7/ .*/Encode-IMAPUTF7-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211614475124010371 0ustar 7 debian/control0000644000000000000000000000156311637620405010602 0ustar Source: libencode-imaputf7-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libtest-nowarnings-perl, perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Encode-IMAPUTF7/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libencode-imaputf7-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libencode-imaputf7-perl.git Package: libencode-imaputf7-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl Description: modification of UTF-7 encoding for IMAP IMAP mailbox names are encoded in a modified UTF-7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). debian/patches/0000755000000000000000000000000011637616222010623 5ustar debian/patches/series0000644000000000000000000000002311637614435012037 0ustar synopsis-use.patch debian/patches/synopsis-use.patch0000644000000000000000000000074511637616222014333 0ustar Description: add 'use Encode::IMAPUTF7;' to SYNOPSIS Bug-Debian: http://bugs.debian.org/642819 Author: Damyan Ivanov Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71216 --- a/lib/Encode/IMAPUTF7.pm +++ b/lib/Encode/IMAPUTF7.pm @@ -86,6 +86,7 @@ Encode::IMAPUTF7 - modification of UTF-7 =head1 SYNOPSIS use Encode qw/encode decode/; + use Encode::IMAPUTF7; print encode('IMAP-UTF-7', 'Répertoire'); print decode('IMAP-UTF-7', R&AOk-pertoire'); debian/libencode-imaputf7-perl.docs0000644000000000000000000000000711614475124014460 0ustar README