File: changelog

package info (click to toggle)
libauthen-sasl-cyrus-perl 0.13-server-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 152 kB
  • ctags: 26
  • sloc: perl: 224; makefile: 54
file content (143 lines) | stat: -rw-r--r-- 5,596 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
libauthen-sasl-cyrus-perl (0.13-server-3) unstable; urgency=low

  * debian/rules:
    + move test suitr to build-stamp target
    + stop setting INSTALLVENDOR* vars, remove usr/share/perl5 if it exists
    + remove unused dh_link
    + no need to chmod -R $(CURDIR) in clean
  * Move the change to Security.pm (encoding data in chunks) to a separate
    patch. Bring quilt into play
  * Add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Wed, 16 Jan 2008 15:40:51 +0200

libauthen-sasl-cyrus-perl (0.13-server-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed:
    Homepage pseudo-field (Description); XS-Vcs-Svn fields.

  [ Russ Allbery ]
  * Tell Makefile.PL not to create /usr/share/perl5 and remove the
    rmdir, which fails with Perl 5.10.
  * Use DESTDIR rather than PREFIX when installing.
  * Update standards version to 3.7.3 (no changes required).
  * Update debhelper compatibility level to V5 (no changes required).
  * Wrap Build-Depends for readability.

 -- Russ Allbery <rra@debian.org>  Sat, 29 Dec 2007 15:31:53 -0800

libauthen-sasl-cyrus-perl (0.13-server-1) unstable; urgency=low

  * New upstream release.
  * Change maintainers to the Debian Perl Group.
  * Update debian/copyright and debian/watch to point to CPAN rather than
    the (not updated) home page.
  * debian/rules cleanup.
    - Add build-arch and build-indep targets just in case.
    - Use a better method of optionally running make distclean.
    - Remove stamp files first in clean target.
    - Improve target dependencies.
  * Update standards version to 3.7.2 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sun,  7 May 2006 16:03:50 -0700

libauthen-sasl-cyrus-perl (0.12-server-4) unstable; urgency=low

  * Encode large amounts of data in chunks of SASL_MAXOUTBUF rather than
    trying to encode all the data at once.
  * Providing binary-indep in debian/rules is required by Policy even if
    there are no arch-independent packages.  Whoops.

 -- Russ Allbery <rra@debian.org>  Wed,  7 Dec 2005 12:42:42 -0800

libauthen-sasl-cyrus-perl (0.12-server-3) unstable; urgency=low

  * Use a better technique for optionally running make realclean.
  * Remove unused rules in debian/rules.
  * Reformat debian/copyright and add an explicit copyright and license
    for the Debian packaging.
  * Update maintainer address.

 -- Russ Allbery <rra@debian.org>  Sat, 19 Nov 2005 16:30:35 -0800

libauthen-sasl-cyrus-perl (0.12-server-2) unstable; urgency=low

  * Redo how library data is handled following the recommendations in
    perlxs(1), eliminating a cast of a pointer through an int and thereby
    hopefully fixing problems on 64-bit platforms.
  * Explicitly set USER when running the test suite.  The value doesn't
    matter for the tests, and some package build methods (debuild) strip
    the environment.
  * Update standards version to 3.6.2 (no changes required).
  * Reduce priority to extra again after consultation with ftp-masters.

 -- Russ Allbery <rra@stanford.edu>  Wed, 29 Jun 2005 17:08:35 -0700

libauthen-sasl-cyrus-perl (0.12-server-1) unstable; urgency=low

  * Adopt orphaned package.  (Closes: #279776)
  * Acknowledge NMU.  (Closes: #250520, #288569)
  * Switch upstreams to the -server varient maintained by Patrick
    Boettcher.  It implements considerably more of the API and is
    sufficient for stable use with Net::LDAP for GSSAPI authentication,
    which the CPAN version is not.
  * Reorganize debian/rules, set CFLAGS correctly, add an explicit install
    target, and remove unnecessary debhelper invocations.
  * Improve the description and include a Homepage link.
  * Increase priority to optional.
  * Add build-depends on libauthen-sasl-perl and libsasl2-modules for
    running tests.
  * Update standards version to 3.6.1 (no changes required).
  * Update copyright to include the packaging history and the copyright
    and upstream details for the -server varient.
  * Add a watch file.

 -- Russ Allbery <rra@stanford.edu>  Sun, 12 Jun 2005 16:10:13 -0700

libauthen-sasl-cyrus-perl (0.12-1) unstable; urgency=low

  * QA Upload
  * Changed Maintainer to Debian QA Group <packages@qa.debian.org>
  * Changed Section from 'interpreters' to 'perl' to match override.
  * Added dependency on libauthen-sasl-perl, closes: #288569.
  * New upstream version - various bug fixes - closes: #250520.

 -- Stephen Quinney <stephen@jadevine.org.uk>  Wed,  2 Mar 2005 17:30:38 +0000

libauthen-sasl-cyrus-perl (0.07-1) unstable; urgency=low

  * New Maintainer

 -- Stephen Zander <gibreel@debian.org>  Mon, 26 May 2003 21:53:35 -0700

libauthen-sasl-cyrus-perl (0.05-2) unstable; urgency=low

  * Orphan this package.
  * Run dh_installdocs so that the copyright file gets installed.

 -- Mark Brown <broonie@debian.org>  Thu, 15 May 2003 09:10:02 +0100

libauthen-sasl-cyrus-perl (0.05-1) unstable; urgency=low

  * New upstream release.
  * I think this version now does encryption with the SASL libraries
    -- if not, feel free to open the bug again. (Closes: #144130)
  * Update Standards-Version.

 -- Graeme Mathieson <mathie@wossname.org.uk>  Sun, 29 Sep 2002 16:14:28 +0100

libauthen-sasl-cyrus-perl (0.02-1.1) unstable; urgency=low

  * NMU: Rebuilt against perl 5.8.

 -- Ben Burton <benb@acm.org>  Sun,  1 Sep 2002 15:48:33 +1000

libauthen-sasl-cyrus-perl (0.02-1) unstable; urgency=low

  * Initial Release.

 -- Graeme Mathieson <graeme@mathie.cx>  Thu, 22 Nov 2001 15:50:41 +0000