/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: 2014-01-06 17:22:30 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 307.
  • Revision ID: teddy@recompile.se-20140106172230-irt9aykv36s55xlt
Fix Debian package bug with avahi-daemon 0.6.31-2 or older.

* debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or
                          older, edit /etc/init.d script headers
                          Required-Start and Required-Stop to have
                          "avahi" instead of "avahi-daemon", before
                          insserv(8) sees it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.6.2-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release.
 
4
  * debian/compat: Changed to "9".
 
5
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
 
6
    (Standards-Version): Updated to "3.9.4".
 
7
    (DM-Upload-Allowed): Removed.
 
8
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
 
9
                      use the "/run" directory (for mandos.pid).
 
10
  * debian/copyright (Copyright): Update year.
 
11
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
 
12
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
 
13
 
 
14
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
 
15
 
1
16
mandos (1.6.1-1) unstable; urgency=low
2
17
 
3
18
  * New upstream release.