/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/control

  • Committer: Teddy Hogeborn
  • Date: 2016-03-13 00:37:02 UTC
  • Revision ID: teddy@recompile.se-20160313003702-dulwtwt8ilpojra9
Server: Fix bug where it did not exit timely on signals

Use GLib.unix_signal_add() instead of signal.signal() to catch
signals; this will allow GLib to do its internal magic with signal
file descriptors.  (GLib does not handle signals properly otherwise.)
The function unix_signal_add() requires GLib 2.30 or later, which was
not required by PyGobject until version 3.7.1, so depend on this.

* INSTALL (Mandos Server): Document dependency on PyGObject 3.7.1
* mandos (main): Use GLib.unix_signal_add instead of signal.signal.
* init.d-mandos (do_stop): Remove workaround.
* mandos.service ([Service]): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Uploaders: Teddy Hogeborn <teddy@recompile.se>,
6
6
           Björn Påhlsson <belorn@recompile.se>
7
7
Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl,
8
 
        libavahi-core-dev, libgpgme-dev | libgpgme11-dev,
9
 
        libgnutls28-dev (>= 3.3.0) | gnutls-dev (>= 3.3.0),
10
 
        xsltproc, pkg-config, libnl-route-3-dev
 
8
        libavahi-core-dev, libgpgme11-dev, libgnutls28-dev (>= 3.3.0)
 
9
        | gnutls-dev (>= 3.3.0), xsltproc, pkg-config,
 
10
        libnl-route-3-dev
11
11
Build-Depends-Indep: systemd, python (>= 2.7), python (<< 3),
12
12
        python-dbus, python-gi
13
 
Standards-Version: 3.9.8
14
 
Vcs-Bzr: https://ftp.recompile.se/pub/mandos/trunk
15
 
Vcs-Browser: https://bzr.recompile.se/loggerhead/mandos/trunk/files
16
 
Homepage: https://www.recompile.se/mandos
 
13
Standards-Version: 3.9.7
 
14
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
 
15
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
 
16
Homepage: http://www.recompile.se/mandos
17
17
 
18
18
Package: mandos
19
19
Architecture: all
20
20
Depends: ${misc:Depends}, python (>= 2.7), python (<< 3),
21
21
        libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0),
22
22
        python-dbus, python-gi, avahi-daemon, adduser, python-urwid,
23
 
        gnupg2 | gnupg, systemd-sysv | lsb-base (>= 3.0-6)
 
23
        gnupg
24
24
Recommends: ssh-client | fping
25
25
Description: server giving encrypted passwords to Mandos clients
26
26
 This is the server part of the Mandos system, which allows