1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
libnetxap-perl (0.02-7) unstable; urgency=low
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields. Added: /me to Uploaders.
* debian/watch: use dist-based URL.
* debian/rules:
- delete /usr/lib/perl5 only if it exists (closes: #467989)
- update based on dh-make-perl's templates
* Delete debian/examples, install sample scripts directly from
debian/rules.
* Set Standards-Version to 3.7.3 (no changes).
* debian/copyright: add download URL.
* Change patch system from dpatch to quilt.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 09 Mar 2008 16:00:14 +0100
libnetxap-perl (0.02-6) unstable; urgency=low
* Migrate to dpatch.
* Upgrade to Standards-Version 3.7.2. No changes needed.
* Upgrade to debhelper compatibility level 5.
* Move debhelper from Build-Depends-Indep to Build-Depends,
as it's required by the 'clean' target.
* Don't ignore the return value of 'make realclean'.
* Cleanup of debian/rules.
* debian/patches:
+ 20pod.dpatch: One more fix for POD comments.
+ 60lc.dpatch: Fix typo in Net::IMAP:Acl::new()
+ 70search.dpatch: Fix 'use of uninitialized value' messages
when an IMAP search doesn't match.
+ 80expunge.dpatch: Fix handling of expunge responses.
Thanks to Torsten Hilbrich for the patch. (Closes: #366209)
+ 90quota.dpatch: Fix quota support.
Thanks to Mike Beattie for the patch. (Closes: #366480)
* Don't install an empty '/usr/lib/perl5' directory.
-- Niko Tyni <ntyni@iki.fi> Sat, 13 May 2006 22:00:04 +0300
libnetxap-perl (0.02-5) unstable; urgency=low
* Suppress debug output unless we actually asked for it. Thanks to
Morten Bgeskov for the patch. (Closes: #319558)
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 3 Aug 2005 17:44:55 -0400
libnetxap-perl (0.02-4) unstable; urgency=low
* Package now maintained by the Debian Perl group.
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 15 Jun 2005 09:32:11 -0400
libnetxap-perl (0.02-3) unstable; urgency=low
* Fixed mishandling of IMAP banner (Closes: #256836)
* I think I fixed the issue with the namespace function returning NIL.
Further testing would be helpful. (Closes: #256837)
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 7 Jul 2004 22:13:09 -0400
libnetxap-perl (0.02-2) unstable; urgency=low
* Added missing dependency on libdigest-hmac-perl. Removed incorrect
dependency on libmd4-perl (Closes: #221017)
-- Jaldhar H. Vyas <jaldhar@debian.org> Sun, 16 Nov 2003 08:30:42 -0500
libnetxap-perl (0.02-1) unstable; urgency=low
* Initial Release (Closes #204112.)
-- Jaldhar H. Vyas <jaldhar@debian.org> Mon, 4 Aug 2003 13:28:16 -0400
|