1
mandos (1.6.6-1) unstable; urgency=medium
3
* New upstream release.
4
* debian/mandos.postinst: Fix typo in comment.
5
* debian/control (mandos/Recommends): Changed to "ssh-client | fping".
6
(mandos-client/Recommends): New; set to "ssh".
8
-- Teddy Hogeborn <teddy@recompile.se> Sun, 13 Jul 2014 22:49:21 +0200
10
mandos (1.6.5-3) unstable; urgency=medium
12
* debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";
13
initramfs-tools-hook runs "dpkg-architecture -qDEB_HOST_MULTIARCH".
16
-- Teddy Hogeborn <teddy@recompile.se> Fri, 06 Jun 2014 04:27:15 +0200
18
mandos (1.6.5-2) unstable; urgency=medium
20
* debian/rules (override_dh_auto_test-arch): New; does nothing. Fixes
21
FTBFS for build-indep.
23
-- Teddy Hogeborn <teddy@recompile.se> Tue, 13 May 2014 08:08:31 +0200
25
mandos (1.6.5-1) unstable; urgency=medium
27
* New upstream release.
28
* debian/copyright: Change year to "2014".
29
* debian/control (Build-Depends, Build-Depends-Indep): Moved build
30
dependencies of "mandos" package to "Build-Depends-Indep".
31
* debian/upstream/signing-key.asc: New; upstream source public key.
32
* debian/control (Standards-Version): Updated to "3.9.5".
33
* debian/control (mandos/Depends): Remove the dependency on
34
"avahi-daemon (>= 0.6.31-3) | systemd-sysv". It is unnecessary
35
since we have a workaround in debian/mandos.postinst anyway.
37
-- Teddy Hogeborn <teddy@recompile.se> Sun, 11 May 2014 22:16:33 +0200
39
mandos (1.6.4-1) unstable; urgency=medium
41
* New upstream release.
42
* debian/control (Build-Depends): Add Python dependencies to
43
successfully run self-tests.
44
* debian/copyright: GPLv3 now has its own license file - use it.
45
* debian/watch: Set PGP signature URL.
47
-- Teddy Hogeborn <teddy@recompile.se> Sun, 16 Feb 2014 14:09:25 +0100
49
mandos (1.6.3-1) unstable; urgency=low
51
* New upstream release.
52
* debian/control (Build-Depends): Added "systemd".
53
* debian/mandos.dirs (lib/systemd/system): New.
54
* debian/mandos-client.README.Debian: Refer to architecture libdir.
55
* debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
57
* debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
58
edit /etc/init.d script headers Required-Start
59
and Required-Stop to have "avahi" instead of
60
"avahi-daemon", before insserv(8) sees it.
61
* debian/mandos-client.lintian-overrides: Libdir changes.
62
* debian/rules (override_dh_fixperms): - '' -
64
-- Teddy Hogeborn <teddy@recompile.se> Tue, 21 Jan 2014 22:01:30 +0100
66
mandos (1.6.2-1) unstable; urgency=low
68
* New upstream release.
69
* debian/compat: Changed to "9".
70
* debian/control (Build-Depends): Changed debhelper version to (>= 9).
71
(Standards-Version): Updated to "3.9.4".
72
(DM-Upload-Allowed): Removed.
73
(mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
74
use the "/run" directory (for mandos.pid).
75
* debian/copyright (Copyright): Update year.
76
* Fix "Mandos/gnutls fails to establish connection, "an algorithm that
77
is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
79
-- Teddy Hogeborn <teddy@recompile.se> Thu, 24 Oct 2013 22:33:40 +0200
81
mandos (1.6.1-1) unstable; urgency=low
83
* New upstream release.
84
* debian/control (mandos/Depends): No longer depends on
85
python-gnupginterface, but does
86
depend on gnupg (<< 2).
87
(Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
88
and "override-*-indep" targets in debian/rules.
89
* debian/mandos-client.README: Update Linux documentation link.
90
* debian/rules: Completely rewritten to use debhelper v7.
91
* initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
92
copied into the initramfs image. Always assume that GPGME is used to
93
avoid searching for it since the path might not be /usr/lib. Thanks
94
to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
95
and also thanks to Dick Middleton <dick@lingbrae.com> for some more
96
debugging. (Closes: #721903)
97
* Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
99
-- Teddy Hogeborn <teddy@recompile.se> Sun, 13 Oct 2013 19:03:23 +0200
1
101
mandos (1.6.0-1) unstable; urgency=low
3
103
* New upstream release.