/mandos/release

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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2016-03-19 12:10:15 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: teddy@recompile.se-20160319121015-ywrw6qx3srtj2dix
Server: Debian package bug fix: Include /usr/lib/tmpfiles.d dir

The Debian package for the server needs the /usr/lib/tmpfiles.d
directory in its .dirs file in order for the directory to exist when
the Makefile "install-server" rule is run, otherwise the
tmpfiles.d-mandos.conf file will not be installed.

* debian/mandos.dirs (usr/lib/tmpfiles.d): Added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.8-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * Fix "bad gpgme_op_decrypt: GPGME: Decryption failed." by copying
5
 
    /usr/bin/gpg-agent into initramfs (Closes: #819982)
6
 
  * debian/control (Homepage): Change URL to use HTTPS.
7
 
    (Standards-Version): Update to 3.9.8.
8
 
  * debian/copyright (Source): Change URL to HTTPS.
9
 
  * debian/mandos-client.README.Debian: Change wording to match updated
10
 
    capabilities.
11
 
 
12
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jun 2016 21:36:10 +0200
13
 
 
14
 
mandos (1.7.7-1) unstable; urgency=medium
15
 
 
16
 
  * New upstream release.
17
 
  * debian/mandos-client.postinst (configure): If older version, fix
18
 
    permissions on plugin helper directory.  Also fix permissions on
19
 
    plugin helper local override directory (/etc/mandos/plugin-helpers),
20
 
    but only if not listed by "dpkg-statoverride".
21
 
  * debian/rules (override_dh_fixperms-arch): Exclude plugin helper
22
 
    directory from dh_fixperms.
23
 
  * debian/mandos.postinst (configure): Fix state directory permissions,
24
 
    but only if not listed by "dpkg-statoverride".
25
 
  * debian/mandos-client.lintian-overrides: Do not warn about permissions
26
 
    on plugin helper directory.
27
 
  * debian/mandos.dirs (usr/lib/tmpfiles.d): Added.
28
 
 
29
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 19 Mar 2016 22:58:49 +0100
30
 
 
31
1
mandos (1.7.6-1) unstable; urgency=medium
32
2
 
33
3
  * New upstream release.