File: changelog

package info (click to toggle)
libnetxap-perl 0.02-9.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,124 kB
  • sloc: perl: 1,605; makefile: 5
file content (160 lines) | stat: -rw-r--r-- 6,081 bytes parent folder | download
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
libnetxap-perl (0.02-9.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Mon, 04 Jan 2021 17:38:40 +0100

libnetxap-perl (0.02-9) unstable; urgency=low

  * Team upload.
  * Install ANNOUNCE, BUGS, CREDITS, README and TODO again as
    documentation. Regression introduced by commit 3142abf6, too.

 -- Axel Beckert <abe@debian.org>  Thu, 09 Nov 2017 22:43:48 +0100

libnetxap-perl (0.02-8) unstable; urgency=low

  * Team upload.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * Change my email address.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Fabrizio Regalli ]
  * Bump to 3.9.2 Standard-Version.
  * Switch to DEP5 license format.
  * Add myself to Uploaders.
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).
  * Bump to 3.0 quilt format.
  * Convert debian/rules to minimal "dh $@" style.
  * Add build-dependencies on courier-imap | uw-imapd.

  [ 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.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"
  * Remove obsolete alternative b-d on uw-imapd (gone for good)
  * Add b-d on libdigest-hmac-perl, FTBFS otherwise nowadays
  * Add patch to use /usr/bin/imapd, not /usr/sbin/imapd in test suite

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Mark package as autopkgtestable.
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

  [ Axel Beckert ]
  * Disable test suite for now (never worked, broken since 3142abf6).
    + Drop build-dependency on courier-imap.
    + Drop Testsuite header.
  * Cleanup trailing whitespace in ancient debian/changelog entries.
  * Declare compliance with Debian Policy 4.1.1.
  * Bump debhelper compatibility level to 10.
    + Update versioned debhelper build-dependency accordingly.
  * Drop article from short package description.
  * Install file "NEWS" as upstream changelog.
  * Mention additionally supported protocols in long package description.
  * Add patch to fix spelling errors found by lintian.
  * Extend 20pod.patch to fix missing quoting around "*" in "=item *"
    where is wasn't mean to make a dotted list of items.
  * Set "Rules-Requires-Root: no".

 -- Axel Beckert <abe@debian.org>  Thu, 09 Nov 2017 22:22:56 +0100

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