debian/0000755000000000000000000000000011416104722007164 5ustar debian/control0000644000000000000000000000167411415676133010610 0ustar Source: libnet-managesieve-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ansgar Burchardt Standards-Version: 3.9.0 Homepage: http://search.cpan.org/dist/Net-ManageSieve/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-managesieve-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-managesieve-perl/ Package: libnet-managesieve-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl client module for ManageSieve Net::ManageSieve is a Perl module that provides a client interface to the ManageSieve protocol. It manipulates scripts on a host running a ManageSieve service; this module does not perform, validate or do anything else like the Sieve scripts themselves. debian/copyright0000644000000000000000000000207111415676133011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Steffen Kaiser Source: http://search.cpan.org/dist/Net-ManageSieve/ Name: Net-ManageSieve Copyright: 2008-2010, Steffen Kaiser License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Christoph Berg 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000036211212456050010214 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Net-ManageSieve/ .*/Net-ManageSieve-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011416104653010616 5ustar debian/patches/spelling.patch0000644000000000000000000000231011415676133013456 0ustar From: Ansgar Burchardt Date: Fri, 09 Jul 2010 23:28:08 +0900 Origin: vendor Subject: Fix spelling errors in documentation Forwarded: https://rt.cpan.org/Ticket/Display.html?id=59225 --- libnet-managesieve-perl.orig/lib/Net/ManageSieve.pm +++ libnet-managesieve-perl/lib/Net/ManageSieve.pm @@ -308,7 +308,7 @@ =item starttls ( %SSL_opts ) Initiates a TLS session, may be used only before any -authentification. +authentication. The C is a HASH containing any options you can pass to L<< IO::Socket::SSL->new() >>. No one is passed by default. @@ -405,7 +405,7 @@ Authentificates as C. If the module L is available, this module is tried first. In -this case, the C paramter may be a C object, that +this case, the C parameter may be a C object, that is not furtherly modified. If C is no C object, C is passed as C, C as C and C as C to C<< Authen::SASL->new() >>. If C is @@ -566,7 +566,7 @@ =item capabilities ([reget]) -Returns the capabilites as HASH ref, e.g.: +Returns the capabilities as HASH ref, e.g.: { 'starttls' => 1, debian/patches/disable-signature-test.patch0000644000000000000000000000075411236544752016234 0ustar Description: Disable signature test Sometimes Module::Signature will try to retrieve signatures. It fails on systems without Internet. Origin: vendor Forwarded: no Author: Jonathan Yu --- a/t/00-signature.t +++ b/t/00-signature.t @@ -2,6 +2,11 @@ use strict; print "1..1\n"; +unless ($ENV{HAS_INTERNET}) { + print "ok 1 # skip Only perform test with internet access\n"; + exit; +} + if (!-s 'SIGNATURE') { print "ok 1 # skip No signature file found\n"; } debian/patches/series0000644000000000000000000000005411415676133012040 0ustar disable-signature-test.patch spelling.patch debian/compat0000644000000000000000000000000211236544753010376 0ustar 7 debian/changelog0000644000000000000000000000360411415676133011052 0ustar libnet-managesieve-perl (0.10-1) unstable; urgency=low * New upstream release. * debian/copyright: Update years of copyright. * debian/copyright: Formatting changes for current DEP-5 proposal. * Use source format 3.0 (quilt); drop README.source and quilt framework. * Fix spelling errors in the documentation. + new patch: spelling.patch * Bump Standards-Version to 3.9.0 (no changes). * Add myself to Uploaders. -- Ansgar Burchardt Fri, 09 Jul 2010 23:33:53 +0900 libnet-managesieve-perl (0.09-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Appears to be only minor changes in a call to base64_encode. Note there are no upstream changelog entries for this release. * Standards-Version 3.8.3 (no changes) [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Christoph Berg ] * Remove myself from uploaders. [ Ryan Niebur ] * Update jawnsy's email address -- Christoph Berg Thu, 03 Dec 2009 14:51:06 +0100 libnet-managesieve-perl (0.08-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Accept ucfirst options on new() constructor (RT#48349) + on_fail option for constructor (RT#48286) + Now calls _set_error() when TLS fails * Rewrote control description * Standards-Version 3.8.2 (no changes) * Bump to debhelper 7 * Use short debhelper rules format * Added a patch to disable signature tests unless we have Internet [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Tue, 04 Aug 2009 19:03:44 -0400 libnet-managesieve-perl (0.06-1) unstable; urgency=low * Initial Release. -- Christoph Berg Wed, 15 Apr 2009 11:17:43 +0200 debian/source/0000755000000000000000000000000011416104653010467 5ustar debian/source/format0000644000000000000000000000001411415676133011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611415676133010254 0ustar #!/usr/bin/make -f %: dh $@