/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-05-12 21:02:38 UTC
  • Revision ID: teddy@recompile.se-20140512210238-t6o8b1ieeojrs0xl
Do not run self-tests when building arch-indep Debian package.

* debian/rules (override_dh_auto_test-arch): New; does nothing.

Show diffs side-by-side

added added

removed removed

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