/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: 2014-08-10 14:13:02 UTC
  • Revision ID: teddy@recompile.se-20140810141302-8q1xaaxlh8ho5joz
Emit D-Bus "org.freedesktop.DBus.Properties.PropertiesChanged" signal.

This deprecates the "se.recompile.Mandos.Client.PropertyChanged"
signal.  The new signal also adds support for noticing changes to the
"se.recompile.Mandos.Client.Secret" write-only property.

* mandos (dbus_annotations): Fix usage example in doc string.
  (DBusObjectWithProperties.PropertiesChanged): New; from D-Bus
                                                standard.
  (ClientDBus._interface): Set early instead of later.
  (ClientDBus.notifychangeproperty): Take new "invalidate_only"
                                     parameter, and pass in _interface
                                     as a default keyword argument.
  (ClientDBus.notifychangeproperty/setter): Also emit
                                            PropertiesChanged signal;
                                            emit new value or
                                            invalidation depending on
                                            "invalidate_only".
  (ClientDBus.secret): Apply notifychangeproperty with
                       "invalidate_only=True".
  (ClientDBus._foo): Removed defunct interface annotation.
  (ClientDBus.PropertyChanged): Add annotation; this method is now
                                deprecated.
  (main/MandosDBusService.GetAllClientsWithProperties): Use dictionary
                                                        comprehension.
* DBUS-API (Mandos Client Interface/Signals/PropertyChanged): Removed.
* mandos-monitor: Use standard "PropertiesChanged" signal instead of
                  old signal "PropertyChanged".
  (MandosClientPropertyCache.__init__): Connect to signal
                                        PropertiesChanged instead of
                                        PropertyChanged.
  (MandosClientPropertyCache._property_changed): Removed.
  (MandosClientPropertyCache.property_changed): Renamed to
                                                "properties_changed"
                                                and adapted to new
                                                call signature.
  (MandosClientWidget.properties_changed): - '' -

Show diffs side-by-side

added added

removed removed

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