/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.3-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release.
 
4
  * debian/control (Build-Depends): Added "systemd".
 
5
  * debian/mandos.dirs (lib/systemd/system): New.
 
6
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
 
7
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
 
8
                                     systemd-sysv".
 
9
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
 
10
                            edit /etc/init.d script headers Required-Start
 
11
                            and Required-Stop to have "avahi" instead of
 
12
                            "avahi-daemon", before insserv(8) sees it.
 
13
  * debian/mandos-client.lintian-overrides: Libdir changes.
 
14
  * debian/rules (override_dh_fixperms): - '' -
 
15
 
 
16
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
 
17
 
1
18
mandos (1.6.2-1) unstable; urgency=low
2
19
 
3
20
  * New upstream release.