/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: 2016-03-02 16:45:38 UTC
  • Revision ID: teddy@recompile.se-20160302164538-n9ocll4izthzw1ov
Ignore any error from initramfs-tools' "configure_networking".

* initramfs-tools-script: Wrap call to "configure_networking" with
  "set +e" and "set -e", since configure_networking was not designed
  to run in a "set -e" environment.

Closes: 816513
Thanks: Carlos Alberto Lopez Perez <clopez@igalia.com>
Thanks: Ben Hutchings <ben@decadent.org.uk>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.7-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/mandos-client.postinst (configure): If older version, fix
5
 
    permissions on plugin helper directory.  Also fix permissions on
6
 
    plugin helper local override directory (/etc/mandos/plugin-helpers),
7
 
    but only if not listed by "dpkg-statoverride".
8
 
  * debian/rules (override_dh_fixperms-arch): Exclude plugin helper
9
 
    directory from dh_fixperms.
10
 
  * debian/mandos.postinst (configure): Fix state directory permissions,
11
 
    but only if not listed by "dpkg-statoverride".
12
 
  * debian/mandos-client.lintian-overrides: Do not warn about permissions
13
 
    on plugin helper directory.
14
 
  * debian/mandos.dirs (usr/lib/tmpfiles.d): Added.
15
 
 
16
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 19 Mar 2016 22:58:49 +0100
17
 
 
18
 
mandos (1.7.6-1) unstable; urgency=medium
19
 
 
20
 
  * New upstream release.
21
 
  * debian/control (Source: mandos/Build-Depends-Indep): Remove
22
 
    "python-avahi".
23
 
    (Source: mandos/Build-Depends-Indep): Change "python-gi |
24
 
    python-gobject" to "python-gi"; i.e. remove "python-gobject".
25
 
 
26
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Mar 2016 22:58:23 +0100
27
 
 
28
 
mandos (1.7.5-1) unstable; urgency=high
29
 
 
30
 
  * New upstream release.
31
 
  * debian/mandos.postinst (configure): If old version was 1.7.4-1 or
32
 
    1.7.4-1~bpo8+1, fix situation where clients.pickle file is owned by
33
 
    root.
34
 
 
35
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 08 Mar 2016 01:09:55 +0100
36
 
 
37
 
mandos (1.7.4-1) unstable; urgency=medium
38
 
 
39
 
  * New upstream release.
40
 
  * initramfs-tools-script: Fix "Call to configure_network in initramfs
41
 
    script broken due to set -e" by surrounding call by "set +x" and "set
42
 
    -e" (Closes: #816513)
43
 
  * debian/control: (Source: mandos/Build-Depends-Indep): Change
44
 
    "python-gobject | python-gi" to "python-gi | python-gobject"
45
 
    (Package: mandos/Depends): - '' -
46
 
 
47
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 05 Mar 2016 23:10:07 +0100
48
 
 
49
1
mandos (1.7.3-1) unstable; urgency=medium
50
2
 
51
3
  * New upstream release.