/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-02-16 02:42:42 UTC
  • Revision ID: teddy@recompile.se-20140216024242-9wiw1nkxgt7ohovj
Fix running of self-tests.

* debian/control (Build-Depends): Add Python dependencies to
                                  successfully run self-tests.
* debian/copyright: GPLv3 now has its own license file - use it.
* debian/watch: Set PGP signature URL.
* mandos (main): Bug fix: When running self-tests, set exit code.
* mandos-ctl (main): Cosmetic fix; use os.EX_OK instead of plain 0.

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
1
mandos (1.6.3-1) unstable; urgency=low
26
2
 
27
3
  * New upstream release.
32
8
                                     systemd-sysv".
33
9
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
34
10
                            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.
 
11
                            and Required-Stop to have "avahi" instead of
 
12
                            "avahi-daemon", before insserv(8) sees it.
37
13
  * debian/mandos-client.lintian-overrides: Libdir changes.
38
14
  * debian/rules (override_dh_fixperms): - '' -
39
15