/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: 2013-10-27 00:59:22 UTC
  • Revision ID: teddy@recompile.se-20131027005922-3q2161l63mtxii9u
Add systemd service support for Mandos server.

* Makefile (SYSTEMD): New; systemd system unit directory.
  (install-server): Install mandos.service.
  (purge-server): Remove mandos.service.
* debian/control (Build-Depends): Added "systemd".
* init.d-mandos (Description): Updated.
* mandos.service: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.6.5-2) unstable; urgency=medium
2
 
 
3
 
  * debian/rules (override_dh_auto_test-arch): New; does nothing.  Fixes
4
 
    FTBFS for build-indep.
5
 
 
6
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 13 May 2014 08:08:31 +0200
7
 
 
8
 
mandos (1.6.5-1) unstable; urgency=medium
9
 
 
10
 
  * New upstream release.
11
 
  * debian/copyright: Change year to "2014".
12
 
  * debian/control (Build-Depends, Build-Depends-Indep): Moved build
13
 
    dependencies of "mandos" package to "Build-Depends-Indep".
14
 
  * debian/upstream/signing-key.asc: New; upstream source public key.
15
 
  * debian/control (Standards-Version): Updated to "3.9.5".
16
 
  * debian/control (mandos/Depends): Remove the dependency on
17
 
    "avahi-daemon (>= 0.6.31-3) | systemd-sysv".  It is unnecessary
18
 
    since we have a workaround in debian/mandos.postinst anyway.
19
 
 
20
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 11 May 2014 22:16:33 +0200
21
 
 
22
 
mandos (1.6.4-1) unstable; urgency=medium
23
 
 
24
 
  * New upstream release.
25
 
  * debian/control (Build-Depends): Add Python dependencies to
26
 
                                    successfully run self-tests.
27
 
  * debian/copyright: GPLv3 now has its own license file - use it.
28
 
  * debian/watch: Set PGP signature URL.
29
 
 
30
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
31
 
 
32
 
mandos (1.6.3-1) unstable; urgency=low
33
 
 
34
 
  * New upstream release.
35
 
  * debian/control (Build-Depends): Added "systemd".
36
 
  * debian/mandos.dirs (lib/systemd/system): New.
37
 
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
38
 
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
39
 
                                     systemd-sysv".
40
 
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
41
 
                            edit /etc/init.d script headers Required-Start
42
 
                            and Required-Stop to have "avahi" instead of
43
 
                            "avahi-daemon", before insserv(8) sees it.
44
 
  * debian/mandos-client.lintian-overrides: Libdir changes.
45
 
  * debian/rules (override_dh_fixperms): - '' -
46
 
 
47
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
48
 
 
49
1
mandos (1.6.2-1) unstable; urgency=low
50
2
 
51
3
  * New upstream release.