Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 78 | Rev 81 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 80
1
nettle (2.2-1) unstable; urgency=low
1
nettle (2.2-1) unstable; urgency=low
2
2
3
  * New upstream release (Closes: #633574).
3
  * New upstream release (Closes: #633574).
4
    - The function nettle_arcfour_stream() was dropped without changing
4
    - The function nettle_arcfour_stream() was dropped without changing
5
      the SONAME, because it was undocumented and untested and should not
5
      the SONAME, because it was undocumented and untested and should not
6
      be in use.
6
      be in use.
7
  * Add symbols files and correct dependencies in shlibs files.
7
  * Add symbols files and correct dependencies in shlibs files.
8
  * Update copyright information, in particular regarding blowfish and
8
  * Update copyright information, in particular regarding blowfish and
9
    serpent, trying to follow DEP5.
9
    serpent, trying to follow DEP5.
10
  * Add manpage nettle-hash(1).
10
  * Add manpage nettle-hash(1).
11
  * Add multi-arch support.
11
  * Add multi-arch support.
12
  * Bump Standards-Version to 3.9.2.
12
  * Bump Standards-Version to 3.9.2.
-
 
13
  * Switch to Debhelper compat level 8.
13
14
14
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Aug 2011 17:44:16 +0200
15
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Aug 2011 18:28:54 +0200
15
16
16
nettle (2.1-2) unstable; urgency=low
17
nettle (2.1-2) unstable; urgency=low
17
18
18
  * Upload to unstable.
19
  * Upload to unstable.
19
  * Increase Debhelper compat level to 7.
20
  * Increase Debhelper compat level to 7.
20
  * debian/rules: Add build-indep and build-arch targets.
21
  * debian/rules: Add build-indep and build-arch targets.
21
  * debian/copyright: Add entry for dsa2sexp.c.
22
  * debian/copyright: Add entry for dsa2sexp.c.
22
  * No longer suggest lsh-utils-doc as an alternative to lsh-doc.
23
  * No longer suggest lsh-utils-doc as an alternative to lsh-doc.
23
24
24
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 01:48:24 +0100
25
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 01:48:24 +0100
25
26
26
nettle (2.1-1) experimental; urgency=low
27
nettle (2.1-1) experimental; urgency=low
27
28
28
  * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
29
  * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
29
    sorting things out.
30
    sorting things out.
30
    - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
31
    - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
31
      incorporated upstream.
32
      incorporated upstream.
32
    - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
33
    - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
33
      respectively; update and rename debian/control, debian/libnettle3.*,
34
      respectively; update and rename debian/control, debian/libnettle3.*,
34
      debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
35
      debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
35
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
36
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
36
  * Convert to source package format 3.0 (quilt), using
37
  * Convert to source package format 3.0 (quilt), using
37
    dh_autotools-dev_*config to update config.sub and config.guess files.
38
    dh_autotools-dev_*config to update config.sub and config.guess files.
38
  * Handle the parallel DEB_BUILD_OPTIONS option.
39
  * Handle the parallel DEB_BUILD_OPTIONS option.
39
  * Pass --libdir=/usr/lib to ./configure since it will otherwise try to
40
  * Pass --libdir=/usr/lib to ./configure since it will otherwise try to
40
    be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
41
    be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
41
  * General tidying of debian/rules: 
42
  * General tidying of debian/rules: 
42
    - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
43
    - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
43
    - Remove remnants of nostrip option handling.
44
    - Remove remnants of nostrip option handling.
44
    - Only pass --host to ./configure if HOST != BUILD, as is recommended.
45
    - Only pass --host to ./configure if HOST != BUILD, as is recommended.
45
    - Remove redundant compiler and configure flags.
46
    - Remove redundant compiler and configure flags.
46
  * Bump Standards-Version to 3.9.1.
47
  * Bump Standards-Version to 3.9.1.
47
48
48
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 18 Jan 2011 23:44:49 +0100
49
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 18 Jan 2011 23:44:49 +0100
49
50
50
nettle (2.0-2) unstable; urgency=low
51
nettle (2.0-2) unstable; urgency=low
51
52
52
  * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name
53
  * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name
53
    that LSH understands in the sexp representation of an RSA key, so that
54
    that LSH understands in the sexp representation of an RSA key, so that
54
    pkcs1-conv can be used to convert existing OpenSSH private keys.
55
    pkcs1-conv can be used to convert existing OpenSSH private keys.
55
  * debian/control: Add ${misc:Depends} to all packages lacking it.
56
  * debian/control: Add ${misc:Depends} to all packages lacking it.
56
  * debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info
57
  * debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info
57
    as recommended for the transition to triggerized install-info.
58
    as recommended for the transition to triggerized install-info.
58
  * Upgraded to Standards-Version 3.8.3 with the previous change.
59
  * Upgraded to Standards-Version 3.8.3 with the previous change.
59
60
60
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 11 Oct 2009 23:27:07 +0200
61
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 11 Oct 2009 23:27:07 +0200
61
62
62
nettle (2.0-1) unstable; urgency=low
63
nettle (2.0-1) unstable; urgency=low
63
64
64
  * Merge with experimental branch.
65
  * Merge with experimental branch.
65
    - There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with
66
    - There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with
66
      lsh-utils < 2.0.4-dfsg-1.
67
      lsh-utils < 2.0.4-dfsg-1.
67
    - Drop the transitional libnettle-dev package that was in experimental. 
68
    - Drop the transitional libnettle-dev package that was in experimental. 
68
      Due to the split, depending packages will need sourceful uploads anyway.
69
      Due to the split, depending packages will need sourceful uploads anyway.
69
  * New upstream version.
70
  * New upstream version.
70
    - Drop 30_sparc_aes_include.dpatch; incorporated upstream.
71
    - Drop 30_sparc_aes_include.dpatch; incorporated upstream.
71
  * Add debug package.
72
  * Add debug package.
72
  * nettle-dev.doc-info: Correct Section and Document.
73
  * nettle-dev.doc-info: Correct Section and Document.
73
  * Bump Standards-Version to 3.8.2.
74
  * Bump Standards-Version to 3.8.2.
74
75
75
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Aug 2009 17:20:28 +0200
76
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Aug 2009 17:20:28 +0200
76
77
77
nettle (1.16~cvs20070603-2) experimental; urgency=low
78
nettle (1.16~cvs20070603-2) experimental; urgency=low
78
79
79
  * 30_sparc_aes_include.dpatch: Patch from upstream CVS, fixes FTBFS on
80
  * 30_sparc_aes_include.dpatch: Patch from upstream CVS, fixes FTBFS on
80
    sparc (Closes: #441265).
81
    sparc (Closes: #441265).
81
  * debian/rules: Check for Makefile instead of ignoring all `make
82
  * debian/rules: Check for Makefile instead of ignoring all `make
82
    distclean' errors.
83
    distclean' errors.
83
84
84
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 08 Sep 2007 19:58:29 +0200
85
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 08 Sep 2007 19:58:29 +0200
85
86
86
nettle (1.16~cvs20070603-1) experimental; urgency=low
87
nettle (1.16~cvs20070603-1) experimental; urgency=low
87
88
88
  * Upstream CVS snapshot splitting off public-key algorithms as
89
  * Upstream CVS snapshot splitting off public-key algorithms as
89
    libhogweed1.
90
    libhogweed1.
90
    - Drop 10_cleanup.dpatch; incorporated upstream.
91
    - Drop 10_cleanup.dpatch; incorporated upstream.
91
    - Rename libnettle-dev as nettle-dev.
92
    - Rename libnettle-dev as nettle-dev.
92
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
93
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
93
    (<< 2.0.3-2, which is anticipated to stop shipping an identical
94
    (<< 2.0.3-2, which is anticipated to stop shipping an identical
94
    sexp-conv and depend on nettle-bin instead).
95
    sexp-conv and depend on nettle-bin instead).
95
  * Link with --as-needed to avoid unnecessary NEEDED tags.
96
  * Link with --as-needed to avoid unnecessary NEEDED tags.
96
97
97
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 17:36:08 +0200
98
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 17:36:08 +0200
98
  
99
  
99
nettle (1.15-6) unstable; urgency=low
100
nettle (1.15-6) unstable; urgency=low
100
101
101
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
102
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
102
    prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping
103
    prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping
103
    a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and
104
    a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and
104
    nettle-bin.prerm (nettle-bin.prerm will remove the alternative on
105
    nettle-bin.prerm (nettle-bin.prerm will remove the alternative on
105
    upgrade, which is actually a bug, but works out fine in this case).
106
    upgrade, which is actually a bug, but works out fine in this case).
106
  * Switch to Debhelper level 5. Remove files that don't exist from install
107
  * Switch to Debhelper level 5. Remove files that don't exist from install
107
    lists (copied from a template, apparently).
108
    lists (copied from a template, apparently).
108
  * Upgrade to Standards-Version 3.8.1:
109
  * Upgrade to Standards-Version 3.8.1:
109
    + Add debian/README.source (§ 4.9).
110
    + Add debian/README.source (§ 4.9).
110
  * Add debian/libnettle2.symbols.
111
  * Add debian/libnettle2.symbols.
111
112
112
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 13 Apr 2009 22:52:44 +0200
113
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 13 Apr 2009 22:52:44 +0200
113
114
114
nettle (1.15-5) unstable; urgency=low
115
nettle (1.15-5) unstable; urgency=low
115
116
116
  * New maintainer email address.
117
  * New maintainer email address.
117
  * Bring debian/control format up-to-date with Homepage and Vcs fields.
118
  * Bring debian/control format up-to-date with Homepage and Vcs fields.
118
  * Add machine-readable copyright information to debian/copyright and
119
  * Add machine-readable copyright information to debian/copyright and
119
    clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The
120
    clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The
120
    machine-readable information may not be completely accurate at this
121
    machine-readable information may not be completely accurate at this
121
    point due to the many different authors and licenses.
122
    point due to the many different authors and licenses.
122
  * Don't ignore make potential distclean errors.
123
  * Don't ignore make potential distclean errors.
123
  * debian/libnettle-dev.doc-base: Change section to Programming/C
124
  * debian/libnettle-dev.doc-base: Change section to Programming/C
124
    following the abolishion of the Apps section.
125
    following the abolishion of the Apps section.
125
  * Bump Standards-Version to 3.7.3 without any changes.
126
  * Bump Standards-Version to 3.7.3 without any changes.
126
127
127
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Apr 2008 00:40:55 +0200
128
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Apr 2008 00:40:55 +0200
128
129
129
nettle (1.15-4) unstable; urgency=low
130
nettle (1.15-4) unstable; urgency=low
130
131
131
  * Add manpage for nettle-lfib-stream(1) (Closes: #413293).
132
  * Add manpage for nettle-lfib-stream(1) (Closes: #413293).
132
  * Add manpage for pkcs1-conv(1) (Closes: #413294).
133
  * Add manpage for pkcs1-conv(1) (Closes: #413294).
133
  * Correct manpage for sexp-conv(1).
134
  * Correct manpage for sexp-conv(1).
134
135
135
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 13:37:53 +0200
136
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 13:37:53 +0200
136
137
137
nettle (1.15-3) unstable; urgency=low
138
nettle (1.15-3) unstable; urgency=low
138
139
139
  * Use dh_install instead of dh_movefiles.
140
  * Use dh_install instead of dh_movefiles.
140
  * Run "make check" by default.
141
  * Run "make check" by default.
141
  * Ship nettle.pdf in libnettle-dev.
142
  * Ship nettle.pdf in libnettle-dev.
142
  * Include PDF and Info formats in doc-base control file.
143
  * Include PDF and Info formats in doc-base control file.
143
  * Clean up the libnettle-dev examples directory. There should only be
144
  * Clean up the libnettle-dev examples directory. There should only be
144
    source files. Note that most of the examples aren't made to be
145
    source files. Note that most of the examples aren't made to be
145
    compiled outside of the nettle source tree, except sha-example.c,
146
    compiled outside of the nettle source tree, except sha-example.c,
146
    which is the example found in the documentation.
147
    which is the example found in the documentation.
147
  * Move descore.README and TODO from libnettle2.docs to
148
  * Move descore.README and TODO from libnettle2.docs to
148
    libnettle-dev.docs, and also add README and NEWS to the latter.
149
    libnettle-dev.docs, and also add README and NEWS to the latter.
149
  * Make debian/copyright more correct.
150
  * Make debian/copyright more correct.
150
  * Add pkcs1-conv to nettle-bin package description.
151
  * Add pkcs1-conv to nettle-bin package description.
151
152
152
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 06 Jun 2007 14:35:13 +0200
153
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 06 Jun 2007 14:35:13 +0200
153
154
154
nettle (1.15-2) unstable; urgency=high
155
nettle (1.15-2) unstable; urgency=high
155
156
156
  * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1
157
  * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1
157
    (Closes: #415034).
158
    (Closes: #415034).
158
  * Use dpatch to handle patches.
159
  * Use dpatch to handle patches.
159
  * Make package binNMUable.
160
  * Make package binNMUable.
160
  * Add XS-Vcs-* fields to debian/control.
161
  * Add XS-Vcs-* fields to debian/control.
161
  * Make dependencies on libnettle2 versioned.
162
  * Make dependencies on libnettle2 versioned.
162
163
163
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 15 May 2007 16:15:19 +0200
164
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 15 May 2007 16:15:19 +0200
164
165
165
nettle (1.15-1) unstable; urgency=low
166
nettle (1.15-1) unstable; urgency=low
166
167
167
  * New maintainer (Closes: #411677).
168
  * New maintainer (Closes: #411677).
168
  * New upstream version. The non-free IETF RFC has been removed by
169
  * New upstream version. The non-free IETF RFC has been removed by
169
    upstream.
170
    upstream.
170
  * Updated Standards-Version to 3.7.2 without any changes.
171
  * Updated Standards-Version to 3.7.2 without any changes.
171
  * Converted doc-base and copyright files to UTF-8.
172
  * Converted doc-base and copyright files to UTF-8.
172
  * Added extra cleanup to clean target of debian/rules so that
173
  * Added extra cleanup to clean target of debian/rules so that
173
    dpkg-buildpackage can be run more than once.
174
    dpkg-buildpackage can be run more than once.
174
  * debian/watch: updated.
175
  * debian/watch: updated.
175
  * debian/control: added autotools-dev as a build-dependency.
176
  * debian/control: added autotools-dev as a build-dependency.
176
  * debian/rules: don't include config.guess and config.sub in
177
  * debian/rules: don't include config.guess and config.sub in
177
    .diff.gz.
178
    .diff.gz.
178
179
179
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu,  1 Mar 2007 19:29:49 +0100
180
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu,  1 Mar 2007 19:29:49 +0100
180
181
181
nettle (1.14.1-1) unstable; urgency=low
182
nettle (1.14.1-1) unstable; urgency=low
182
183
183
  * Removed non-DFSG file from the archive and disabled the
184
  * Removed non-DFSG file from the archive and disabled the
184
    corresponding test case
185
    corresponding test case
185
  * Source package contains non-free IETF RFC/I-D's (Closes: #393400)
186
  * Source package contains non-free IETF RFC/I-D's (Closes: #393400)
186
  * Since there is no upstream release available, a "fake" version number
187
  * Since there is no upstream release available, a "fake" version number
187
    is added to the version.
188
    is added to the version.
188
189
189
 -- Marek Habersack <grendel@debian.org>  Wed, 18 Oct 2006 09:47:03 +0200
190
 -- Marek Habersack <grendel@debian.org>  Wed, 18 Oct 2006 09:47:03 +0200
190
191
191
nettle (1.14-1) unstable; urgency=low
192
nettle (1.14-1) unstable; urgency=low
192
193
193
  * The latest upstream version
194
  * The latest upstream version
194
195
195
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:41:17 +0200
196
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:41:17 +0200
196
197
197
nettle (1.12-3) unstable; urgency=high
198
nettle (1.12-3) unstable; urgency=high
198
199
199
  * Force a recompile to match the new libgmp3 package name
200
  * Force a recompile to match the new libgmp3 package name
200
201
201
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:01:28 +0200
202
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:01:28 +0200
202
203
203
nettle (1.12-2) unstable; urgency=high
204
nettle (1.12-2) unstable; urgency=high
204
205
205
  * Make libnettle-dev depend on libgmp3-dev
206
  * Make libnettle-dev depend on libgmp3-dev
206
207
207
 -- Marek Habersack <grendel@debian.org>  Tue,  8 Mar 2005 02:19:01 +0100
208
 -- Marek Habersack <grendel@debian.org>  Tue,  8 Mar 2005 02:19:01 +0100
208
209
209
nettle (1.12-1) unstable; urgency=high
210
nettle (1.12-1) unstable; urgency=high
210
211
211
  * The latest upstream release
212
  * The latest upstream release
212
  * sexp-conv is installed as sexp-conv.nettle and registered with the
213
  * sexp-conv is installed as sexp-conv.nettle and registered with the
213
    alternatives system now.
214
    alternatives system now.
214
  * added the sexp-conv mainpage borrowed from the lsh-utils package.
215
  * added the sexp-conv mainpage borrowed from the lsh-utils package.
215
216
216
 -- Marek Habersack <grendel@debian.org>  Tue, 30 Nov 2004 01:45:49 +0100
217
 -- Marek Habersack <grendel@debian.org>  Tue, 30 Nov 2004 01:45:49 +0100
217
218
218
nettle (1.10-1) unstable; urgency=low
219
nettle (1.10-1) unstable; urgency=low
219
220
220
  * The latest upstream version
221
  * The latest upstream version
221
222
222
 -- Marek Habersack <grendel@debian.org>  Tue,  4 May 2004 15:56:02 +0200
223
 -- Marek Habersack <grendel@debian.org>  Tue,  4 May 2004 15:56:02 +0200
223
224
224
nettle (1.9-1) unstable; urgency=low
225
nettle (1.9-1) unstable; urgency=low
225
226
226
  * The latest upstream release
227
  * The latest upstream release
227
228
228
 -- Marek Habersack <grendel@debian.org>  Mon, 16 Feb 2004 02:53:34 +0100
229
 -- Marek Habersack <grendel@debian.org>  Mon, 16 Feb 2004 02:53:34 +0100
229
230
230
nettle (1.8-1) unstable; urgency=low
231
nettle (1.8-1) unstable; urgency=low
231
232
232
  * The latest upstream release
233
  * The latest upstream release
233
  * libnettle1 links directly against gmp now to avoid problems with
234
  * libnettle1 links directly against gmp now to avoid problems with
234
    programs linking to libnettle without referencing -lgmp explicitly.
235
    programs linking to libnettle without referencing -lgmp explicitly.
235
  * libnettle1 is gone - upstream changed the SOVERSION to 2
236
  * libnettle1 is gone - upstream changed the SOVERSION to 2
236
237
237
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 22:27:19 +0100
238
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 22:27:19 +0100
238
239
239
nettle (1.7-3) unstable; urgency=low
240
nettle (1.7-3) unstable; urgency=low
240
241
241
  * Don't drink and drive, or another doc-base fix
242
  * Don't drink and drive, or another doc-base fix
242
243
243
 -- Marek Habersack <grendel@debian.org>  Mon, 10 Nov 2003 19:07:20 -0500
244
 -- Marek Habersack <grendel@debian.org>  Mon, 10 Nov 2003 19:07:20 -0500
244
245
245
nettle (1.7-2) unstable; urgency=low
246
nettle (1.7-2) unstable; urgency=low
246
247
247
  * Fixed the doc-base problem with the missing Section field
248
  * Fixed the doc-base problem with the missing Section field
248
249
249
 -- Marek Habersack <grendel@debian.org>  Sun,  9 Nov 2003 22:06:09 -0500
250
 -- Marek Habersack <grendel@debian.org>  Sun,  9 Nov 2003 22:06:09 -0500
250
251
251
nettle (1.7-1) unstable; urgency=low
252
nettle (1.7-1) unstable; urgency=low
252
253
253
  * Initial Release.
254
  * Initial Release.
254
255
255
 -- Marek Habersack <grendel@debian.org>  Tue,  4 Nov 2003 18:23:07 +0100
256
 -- Marek Habersack <grendel@debian.org>  Tue,  4 Nov 2003 18:23:07 +0100
256
257