/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2015-12-03 21:06:34 UTC
  • Revision ID: teddy@recompile.se-20151203210634-5dcyccalld40cygn
* debian/rules (override_dh_fixperms): Split into
                                       "override_dh_fixperms-arch" and
                                       "override_dh_fixperms-indep".
                                       Fixes Debian bug #806073.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.7.1-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
 
 
5
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 24 Oct 2015 19:43:40 +0200
 
6
 
 
7
mandos (1.7.0-1) unstable; urgency=medium
 
8
 
 
9
  * New upstream release.
 
10
  * debian/control (Standards-Version): Updated to "3.9.6".
 
11
    (Build-Depends): Add "libnl-route-3-dev".
 
12
    (Package: mandos-client/Recommends): Added "gnutls-bin | openssl" for
 
13
    the generating of DH parameters.
 
14
  * debian/mandos-client.README.Debian: Update example command line to use
 
15
    new MANDOSPLUGINHELPERDIR environment variable.  Also document the new
 
16
    dhparams.pem file.
 
17
  * debian/mandos-client.postinst: Create DH parameters file.
 
18
  * debian/mandos.prerm: Don't run init script, use only invoke-rc.d.
 
19
  * debian/mandos-client.postinst: Don't use absolute paths to commands.
 
20
  * debian/mandos-client.postrm: Don't use absolute paths to commands.
 
21
    Also remove dhparams.pem file.
 
22
  * debian/copyright (Copyright): Update copyright year.
 
23
  * Upstream changed systemd service file to implicitly be of
 
24
    "Type=dbus". (Closes: #786845)
 
25
 
 
26
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 10 Aug 2015 22:00:29 +0200
 
27
 
 
28
mandos (1.6.9-1) unstable; urgency=medium
 
29
 
 
30
  * New upstream release.
 
31
  * debian/control (Build-Depends): Fix "still uses GnutLS 2.x" by
 
32
    changing from "libgnutls-dev" to "libgnutls28-dev | gnutls-dev"
 
33
    (Closes: #762349)
 
34
 
 
35
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 05 Oct 2014 22:05:06 +0200
 
36
 
 
37
mandos (1.6.8-1) unstable; urgency=medium
 
38
 
 
39
  * New upstream release.
 
40
  * debian/control (Source: mandos/Build-Depends-Indep): Since upstream
 
41
    now requires Python 2.7, depend on exactly the python2.7 package and
 
42
    all the Python 2.7 versions of the python modules.
 
43
    (Package: mandos/Depends): - '' - but still depend on python (>=2.7)
 
44
    and the generic versions of the Python modules; this is for mandos-ctl
 
45
    and mandos-monitor, both of which are compatible with Python 3, and
 
46
    use #!/usr/bin/python.
 
47
 
 
48
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 06 Aug 2014 22:55:24 +0200
 
49
 
 
50
mandos (1.6.7-1) unstable; urgency=medium
 
51
 
 
52
  * New upstream release.
 
53
 
 
54
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 17 Jul 2014 05:22:45 +0200
 
55
 
 
56
mandos (1.6.6-1) unstable; urgency=medium
 
57
 
 
58
  * New upstream release.
 
59
  * debian/mandos.postinst: Fix typo in comment.
 
60
  * debian/control (mandos/Recommends): Changed to "ssh-client | fping".
 
61
    (mandos-client/Recommends): New; set to "ssh".
 
62
 
 
63
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Jul 2014 22:49:21 +0200
 
64
 
 
65
mandos (1.6.5-3) unstable; urgency=medium
 
66
 
 
67
  * debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";
 
68
    initramfs-tools-hook runs "dpkg-architecture -qDEB_HOST_MULTIARCH".
 
69
    (Closes: #750221)
 
70
 
 
71
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 06 Jun 2014 04:27:15 +0200
 
72
 
 
73
mandos (1.6.5-2) unstable; urgency=medium
 
74
 
 
75
  * debian/rules (override_dh_auto_test-arch): New; does nothing.  Fixes
 
76
    FTBFS for build-indep.
 
77
 
 
78
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 13 May 2014 08:08:31 +0200
 
79
 
 
80
mandos (1.6.5-1) unstable; urgency=medium
 
81
 
 
82
  * New upstream release.
 
83
  * debian/copyright: Change year to "2014".
 
84
  * debian/control (Build-Depends, Build-Depends-Indep): Moved build
 
85
    dependencies of "mandos" package to "Build-Depends-Indep".
 
86
  * debian/upstream/signing-key.asc: New; upstream source public key.
 
87
  * debian/control (Standards-Version): Updated to "3.9.5".
 
88
  * debian/control (mandos/Depends): Remove the dependency on
 
89
    "avahi-daemon (>= 0.6.31-3) | systemd-sysv".  It is unnecessary
 
90
    since we have a workaround in debian/mandos.postinst anyway.
 
91
 
 
92
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 11 May 2014 22:16:33 +0200
 
93
 
 
94
mandos (1.6.4-1) unstable; urgency=medium
 
95
 
 
96
  * New upstream release.
 
97
  * debian/control (Build-Depends): Add Python dependencies to
 
98
                                    successfully run self-tests.
 
99
  * debian/copyright: GPLv3 now has its own license file - use it.
 
100
  * debian/watch: Set PGP signature URL.
 
101
 
 
102
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
 
103
 
 
104
mandos (1.6.3-1) unstable; urgency=low
 
105
 
 
106
  * New upstream release.
 
107
  * debian/control (Build-Depends): Added "systemd".
 
108
  * debian/mandos.dirs (lib/systemd/system): New.
 
109
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
 
110
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
 
111
                                     systemd-sysv".
 
112
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
 
113
                            edit /etc/init.d script headers Required-Start
 
114
                            and Required-Stop to have "avahi" instead of
 
115
                            "avahi-daemon", before insserv(8) sees it.
 
116
  * debian/mandos-client.lintian-overrides: Libdir changes.
 
117
  * debian/rules (override_dh_fixperms): - '' -
 
118
 
 
119
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
 
120
 
 
121
mandos (1.6.2-1) unstable; urgency=low
 
122
 
 
123
  * New upstream release.
 
124
  * debian/compat: Changed to "9".
 
125
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
 
126
    (Standards-Version): Updated to "3.9.4".
 
127
    (DM-Upload-Allowed): Removed.
 
128
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
 
129
                      use the "/run" directory (for mandos.pid).
 
130
  * debian/copyright (Copyright): Update year.
 
131
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
 
132
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
 
133
 
 
134
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
 
135
 
 
136
mandos (1.6.1-1) unstable; urgency=low
 
137
 
 
138
  * New upstream release.
 
139
  * debian/control (mandos/Depends): No longer depends on
 
140
                                     python-gnupginterface, but does
 
141
                                     depend on gnupg (<< 2).
 
142
    (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
 
143
                     and "override-*-indep" targets in debian/rules.
 
144
  * debian/mandos-client.README: Update Linux documentation link.
 
145
  * debian/rules: Completely rewritten to use debhelper v7.
 
146
  * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
 
147
    copied into the initramfs image.  Always assume that GPGME is used to
 
148
    avoid searching for it since the path might not be /usr/lib.  Thanks
 
149
    to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
 
150
    and also thanks to Dick Middleton <dick@lingbrae.com> for some more
 
151
    debugging. (Closes:  #721903)
 
152
  * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
 
153
 
 
154
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Oct 2013 19:03:23 +0200
 
155
 
 
156
mandos (1.6.0-1) unstable; urgency=low
 
157
 
 
158
  * New upstream release.
 
159
  * debian/copyright (Copyright): Join the two lines to a single line.
 
160
  * debian/mandos-client.README.Debian: Update to refer to the new
 
161
    location of the example network hooks, and the new feature of using
 
162
    all network interfaces.
 
163
  * debian/mandos-client.docs (network-hooks.d): Removed.
 
164
  * debian/mandos-client.examples (network-hooks.d): New.
 
165
  * debian/rules (binary-common): Added "dh_installexamples".
 
166
    (binary-common/dh_fixperms): Exclude new location of
 
167
    "network-hooks.d".
 
168
 
 
169
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 18 Jun 2012 00:15:23 +0200
 
170
 
 
171
mandos (1.5.5-1) unstable; urgency=low
 
172
 
 
173
  * New upstream release.
 
174
  * debian/copyright (Format): Updated to
 
175
    "http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
 
176
  * debian/control (Build-Depends): Removed "man, locales-all".
 
177
 
 
178
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 01 Jun 2012 20:30:41 +0200
 
179
 
 
180
mandos (1.5.4-1) unstable; urgency=low
 
181
 
 
182
  * New upstream release.
 
183
 
 
184
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 20 May 2012 15:38:34 +0200
 
185
 
 
186
mandos (1.5.3-1.2) unstable; urgency=low
 
187
 
 
188
  * Non-maintainer upload.
 
189
  * Set Architecture to linux-any.  (Closes: #647670)
 
190
 
 
191
 -- Robert Millan <rmh@debian.org>  Sun, 22 Apr 2012 16:22:01 +0200
 
192
 
 
193
mandos (1.5.3-1.1) unstable; urgency=low
 
194
 
 
195
  * Non-maintainer upload.
 
196
  * Fix "mandos FTBFS on buildds": add build-dependency on locales-all and
 
197
    pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8
 
198
    locale for manpage creation.
 
199
    (Closes: #656178)
 
200
 
 
201
 -- gregor herrmann <gregoa@debian.org>  Tue, 31 Jan 2012 17:56:05 +0100
 
202
 
 
203
mandos (1.5.3-1) unstable; urgency=low
 
204
 
 
205
  * New upstream release.
 
206
 
 
207
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 15 Jan 2012 22:05:54 +0100
 
208
 
 
209
mandos (1.5.2-1) unstable; urgency=low
 
210
 
 
211
  * New upstream release.
 
212
 
 
213
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 08 Jan 2012 11:17:20 +0100
 
214
 
 
215
mandos (1.5.1-1) unstable; urgency=low
 
216
 
 
217
  * New upstream release.
 
218
 
 
219
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 21:53:31 +0100
 
220
 
 
221
mandos (1.5.0-1) unstable; urgency=low
 
222
 
 
223
  * New upstream release.
 
224
  * debian/control (mandos-client/Depends): Added "initramfs-tools".
 
225
  * debian/mandos-client.README.Debian: Corrected mail address and adjust
 
226
                                        wording.
 
227
  * debian/rules (binary-common): Exclude new nework-hooks.d directory
 
228
                                  from dh_fixperms.
 
229
  * debian/mandos-client.README.Debian: Document network hook facility.
 
230
  * debian/mandos-client.docs (network-hooks.d): Added.
 
231
  * debian/mandos.dirs (var/lib/mandos): Added.
 
232
  * debian/mandos.postinst: Fix ownership of /var/lib/mandos.
 
233
  * debian/control (mandos/Depends): Added "python-gnupginterface".
 
234
 
 
235
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 05:58:11 +0100
 
236
 
 
237
mandos (1.4.1-1) unstable; urgency=low
 
238
 
 
239
  * New upstream release.
 
240
  * debian/control (Build-Depends): Added "man".
 
241
  * debian/control (Conflicts): Changed to "Breaks:".
 
242
  * debian/copyright: Updated format.
 
243
  * debian/mandos-client.postinst: Use "set -e" instead of "#!/bin/sh -e".
 
244
  * debian/mandos-client.postrm: - '' -
 
245
  * debian/mandos.postinst: - '' -
 
246
  * debian/mandos.prerm: Consistent magic.
 
247
 
 
248
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 15 Oct 2011 18:18:52 +0200
 
249
 
 
250
mandos (1.4.0-1) unstable; urgency=low
 
251
 
 
252
  * New upstream release.
 
253
  * Fix "FTBFS with binutils-gold": Added "-Xlinker --as-needed" to
 
254
    LDFLAGS in Makefile. (Closes: #632145)
 
255
  * Fix "/run transition: uses obsolete /dev/.initramfs": Try both old and
 
256
    new PID file locations. (Closes: #643554)
 
257
  * debian/source/local-options: New; contains "--single-debian-patch".
 
258
  * debian/control (Standards-Version): Upgraded to "3.9.2".
 
259
    (DM-Upload-Allowed): New; set to "yes".
 
260
  * debian/control: Changed domain from "fukt.bsnet.se" to "recompile.se".
 
261
  * debian/copyright: - '' -
 
262
  * debian/mandos-client.README.Debian: - '' -
 
263
  * debian/mandos.README.Debian: - '' -
 
264
  * debian/watch: - '' -
 
265
  * debian/control (mandos/Description): Fix language to placate lintian.
 
266
 
 
267
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 09 Oct 2011 19:15:08 +0200
 
268
 
 
269
mandos (1.3.1-1) unstable; urgency=low
 
270
 
 
271
  * New upstream release.
 
272
  * Conflict with correct version of dropbear.
 
273
  * New version uses argparse; depend on python (<=2.7) | python-argparse.
 
274
 
 
275
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 27 Jul 2011 19:47:17 +0200
 
276
 
 
277
mandos (1.3.0-1) unstable; urgency=low
 
278
 
 
279
  * New upstream release.
 
280
  * debian/control (mandos): Depend on Python 2.6, remove dependency on
 
281
    python-multiprocessing.
 
282
  (mandos-client): Conflict with dropbear (<< 0.52-5).
 
283
  * debian/mandos-client.postrm (purge): Bug fix: update initramfs also on
 
284
    purge.
 
285
  * debian/mandos-client.lintian-overrides: Added plugins.d/plymouth.
 
286
 
 
287
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 08 Mar 2011 20:22:57 +0100
 
288
 
 
289
mandos (1.2.3-1) experimental; urgency=low
 
290
 
 
291
  * New upstream release.
 
292
 
 
293
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Mon, 11 Oct 2010 19:37:31 +0200
 
294
 
 
295
mandos (1.2.2-1) experimental; urgency=low
 
296
 
 
297
  * New upstream release.
 
298
  * plugins.d/splashy.c: Only use ELIBBAD if defined. (Closes: #599256)
 
299
 
 
300
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 07 Oct 2010 20:27:54 +0200
 
301
 
 
302
mandos (1.2.1-3) experimental; urgency=low
 
303
 
 
304
  * debian/changelog: Include entry for NMU of version 1.0.14-1.1.
 
305
 
 
306
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 05 Oct 2010 20:58:38 +0200
 
307
 
 
308
mandos (1.2.1-2) unstable; urgency=low
 
309
 
 
310
  * debian/source/format: New; contains "3.0 (quilt)".  Really.
 
311
 
 
312
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 02 Oct 2010 19:46:59 +0200
 
313
 
 
314
mandos (1.2.1-1) unstable; urgency=low
 
315
 
 
316
  * New upstream release.
 
317
  * debian/source/format: New; contains "3.0 (quilt)".
 
318
 
 
319
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 02 Oct 2010 19:03:58 +0200
 
320
 
 
321
mandos (1.2-1) unstable; urgency=low
 
322
 
 
323
  * New upstream release.
 
324
  * Makefile (LINK_FORTIFY_LD): Remove "-fPIE". (Closes: #557076)
 
325
  * debian/control: Add gnupg dependency to "mandos-client" and removed it
 
326
    from "mandos".  Added dependency on "python-urwid" "mandos" since the
 
327
    new "mandos-monitor" utility needs it, and on "python (>=2.6) |
 
328
    python-multiprocessing" since the Mandos server now uses it.
 
329
  * debian/rules: Set BROKEN_PIE on mips and mipsel if a known buggy
 
330
    version of binutils is used.
 
331
  * debian/mandos.docs: Also install "/usr/share/doc/mandos/DBUS-API".
 
332
  * debian/mandos.dirs: Added "etc/dbus-1/system.d".
 
333
  * debian/mandos-client.README.Debian: Update info about DEVICE setting
 
334
    of initramfs.conf.
 
335
  * debian/mandos-client.README.Debian: Remove warning about --connect not
 
336
    looping, since it now does.
 
337
 
 
338
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 28 Sep 2010 20:46:11 +0200
 
339
 
 
340
mandos (1.0.14-1.1) unstable; urgency=low
 
341
 
 
342
  * Non-maintainer upload.
 
343
  * Rebuild against libavahi-core-dev (>= 0.6.26-1).
 
344
 
 
345
 -- Michael Biebl <biebl@debian.org>  Mon, 12 Jul 2010 16:34:34 +0200
 
346
 
 
347
mandos (1.0.14-1) unstable; urgency=low (HIGH on mips and mipsel)
 
348
 
 
349
  * New upstream release.
 
350
  * debian/rules: Build with BROKEN_PIE set on mips and mipsel
 
351
    architectures - fixes FTBFS there.
 
352
 
 
353
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 25 Oct 2009 20:10:09 +0100
 
354
 
 
355
mandos (1.0.13-1) unstable; urgency=high
 
356
 
 
357
  * New upstream release.
 
358
  * Do not copy unnecessary files to initrd (Closes: #551907)
 
359
 
 
360
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 22 Oct 2009 00:53:21 +0200
 
361
 
 
362
mandos (1.0.12-1) unstable; urgency=low
 
363
 
 
364
  * New upstream release.
 
365
  * init.d-mandos: Correct dependencies (Closes: #546928)
 
366
  * debian/control (Standards-Version): Changed to "3.8.3".
 
367
  * debian/mandos-client.README.Debian: Improved wording and formatting.
 
368
    Updated location of nfsroot.txt.
 
369
  * debian/mandos.README.Debian: Improved wording and formatting.
 
370
  * debian/mandos-client.postinst (configure): Don't look for user and
 
371
    group with the old name if upgrading from a new enough version.
 
372
  * debian/mandos.postinst (configure): - '' -
 
373
  * debian/mandos-client.README.Debian: Added text about non-usability of
 
374
    pseudo-network interfaces.
 
375
 
 
376
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 17 Sep 2009 15:03:59 +0200
 
377
 
 
378
mandos (1.0.11-1) unstable; urgency=low
 
379
 
 
380
  * debian/control (Standards-Version): Changed to "3.8.1".
 
381
  * Makefile (GNUTLS_CFLAGS, GNUTLS_CFLAGS): Use "pkg-config" instead of
 
382
    the old "libgnutls-config" script.  (Closes:  #529836)
 
383
 
 
384
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 23 May 2009 07:12:20 +0200
 
385
 
 
386
mandos (1.0.10-1) unstable; urgency=low
 
387
 
 
388
  * New upstream release.
 
389
  * debian/mandos-client.postinst (update_initramfs): Fix permissions of
 
390
    old initrd.img-*.bak files.
 
391
 
 
392
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 04:56:35 +0200
 
393
 
 
394
mandos (1.0.9-1) unstable; urgency=low
 
395
 
 
396
  * New upstream release.
 
397
 
 
398
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 02:59:45 +0200
 
399
 
 
400
mandos (1.0.8-1) unstable; urgency=low
 
401
 
 
402
  * New upstream release.
 
403
 
 
404
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 25 Feb 2009 02:26:57 +0100
 
405
 
 
406
mandos (1.0.7-1) unstable; urgency=low
 
407
 
 
408
  * New upstream release.
 
409
 
 
410
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 24 Feb 2009 12:58:06 +0100
 
411
 
 
412
mandos (1.0.6-1) unstable; urgency=low
 
413
 
 
414
  * New upstream release.
 
415
  * debian/mandos-client.postinst: Converted to Bourne shell.  Also
 
416
    minor message change.
 
417
  * debian/mandos-client.postrm: Minor message change.
 
418
  * debian/mandos.postinst: Converted to Bourne shell.  Also minor
 
419
    message change.
 
420
  * debian/mandos.prerm: Minor message change.
 
421
  * debian/rules (install-indep): Removed "--no-start" from
 
422
    dh_installinit.
 
423
  * debian/mandos-client.lintian-overrides: Remove obsolete override for
 
424
    unbreakable line in plugin-runner manual page.
 
425
  * debian/control (mandos/Depends): Added "python-gobject".
 
426
  * debian/mandos-client.dirs: Change
 
427
    "usr/share/initramfs-tools/scripts/local-top" to
 
428
    "usr/share/initramfs-tools/scripts/init-premount".
 
429
  * debian/mandos-client.README.Debian: Add reference to initramfs.conf
 
430
    and nfsroot.txt.  New section about the new non-local connection
 
431
    feature.
 
432
 
 
433
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 13 Feb 2009 09:27:25 +0100
 
434
 
 
435
mandos (1.0.5-1) unstable; urgency=low
 
436
 
 
437
  * New upstream release.
 
438
 
 
439
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 17 Jan 2009 02:26:00 +0100
 
440
 
 
441
mandos (1.0.4-1) unstable; urgency=low
 
442
 
 
443
  * New upstream release.
 
444
  * debian/watch: New file.
 
445
  * debian/mandos-client.README.Debian: Document new "mandos=off" kernel
 
446
    parameter.
 
447
 
 
448
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 15 Jan 2009 05:49:22 +0100
 
449
 
 
450
mandos (1.0.3-2) unstable; urgency=low
 
451
 
 
452
  * Removed some now-unused debconf files.
 
453
  * Changed postinst scripts to not source debconf/confmodule.
 
454
  * Removed po-debconf from build-depends.
 
455
 
 
456
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 21:28:20 +0100
 
457
 
 
458
mandos (1.0.3-1) unstable; urgency=low
 
459
 
 
460
  * New upstream release.
 
461
  * Add -Xlinker to linker flags to fix FTBFS for some architectures.
 
462
    Thanks to Thiemo Seufer <ths@networkno.de> for the report and
 
463
    fix. (Closes:  #509398)
 
464
  * Remove debconf use altogether, thereby stopping debconf abuse.  Thanks
 
465
    to Christian Perrier <bubulle@debian.org>. (Closes:  #509653)
 
466
  * Add NEWS file to /usr/share/doc directories.
 
467
  * Use and create "_mandos" user+group.  Rename old user+group created by
 
468
    older versions of this package.
 
469
  * Fix manual pages by adding build-depend on "docbook-xml".
 
470
 
 
471
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 01:21:20 +0100
 
472
 
 
473
mandos (1.0.2-1) unstable; urgency=low
 
474
 
 
475
  * New upstream release.
 
476
  * debian/copyright: Rewritten to conform to
 
477
    <http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233>.
 
478
 
 
479
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 17 Oct 2008 20:42:12 +0200
 
480
 
1
481
mandos (1.0.1-1) unstable; urgency=low
2
482
 
3
483
  * New upstream release.