/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release
389 by Teddy Hogeborn
* Makefile (version): Change to 1.8.7.
1
mandos (1.8.7-1) unstable; urgency=medium
2
3
  * New upstream release.
4
  * debian/upstream/metadata: New.
5
  * debian/mandos-client.postrm: Use the same logic as the
6
    update_initramfs function in debian/mandos-client.postinst.
7
  * debian/mandos-client.templates (mandos-client/key_id): Line which
8
    should not be wrapped should be prefixed by a space.
9
  * debian/mandos.templates (mandos/key_id): - '' -
10
  * debian/po/en_US.po: New "translation" from ASCII to UTF-8.
11
  * debian/po/templates.pot: Updated.
12
  * debian/source/lintian-overrides
13
    (package-uses-old-debhelper-compat-version): New; set to "10".
14
  * debian/mandos-client.lintian-overrides
15
    (maintainer-script-supports-ancient-package-version): New.
16
    debian/mandos.lintian-overrides
17
    (maintainer-script-supports-ancient-package-version): - '' -
18
19
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 05 Aug 2019 23:22:00 +0200
20
387 by Teddy Hogeborn
* Makefile (version): Change to 1.8.6.
21
mandos (1.8.6-1) unstable; urgency=medium
22
23
  * New upstream release.
24
  * Fix "mandos FTCBFS: hard codes build architecture pkg-config"
25
    by making pkg-config overridable (Closes: #933701)
26
  * debian/mandos.postinst (configure): After creating (or renaming) user
27
    & group, reload D-Bus daemon (if present).
28
29
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 03 Aug 2019 14:51:01 +0200
30
385 by Teddy Hogeborn
* Makefile (version): Change to 1.8.5.
31
mandos (1.8.5-1) unstable; urgency=medium
32
33
  * New upstream release.
34
  * Fix "does not reap children" by reaping children (Closes: #933387)
35
  * debian/mandos-client.README.Debian: Use new-style interface name.
36
  * debian/tests/control: New file; implements autopkgtest support.
37
  * debian/mandos-client.lintian-overrides
38
    (manpage-has-errors-from-man): Remove; unnecessary.
39
  * debian/mandos.lintian-overrides
40
    (init.d-script-needs-depends-on-lsb-base): - '' -
41
  * debian/mandos-client.postinst (update_initramfs): Upstream now
42
    supports dracut(8), so update commands here to and run the correct
43
    command to update initramfs.
44
  * debian/control (Build-Depends): Add GLib -dev package.
45
    (mandos-client/Depends): Add dracut(8) as an alternative dependency to
46
    initramfs-tools.
47
    (mandos-client/Conflicts): New; set to "dracut-config-generic".
48
    (debian/mandos-client.README.Debian): Update for dracut(8) support.
49
  * debian/mandos-client.templates: Reflowed by debconf-gettextize(1).
50
  * debian/mandos.templates: - '' -
51
  * debian/po/POTFILES.in: New.
52
  * debian/po/templates.pot: - '' -
53
  * debian/source/lintian-overrides: New.
54
  * debian/control (Standards-Version): Update to "4.4.0".
55
56
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 30 Jul 2019 20:41:29 +0200
57
383 by Teddy Hogeborn
* Makefile (version): Change to 1.8.4.
58
mandos (1.8.4-1) unstable; urgency=medium
59
60
  * Fix "dirs in initrd are not accessible by mandos plugin-runner" by
61
    making sure UMASK is set, no matter what other packages have installed
62
    in "/usr/share/initramfs-tools/conf-hooks.d". (Closes: #926641)
63
  * Fix "LeakSanitizer: detected memory leaks, fails to decrypt"
64
    by fixing memory leak in plugin-runner. (Closes: #926643)
65
  * debian/mandos-client.dirs: Add
66
    "usr/share/initramfs-tools/conf-hooks.d", needed by fix for #926641.
67
68
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 09 Apr 2019 22:05:39 +0200
69
381 by Teddy Hogeborn
* debian/changelog (1.8.3-3): Add new entry.
70
mandos (1.8.3-3) unstable; urgency=medium
71
72
  * Fix "src:mandos: modifies d/control during build" by not doing that
73
    anymore.  (Closes: #922202)
74
  * debian/rules (override_dh_shlibdeps-arch): Commented out.
75
76
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 13 Feb 2019 09:52:39 +0100
77
379 by Teddy Hogeborn
* debian/changelog (1.8.3-2): Add new entry.
78
mandos (1.8.3-2) unstable; urgency=medium
79
80
  * debian/rules (override_dh_shlibdeps-arch): New; conditionally edit
81
    debian/control before running dh_shlibdeps.
82
83
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 11 Feb 2019 12:49:57 +0100
84
377 by Teddy Hogeborn
* Makefile (version): Change to 1.8.3.
85
mandos (1.8.3-1) unstable; urgency=medium
86
87
  * New upstream release.
88
  * debian/watch: Make the ".orig" file name suffix non-optional;
89
    otherwise uscan thinks that ".orig" is part of the version number.
90
  * debian/control (Build-Depends): Changed GnuTLS dependencies; move
91
    3.6.6 alternative to first in list, and remove dependencies on the
92
    virtual package "gnutls-dev", since we need the version restrictions.
93
    (Package: mandos/Depends): Remove dependency on libgnutls28-dev
94
    package.
95
    (Package: mandos/Suggests): New; set to "libc6-dev, c-compiler". (Used
96
    to find value of "SO_BINDTODEVICE").
97
    (Package: mandos-client/Depends): Don't depend on openssl anymore;
98
    instead depend on either a gnutls-bin (>= 3.6.6) (in which case TLS
99
    key generation will work), or on libgnutls30 (<< 3.6.0) (in which case
100
    TLS key generation will not be needed).
101
102
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 11 Feb 2019 07:30:32 +0100
103
375 by Teddy Hogeborn
* Makefile (version): Change to 1.8.2.
104
mandos (1.8.2-1) unstable; urgency=medium
105
106
  * New upstream release.
107
  * debian/mandos-client.postinst (create_keys): Ignore failure to remove
108
                                                 bad keys.
109
110
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 11:44:56 +0100
111
373 by Teddy Hogeborn
* Makefile (version): Change to 1.8.1.
112
mandos (1.8.1-1) unstable; urgency=high
113
114
  * New upstream release.
115
  * debian/mandos-client.postinst (create_keys): Remove any bad keys
116
    created by 1.8.0-1. Only create TLS keys if certtool succeeds.
117
  * debian/mandos.postinst (configure): Remove any bad keys from
118
    clients.conf, and inform the user if any were found.
119
  * debian/mandos.templates (mandos/removed_bad_key_ids): New message.
120
121
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 10:00:21 +0100
122
371 by Teddy Hogeborn
* Makefile (version): Change to 1.8.0.
123
mandos (1.8.0-1) unstable; urgency=medium
124
125
  * New upstream release.
126
  * Fix "(tries to) use GnuTLS OpenPGP support" by using raw public keys
127
    when available (Closes: #879538)
128
  * Fix "mandos : Depends: libgnutls30 (< 3.6.0) but 3.6.5-2 is to be
129
    installed" by now also allowing GnuTLS >= 3.6.6 (Closes: #916673)
130
  * debian/control (Standards-Version): Update to "4.3.0".
131
    (Package: mandos-client/Depends): Change from "cryptsetup" to
132
    "cryptsetup (<< 2:2.0.3-1) | cryptsetup-initramfs".  Add "debconf (>=
133
    1.5.5) | debconf-2.0".
134
    (Source: mandos/Build-Depends): Also allow libgnutls30 (>= 3.6.6).
135
    (Package: mandos/Depends): - '' - and add debconf (>= 1.5.5) |
136
    debconf-2.0".
137
    (Package: mandos/Description): Alter description to match new design.
138
    (Package: mandos-client/Description): - '' -
139
    (Package: mandos-client/Depends): Move "gnutls-bin | openssl" to here
140
    from "Recommends".
141
  * debian/mandos-client.README.Debian: Add --tls-privkey and --tls-pubkey
142
    options to test command.
143
  * debian/mandos-client.postinst (create_key): Renamed to "create_keys"
144
    - all callers changed - and also create TLS key files.  Show notice if
145
    new TLS key files were created.
146
  * debian/mandos-client.postrm (purge): Also remove TLS key files.
147
  * debian/mandos-client.lintian-overrides: Override warnings.
148
  * debian/mandos-client.templates: New.
149
  * debian/mandos.lintian-overrides: Override warnings.
150
  * debian/mandos.postinst (configure): If GnuTLS 3.6.6 or later is
151
    detected, show an important notice (once) about the new key_id option
152
    required in clients.conf.
153
  * debian/mandos.templates: New.
154
  * debian/copyright: Update copyright year to 2019.
155
156
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 05:52:49 +0100
157
369 by Teddy Hogeborn
* Makefile (version): Change to 1.7.20.
158
mandos (1.7.20-1) unstable; urgency=medium
159
160
  * New upstream release.
161
  * Fix "[tethys] mandos-client: Mandos client fails while booting but
162
    works from chroot into unpacked initramfs" by setting system clock if
163
    necessary (Closes: #894495)
164
  * Fix "initramfs boot script assumes internal cryptsetup implementation
165
    details and is now broken" by only using documented
166
    interfaces (Closes: #904899)
167
  * debian/mandos-client.dirs: Add
168
    "usr/share/initramfs-tools/scripts/local-premount" and
169
    "usr/share/initramfs-tools/conf.d", and remove
170
    "usr/share/initramfs-tools/conf-hooks.d".
171
  * debian/control (mandos-client/Depends): Add "(>= 0.99)" to dependency
172
    on "initramfs-tools".
173
  * debian/control (Source: mandos/Rules-Requires-Root): New; set to
174
    "binary-targets".
175
    (Standards-Version): Update to "4.2.0".
176
177
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 19 Aug 2018 22:14:04 +0200
178
367 by Teddy Hogeborn
* Makefile (version): Change to 1.7.19.
179
mandos (1.7.19-1) unstable; urgency=medium
180
181
  * New upstream release.
182
  * Fix "fails with "LeakSanitizer has encountered a fatal error"" by not
183
    using LeakSanitizer in affected binary (Closes: #886595)
184
185
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 22 Feb 2018 19:47:59 +0100
186
365 by Teddy Hogeborn
* Makefile (version): Change to 1.7.18.
187
mandos (1.7.18-1) unstable; urgency=medium
188
189
  * New upstream release.
190
191
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 12 Feb 2018 16:00:11 +0100
192
363 by Teddy Hogeborn
* Makefile (version): Change to 1.7.17.
193
mandos (1.7.17-1) unstable; urgency=medium
194
195
  * New upstream release.
196
  * Fix "fails with "LeakSanitizer has encountered a fatal error""
197
    by fixing memory leak in plugin-runner (Closes: #886595)
198
  * debian/control (Build-Depends): Also depend on "libgnutls28-dev (<<
199
    3.6.0) | libgnutls30 (<< 3.6.0)".
200
    (Package: mandos/Depends): - '' -
201
  * debian/compat: Change to "10".
202
  * debian/watch (version): Change to "4".
203
    (opts/pgpsigurlmangle): Remove.
204
    (opts/pgpmode): New; set to "auto".
205
    (URL): Change to "https://ftp.recompile.se/pub/@PACKAGE@/@PACKAGE@
206
    @ANY_VERSION@(?:\.orig)?@ARCHIVE_EXT@".
207
  * debian/copyright: Update copyright year to 2018.
208
  * debian/rules: Support the "noopt" and "parallel" DEB_BUILD_OPTIONS.
209
    (override_dh_fixperms-arch): Use the DEB_HOST_MULTIARCH
210
    variable directly instead of shelling out to "dpkg-architecture".
211
  * debian/control (Standards-Version): Update to "4.1.3".
212
    (Build-Depends): Change version of debhelper dependency to ">= 10".
213
  * debian/mandos.lintian-overrides
214
    (init.d-script-needs-depends-on-lsb-base): Change line number to "46".
215
216
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 10 Feb 2018 19:09:50 +0100
217
361 by Teddy Hogeborn
* Makefile (version): Change to 1.7.16.
218
mandos (1.7.16-1) unstable; urgency=medium
219
220
  * New upstream release.
221
  * debian/copyright (License): Use program name explicitly.
222
    (Format): Use https in URL.
223
  * debian/control (Priority): Change from "extra" to "optional".
224
    (Standards-Version): Update to "4.0.1".
225
226
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 20 Aug 2017 21:05:26 +0200
227
359 by Teddy Hogeborn
* Makefile (version): Change to 1.7.15.
228
mandos (1.7.15-1) unstable; urgency=medium
229
230
  * New upstream release.
231
  * Upstream release fixes "Seems not to be honoring zeroconf option at
232
    mandos.conf" (Closes: #855589)
233
  * debian/mandos.lintian-overrides (mandos): Add new line
234
    "init.d-script-needs-depends-on-lsb-base etc/init.d/mandos (line 49)".
235
  * debian/copyright: Update copyright year to 2017.
236
237
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 23 Feb 2017 21:29:36 +0100
238
357 by Teddy Hogeborn
* Makefile (version): Change to 1.7.14.
239
mandos (1.7.14-1) unstable; urgency=medium
240
241
  * New upstream release.
242
  * debian/mandos-client.postinst (create_key): Stop GPG agent after
243
    running mandos-keygen.
244
  * debian/control (Package: mandos/Depends): Add "systemd-sysv | lsb-base
245
    (>= 3.0-6)", change "gnupg" to "gnupg2 | gnupg", and change
246
    "libgpgme11-dev" to "libgpgme-dev | libgpgme11-dev".
247
248
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 25 Jan 2017 20:36:03 +0100
249
355 by Teddy Hogeborn
* Makefile (version): Change to 1.7.13.
250
mandos (1.7.13-1) unstable; urgency=medium
251
252
  * New upstream release.
253
  * Fix "fails to install noninteractively" by using the "%no-protection"
254
    statement in the GnuPG batch parameter file. (Closes: #840001)
255
256
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 08 Oct 2016 06:31:07 +0200
257
353 by Teddy Hogeborn
* Makefile (version): Change to 1.7.12.
258
mandos (1.7.12-1) unstable; urgency=medium
259
260
  * New upstream release.
261
262
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 05 Oct 2016 22:06:55 +0200
263
351 by Teddy Hogeborn
* Makefile (version): Change to 1.7.11.
264
mandos (1.7.11-1) unstable; urgency=high
265
266
  * New upstream release.
267
  * debian/control (Source: mandos/Vcs-Bzr): Change to use HTTPS.
268
    (Vcs-Browser): - '' -
269
270
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 01 Oct 2016 16:20:48 +0200
271
349 by Teddy Hogeborn
* Makefile (version): Change to 1.7.10.
272
mandos (1.7.10-1) unstable; urgency=high
273
274
  * New upstream release.
275
  * debian/rules (override_dh_fixperms-arch): Also exclude
276
    "etc/mandos/plugin-helpers" from changes by dh_fixperms.
277
  * debian/mandos-client.postinst: Fix the permissions of
278
    "/etc/mandos/plugin-helpers" for those systems which had a fresh
279
    install of an older version.
280
281
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 23 Jun 2016 22:00:29 +0200
282
347 by Teddy Hogeborn
* Makefile (version): Change to 1.7.9.
283
mandos (1.7.9-1) unstable; urgency=medium
284
285
  * New upstream release.
286
287
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 22 Jun 2016 07:30:12 +0200
288
345 by Teddy Hogeborn
* Makefile (version): Change to 1.7.8.
289
mandos (1.7.8-1) unstable; urgency=medium
290
291
  * New upstream release.
292
  * Fix "bad gpgme_op_decrypt: GPGME: Decryption failed." by copying
293
    /usr/bin/gpg-agent into initramfs (Closes: #819982)
294
  * debian/control (Homepage): Change URL to use HTTPS.
295
    (Standards-Version): Update to 3.9.8.
296
  * debian/copyright (Source): Change URL to HTTPS.
297
  * debian/mandos-client.README.Debian: Change wording to match updated
298
    capabilities.
299
300
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jun 2016 21:36:10 +0200
301
342 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.7".
302
mandos (1.7.7-1) unstable; urgency=medium
303
304
  * New upstream release.
305
  * debian/mandos-client.postinst (configure): If older version, fix
306
    permissions on plugin helper directory.  Also fix permissions on
307
    plugin helper local override directory (/etc/mandos/plugin-helpers),
308
    but only if not listed by "dpkg-statoverride".
309
  * debian/rules (override_dh_fixperms-arch): Exclude plugin helper
310
    directory from dh_fixperms.
311
  * debian/mandos.postinst (configure): Fix state directory permissions,
312
    but only if not listed by "dpkg-statoverride".
313
  * debian/mandos-client.lintian-overrides: Do not warn about permissions
314
    on plugin helper directory.
315
  * debian/mandos.dirs (usr/lib/tmpfiles.d): Added.
316
317
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 19 Mar 2016 22:58:49 +0100
318
340 by Teddy Hogeborn
Update version number to 1.7.6
319
mandos (1.7.6-1) unstable; urgency=medium
320
321
  * New upstream release.
322
  * debian/control (Source: mandos/Build-Depends-Indep): Remove
323
    "python-avahi".
324
    (Source: mandos/Build-Depends-Indep): Change "python-gi |
325
    python-gobject" to "python-gi"; i.e. remove "python-gobject".
326
327
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Mar 2016 22:58:23 +0100
328
338 by Teddy Hogeborn
Update version number to 1.7.5
329
mandos (1.7.5-1) unstable; urgency=high
330
331
  * New upstream release.
332
  * debian/mandos.postinst (configure): If old version was 1.7.4-1 or
333
    1.7.4-1~bpo8+1, fix situation where clients.pickle file is owned by
334
    root.
335
336
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 08 Mar 2016 01:09:55 +0100
337
336 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.4".
338
mandos (1.7.4-1) unstable; urgency=medium
339
340
  * New upstream release.
341
  * initramfs-tools-script: Fix "Call to configure_network in initramfs
342
    script broken due to set -e" by surrounding call by "set +x" and "set
343
    -e" (Closes: #816513)
344
  * debian/control: (Source: mandos/Build-Depends-Indep): Change
345
    "python-gobject | python-gi" to "python-gi | python-gobject"
346
    (Package: mandos/Depends): - '' -
347
348
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 05 Mar 2016 23:10:07 +0100
349
334 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.3".
350
mandos (1.7.3-1) unstable; urgency=medium
351
352
  * New upstream release.
353
354
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 29 Feb 2016 22:26:38 +0100
355
332 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.2".
356
mandos (1.7.2-1) unstable; urgency=medium
357
358
  * New upstream release.
359
  * Fix "Uses unneeded and obsolete version specific python packages"
360
    by removing version-specific dependencies (Closes: #811159)
361
  * debian/control (Source: mandos/Build-Depends): Add (>= 3.3.0) to
362
    "libgnutls28-dev" and "gnutls-dev".
363
    (Source: mandos/Build-Depends-Indep): Remove "python2.7-gnutls",
364
    "python2.7", "python2.7-dbus", "python2.7-avahi", and
365
    "python2.7-gobject"; replace with "python (>= 2.7), python (<< 3)",
366
    "python-dbus", "python-avahi", "python-gobject | python-gi".
367
    (Package: mandos/Depends): Remove "python-gnutls" and
368
    "python2.7-gnutls", add "libgnutls28-dev (>= 3.3.0) | libgnutls30 (>=
369
    3.3.0)".  Add "python (<< 3)".  Remove "python2.7-dbus",
370
    "python2.7-avahi", "python2.7-gobject", and "python2.7-urwid".
371
    Replace "python-gobject" with "python-gobject | python-gi" and "gnupg
372
    (<< 2)" with "gnupg".
373
    (Package: mandos-client/Depends): Replace
374
    "gnupg (<< 2)" with "gnupg".
375
    (Source: mandos/Standards-Version): Change to 3.9.7.
376
  * debian/copyright (Copyright): Update copyright year.
377
378
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 28 Feb 2016 16:09:01 +0100
379
330 by Teddy Hogeborn
* debian/changelog (1.7.1-2): New entry.
380
mandos (1.7.1-2) unstable; urgency=medium
381
382
  * debian/control (Package: mandos/Depends): Fix "Please drop versioned
383
    dependency on initscripts package" by removing initscripts dependency
384
    (Closes: #804967)
385
  * debian/rules (override_dh_fixperms) Fix "FTBFS when built with
386
    dpkg-buildpackage -A (No such file or directory)" by splitting into
387
    "override_dh_fixperms-arch" and "override_dh_fixperms-indep".
388
    (Closes: #806073)
389
390
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 05 Dec 2015 02:27:40 +0100
391
328 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.1".
392
mandos (1.7.1-1) unstable; urgency=medium
393
394
  * New upstream release.
395
396
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 24 Oct 2015 19:43:40 +0200
397
326 by Teddy Hogeborn
* Makefile (version): Changed to "1.7.0".
398
mandos (1.7.0-1) unstable; urgency=medium
399
400
  * New upstream release.
401
  * debian/control (Standards-Version): Updated to "3.9.6".
402
    (Build-Depends): Add "libnl-route-3-dev".
403
    (Package: mandos-client/Recommends): Added "gnutls-bin | openssl" for
404
    the generating of DH parameters.
405
  * debian/mandos-client.README.Debian: Update example command line to use
406
    new MANDOSPLUGINHELPERDIR environment variable.  Also document the new
407
    dhparams.pem file.
408
  * debian/mandos-client.postinst: Create DH parameters file.
409
  * debian/mandos.prerm: Don't run init script, use only invoke-rc.d.
410
  * debian/mandos-client.postinst: Don't use absolute paths to commands.
411
  * debian/mandos-client.postrm: Don't use absolute paths to commands.
412
    Also remove dhparams.pem file.
413
  * debian/copyright (Copyright): Update copyright year.
414
  * Upstream changed systemd service file to implicitly be of
415
    "Type=dbus". (Closes: #786845)
416
417
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 10 Aug 2015 22:00:29 +0200
418
324 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.9".
419
mandos (1.6.9-1) unstable; urgency=medium
420
421
  * New upstream release.
422
  * debian/control (Build-Depends): Fix "still uses GnutLS 2.x" by
423
    changing from "libgnutls-dev" to "libgnutls28-dev | gnutls-dev"
424
    (Closes: #762349)
425
426
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 05 Oct 2014 22:05:06 +0200
427
322 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.8".
428
mandos (1.6.8-1) unstable; urgency=medium
429
430
  * New upstream release.
431
  * debian/control (Source: mandos/Build-Depends-Indep): Since upstream
432
    now requires Python 2.7, depend on exactly the python2.7 package and
433
    all the Python 2.7 versions of the python modules.
434
    (Package: mandos/Depends): - '' - but still depend on python (>=2.7)
435
    and the generic versions of the Python modules; this is for mandos-ctl
436
    and mandos-monitor, both of which are compatible with Python 3, and
437
    use #!/usr/bin/python.
438
439
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 06 Aug 2014 22:55:24 +0200
440
320 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.7".
441
mandos (1.6.7-1) unstable; urgency=medium
442
443
  * New upstream release.
444
445
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 17 Jul 2014 05:22:45 +0200
446
318 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.6".
447
mandos (1.6.6-1) unstable; urgency=medium
448
449
  * New upstream release.
450
  * debian/mandos.postinst: Fix typo in comment.
451
  * debian/control (mandos/Recommends): Changed to "ssh-client | fping".
452
    (mandos-client/Recommends): New; set to "ssh".
453
454
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Jul 2014 22:49:21 +0200
455
316 by Teddy Hogeborn
* debian/changelog (1.6.5-3): New entry.
456
mandos (1.6.5-3) unstable; urgency=medium
457
458
  * debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";
459
    initramfs-tools-hook runs "dpkg-architecture -qDEB_HOST_MULTIARCH".
460
    (Closes: #750221)
461
462
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 06 Jun 2014 04:27:15 +0200
463
314 by Teddy Hogeborn
* debian/changelog (1.6.5-2): New entry.
464
mandos (1.6.5-2) unstable; urgency=medium
465
466
  * debian/rules (override_dh_auto_test-arch): New; does nothing.  Fixes
467
    FTBFS for build-indep.
468
469
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 13 May 2014 08:08:31 +0200
470
312 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.5".
471
mandos (1.6.5-1) unstable; urgency=medium
472
473
  * New upstream release.
474
  * debian/copyright: Change year to "2014".
475
  * debian/control (Build-Depends, Build-Depends-Indep): Moved build
476
    dependencies of "mandos" package to "Build-Depends-Indep".
477
  * debian/upstream/signing-key.asc: New; upstream source public key.
478
  * debian/control (Standards-Version): Updated to "3.9.5".
479
  * debian/control (mandos/Depends): Remove the dependency on
480
    "avahi-daemon (>= 0.6.31-3) | systemd-sysv".  It is unnecessary
481
    since we have a workaround in debian/mandos.postinst anyway.
482
483
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 11 May 2014 22:16:33 +0200
484
310 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.4".
485
mandos (1.6.4-1) unstable; urgency=medium
486
487
  * New upstream release.
488
  * debian/control (Build-Depends): Add Python dependencies to
489
                                    successfully run self-tests.
490
  * debian/copyright: GPLv3 now has its own license file - use it.
491
  * debian/watch: Set PGP signature URL.
492
493
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
494
308 by Teddy Hogeborn
* Makefile (version): Changed to "1.3.2".
495
mandos (1.6.3-1) unstable; urgency=low
496
497
  * New upstream release.
498
  * debian/control (Build-Depends): Added "systemd".
499
  * debian/mandos.dirs (lib/systemd/system): New.
500
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
501
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
502
                                     systemd-sysv".
503
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
504
                            edit /etc/init.d script headers Required-Start
310 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.4".
505
                            and Required-Stop to have "avahi" instead of
506
                            "avahi-daemon", before insserv(8) sees it.
308 by Teddy Hogeborn
* Makefile (version): Changed to "1.3.2".
507
  * debian/mandos-client.lintian-overrides: Libdir changes.
508
  * debian/rules (override_dh_fixperms): - '' -
509
510
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
511
306 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.2".
512
mandos (1.6.2-1) unstable; urgency=low
513
514
  * New upstream release.
515
  * debian/compat: Changed to "9".
516
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
517
    (Standards-Version): Updated to "3.9.4".
518
    (DM-Upload-Allowed): Removed.
519
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
520
                      use the "/run" directory (for mandos.pid).
521
  * debian/copyright (Copyright): Update year.
522
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
523
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
524
525
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
526
304 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.1".
527
mandos (1.6.1-1) unstable; urgency=low
528
529
  * New upstream release.
530
  * debian/control (mandos/Depends): No longer depends on
531
                                     python-gnupginterface, but does
532
                                     depend on gnupg (<< 2).
533
    (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
534
                     and "override-*-indep" targets in debian/rules.
535
  * debian/mandos-client.README: Update Linux documentation link.
536
  * debian/rules: Completely rewritten to use debhelper v7.
537
  * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
538
    copied into the initramfs image.  Always assume that GPGME is used to
539
    avoid searching for it since the path might not be /usr/lib.  Thanks
540
    to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
541
    and also thanks to Dick Middleton <dick@lingbrae.com> for some more
542
    debugging. (Closes:  #721903)
543
  * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
544
545
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Oct 2013 19:03:23 +0200
546
302 by Teddy Hogeborn
* Makefile (version): Changed to "1.6.0".
547
mandos (1.6.0-1) unstable; urgency=low
548
549
  * New upstream release.
550
  * debian/copyright (Copyright): Join the two lines to a single line.
551
  * debian/mandos-client.README.Debian: Update to refer to the new
552
    location of the example network hooks, and the new feature of using
553
    all network interfaces.
554
  * debian/mandos-client.docs (network-hooks.d): Removed.
555
  * debian/mandos-client.examples (network-hooks.d): New.
556
  * debian/rules (binary-common): Added "dh_installexamples".
557
    (binary-common/dh_fixperms): Exclude new location of
558
    "network-hooks.d".
559
560
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 18 Jun 2012 00:15:23 +0200
561
301 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.5".
562
mandos (1.5.5-1) unstable; urgency=low
563
564
  * New upstream release.
565
  * debian/copyright (Format): Updated to
566
    "http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
567
  * debian/control (Build-Depends): Removed "man, locales-all".
568
569
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 01 Jun 2012 20:30:41 +0200
570
300 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.4".
571
mandos (1.5.4-1) unstable; urgency=low
572
573
  * New upstream release.
574
575
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 20 May 2012 15:38:34 +0200
576
297.1.2 by Robert Millan
* debian/changelog (1.5.3-1.2): New entry.
577
mandos (1.5.3-1.2) unstable; urgency=low
578
579
  * Non-maintainer upload.
580
  * Set Architecture to linux-any.  (Closes: #647670)
581
582
 -- Robert Millan <rmh@debian.org>  Sun, 22 Apr 2012 16:22:01 +0200
583
297.1.1 by gregor herrmann
* debian/changelog (1.5.3-1.1): New entry.
584
mandos (1.5.3-1.1) unstable; urgency=low
585
586
  * Non-maintainer upload.
587
  * Fix "mandos FTBFS on buildds": add build-dependency on locales-all and
588
    pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8
589
    locale for manpage creation.
590
    (Closes: #656178)
591
592
 -- gregor herrmann <gregoa@debian.org>  Tue, 31 Jan 2012 17:56:05 +0100
593
297 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.3".
594
mandos (1.5.3-1) unstable; urgency=low
595
596
  * New upstream release.
597
598
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 15 Jan 2012 22:05:54 +0100
599
295 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.2".
600
mandos (1.5.2-1) unstable; urgency=low
601
602
  * New upstream release.
603
604
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 08 Jan 2012 11:17:20 +0100
605
293 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.1".
606
mandos (1.5.1-1) unstable; urgency=low
607
608
  * New upstream release.
609
610
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 21:53:31 +0100
611
291 by Teddy Hogeborn
* Makefile (version): Changed to "1.5.0".
612
mandos (1.5.0-1) unstable; urgency=low
613
614
  * New upstream release.
615
  * debian/control (mandos-client/Depends): Added "initramfs-tools".
616
  * debian/mandos-client.README.Debian: Corrected mail address and adjust
617
                                        wording.
618
  * debian/rules (binary-common): Exclude new nework-hooks.d directory
619
                                  from dh_fixperms.
620
  * debian/mandos-client.README.Debian: Document network hook facility.
621
  * debian/mandos-client.docs (network-hooks.d): Added.
622
  * debian/mandos.dirs (var/lib/mandos): Added.
623
  * debian/mandos.postinst: Fix ownership of /var/lib/mandos.
624
  * debian/control (mandos/Depends): Added "python-gnupginterface".
625
626
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 05:58:11 +0100
627
289 by Björn Påhlsson
* Makefile (version): Changed to "1.4.1".
628
mandos (1.4.1-1) unstable; urgency=low
629
630
  * New upstream release.
631
  * debian/control (Build-Depends): Added "man".
632
  * debian/control (Conflicts): Changed to "Breaks:".
633
  * debian/copyright: Updated format.
634
  * debian/mandos-client.postinst: Use "set -e" instead of "#!/bin/sh -e".
635
  * debian/mandos-client.postrm: - '' -
636
  * debian/mandos.postinst: - '' -
637
  * debian/mandos.prerm: Consistent magic.
638
639
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 15 Oct 2011 18:18:52 +0200
640
287 by Teddy Hogeborn
* Makefile (version): Changed to "1.4.0".
641
mandos (1.4.0-1) unstable; urgency=low
642
643
  * New upstream release.
644
  * Fix "FTBFS with binutils-gold": Added "-Xlinker --as-needed" to
645
    LDFLAGS in Makefile. (Closes: #632145)
646
  * Fix "/run transition: uses obsolete /dev/.initramfs": Try both old and
647
    new PID file locations. (Closes: #643554)
648
  * debian/source/local-options: New; contains "--single-debian-patch".
649
  * debian/control (Standards-Version): Upgraded to "3.9.2".
650
    (DM-Upload-Allowed): New; set to "yes".
651
  * debian/control: Changed domain from "fukt.bsnet.se" to "recompile.se".
652
  * debian/copyright: - '' -
653
  * debian/mandos-client.README.Debian: - '' -
654
  * debian/mandos.README.Debian: - '' -
655
  * debian/watch: - '' -
656
  * debian/control (mandos/Description): Fix language to placate lintian.
657
658
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 09 Oct 2011 19:15:08 +0200
659
285 by Teddy Hogeborn
* Makefile (version): Changed to "1.3.1".
660
mandos (1.3.1-1) unstable; urgency=low
661
662
  * New upstream release.
663
  * Conflict with correct version of dropbear.
664
  * New version uses argparse; depend on python (<=2.7) | python-argparse.
665
666
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 27 Jul 2011 19:47:17 +0200
667
283 by Teddy Hogeborn
* Makefile (version): Changed to "1.3.0".
668
mandos (1.3.0-1) unstable; urgency=low
669
670
  * New upstream release.
671
  * debian/control (mandos): Depend on Python 2.6, remove dependency on
672
    python-multiprocessing.
673
  (mandos-client): Conflict with dropbear (<< 0.52-5).
674
  * debian/mandos-client.postrm (purge): Bug fix: update initramfs also on
675
    purge.
676
  * debian/mandos-client.lintian-overrides: Added plugins.d/plymouth.
677
678
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 08 Mar 2011 20:22:57 +0100
679
281 by Teddy Hogeborn
* Makefile (version): Changed to "1.2.3".
680
mandos (1.2.3-1) experimental; urgency=low
681
682
  * New upstream release.
683
684
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Mon, 11 Oct 2010 19:37:31 +0200
685
279 by Teddy Hogeborn
* Makefile (version): Changed to "1.2.2".
686
mandos (1.2.2-1) experimental; urgency=low
687
688
  * New upstream release.
689
  * plugins.d/splashy.c: Only use ELIBBAD if defined. (Closes: #599256)
690
691
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 07 Oct 2010 20:27:54 +0200
692
277 by teddy at bsnet
* debian/changelog (1.2.1-3): New entry.
693
mandos (1.2.1-3) experimental; urgency=low
694
695
  * debian/changelog: Include entry for NMU of version 1.0.14-1.1.
696
697
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 05 Oct 2010 20:58:38 +0200
698
275 by Björn Påhlsson
* debian/changelog (1.2.1-2): New entry.
699
mandos (1.2.1-2) unstable; urgency=low
700
701
  * debian/source/format: New; contains "3.0 (quilt)".  Really.
702
703
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 02 Oct 2010 19:46:59 +0200
704
273 by Björn Påhlsson
* Makefile (version): Changed to "1.2.1".
705
mandos (1.2.1-1) unstable; urgency=low
706
707
  * New upstream release.
708
  * debian/source/format: New; contains "3.0 (quilt)".
709
710
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 02 Oct 2010 19:03:58 +0200
711
271 by Teddy Hogeborn
* Makefile (version): Changed to "1.2".
712
mandos (1.2-1) unstable; urgency=low
713
714
  * New upstream release.
715
  * Makefile (LINK_FORTIFY_LD): Remove "-fPIE". (Closes: #557076)
716
  * debian/control: Add gnupg dependency to "mandos-client" and removed it
717
    from "mandos".  Added dependency on "python-urwid" "mandos" since the
718
    new "mandos-monitor" utility needs it, and on "python (>=2.6) |
719
    python-multiprocessing" since the Mandos server now uses it.
720
  * debian/rules: Set BROKEN_PIE on mips and mipsel if a known buggy
721
    version of binutils is used.
722
  * debian/mandos.docs: Also install "/usr/share/doc/mandos/DBUS-API".
723
  * debian/mandos.dirs: Added "etc/dbus-1/system.d".
724
  * debian/mandos-client.README.Debian: Update info about DEVICE setting
725
    of initramfs.conf.
726
  * debian/mandos-client.README.Debian: Remove warning about --connect not
727
    looping, since it now does.
728
729
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 28 Sep 2010 20:46:11 +0200
730
237.7.2 by teddy at bsnet
* debian/changelog: Include entry from 1.0.14-1.1 NMU.
731
mandos (1.0.14-1.1) unstable; urgency=low
732
733
  * Non-maintainer upload.
734
  * Rebuild against libavahi-core-dev (>= 0.6.26-1).
735
736
 -- Michael Biebl <biebl@debian.org>  Mon, 12 Jul 2010 16:34:34 +0200
737
269 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.14".
738
mandos (1.0.14-1) unstable; urgency=low (HIGH on mips and mipsel)
739
740
  * New upstream release.
741
  * debian/rules: Build with BROKEN_PIE set on mips and mipsel
742
    architectures - fixes FTBFS there.
743
744
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 25 Oct 2009 20:10:09 +0100
745
267 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.13".
746
mandos (1.0.13-1) unstable; urgency=high
747
748
  * New upstream release.
749
  * Do not copy unnecessary files to initrd (Closes: #551907)
750
751
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 22 Oct 2009 00:53:21 +0200
752
265 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.12".
753
mandos (1.0.12-1) unstable; urgency=low
754
755
  * New upstream release.
756
  * init.d-mandos: Correct dependencies (Closes: #546928)
757
  * debian/control (Standards-Version): Changed to "3.8.3".
758
  * debian/mandos-client.README.Debian: Improved wording and formatting.
759
    Updated location of nfsroot.txt.
760
  * debian/mandos.README.Debian: Improved wording and formatting.
761
  * debian/mandos-client.postinst (configure): Don't look for user and
762
    group with the old name if upgrading from a new enough version.
763
  * debian/mandos.postinst (configure): - '' -
764
  * debian/mandos-client.README.Debian: Added text about non-usability of
765
    pseudo-network interfaces.
766
767
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 17 Sep 2009 15:03:59 +0200
768
263 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.11".
769
mandos (1.0.11-1) unstable; urgency=low
770
771
  * debian/control (Standards-Version): Changed to "3.8.1".
772
  * Makefile (GNUTLS_CFLAGS, GNUTLS_CFLAGS): Use "pkg-config" instead of
773
    the old "libgnutls-config" script.  (Closes:  #529836)
774
775
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 23 May 2009 07:12:20 +0200
776
260 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.10".
777
mandos (1.0.10-1) unstable; urgency=low
778
779
  * New upstream release.
780
  * debian/mandos-client.postinst (update_initramfs): Fix permissions of
781
    old initrd.img-*.bak files.
782
783
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 04:56:35 +0200
784
257 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.9".
785
mandos (1.0.9-1) unstable; urgency=low
786
787
  * New upstream release.
788
789
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 02:59:45 +0200
790
255 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.8".
791
mandos (1.0.8-1) unstable; urgency=low
792
793
  * New upstream release.
794
795
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 25 Feb 2009 02:26:57 +0100
796
253 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.7".
797
mandos (1.0.7-1) unstable; urgency=low
798
799
  * New upstream release.
800
801
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 24 Feb 2009 12:58:06 +0100
802
251 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.6".
803
mandos (1.0.6-1) unstable; urgency=low
804
805
  * New upstream release.
806
  * debian/mandos-client.postinst: Converted to Bourne shell.  Also
807
    minor message change.
808
  * debian/mandos-client.postrm: Minor message change.
809
  * debian/mandos.postinst: Converted to Bourne shell.  Also minor
810
    message change.
811
  * debian/mandos.prerm: Minor message change.
812
  * debian/rules (install-indep): Removed "--no-start" from
813
    dh_installinit.
814
  * debian/mandos-client.lintian-overrides: Remove obsolete override for
815
    unbreakable line in plugin-runner manual page.
816
  * debian/control (mandos/Depends): Added "python-gobject".
817
  * debian/mandos-client.dirs: Change
818
    "usr/share/initramfs-tools/scripts/local-top" to
819
    "usr/share/initramfs-tools/scripts/init-premount".
820
  * debian/mandos-client.README.Debian: Add reference to initramfs.conf
821
    and nfsroot.txt.  New section about the new non-local connection
822
    feature.
823
824
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 13 Feb 2009 09:27:25 +0100
825
248 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.5".
826
mandos (1.0.5-1) unstable; urgency=low
827
828
  * New upstream release.
829
830
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 17 Jan 2009 02:26:00 +0100
831
246 by Teddy Hogeborn
* debian/changelog (1.0.4-1): New entry.
832
mandos (1.0.4-1) unstable; urgency=low
833
834
  * New upstream release.
835
  * debian/watch: New file.
836
  * debian/mandos-client.README.Debian: Document new "mandos=off" kernel
837
    parameter.
838
839
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 15 Jan 2009 05:49:22 +0100
840
243 by Teddy Hogeborn
* debian/changelog (1.0.3-2): New entry.
841
mandos (1.0.3-2) unstable; urgency=low
842
843
  * Removed some now-unused debconf files.
844
  * Changed postinst scripts to not source debconf/confmodule.
845
  * Removed po-debconf from build-depends.
846
847
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 21:28:20 +0100
848
239 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.3".
849
mandos (1.0.3-1) unstable; urgency=low
850
851
  * New upstream release.
237.2.14 by Teddy Hogeborn
* debian/changelog: Changes suggested by Andreas Henriksson: Do not
852
  * Add -Xlinker to linker flags to fix FTBFS for some architectures.
853
    Thanks to Thiemo Seufer <ths@networkno.de> for the report and
854
    fix. (Closes:  #509398)
855
  * Remove debconf use altogether, thereby stopping debconf abuse.  Thanks
856
    to Christian Perrier <bubulle@debian.org>. (Closes:  #509653)
239 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.3".
857
  * Add NEWS file to /usr/share/doc directories.
858
  * Use and create "_mandos" user+group.  Rename old user+group created by
859
    older versions of this package.
860
  * Fix manual pages by adding build-depend on "docbook-xml".
861
862
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 01:21:20 +0100
863
232 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.2".
864
mandos (1.0.2-1) unstable; urgency=low
865
866
  * New upstream release.
867
  * debian/copyright: Rewritten to conform to
868
    <http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233>.
869
870
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 17 Oct 2008 20:42:12 +0200
871
229 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.1".
872
mandos (1.0.1-1) unstable; urgency=low
873
874
  * New upstream release.
875
  * Separate /usr/share/doc/mandos-client/README.Debian into sections with
876
    headlines.  Add instructions on how to test the server and verify the
877
    password.
878
879
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 07 Oct 2008 23:07:23 +0200
880
222 by Teddy Hogeborn
* debian/changelog: Add Debian revision number to old revision too.
881
mandos (1.0-2) unstable; urgency=low
221 by Teddy Hogeborn
* debian/changelog: New Debian revision.
882
883
  * Added comments in debian/*.lintian-overrides files.  Added Debian
884
    revison number to version number.
885
886
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 01 Oct 2008 17:23:35 +0200
887
222 by Teddy Hogeborn
* debian/changelog: Add Debian revision number to old revision too.
888
mandos (1.0-1) unstable; urgency=low
185 by Teddy Hogeborn
* .bzr-builddeb/default.conf: New.
889
220 by Teddy Hogeborn
* debian/changelog: Initial release closes ITP bug.
890
  * Initial Release. (Closes: #500727).
185 by Teddy Hogeborn
* .bzr-builddeb/default.conf: New.
891
220 by Teddy Hogeborn
* debian/changelog: Initial release closes ITP bug.
892
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 30 Sep 2008 21:58:43 +0200