/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 mandos-monitor

  • Committer: Teddy Hogeborn
  • Date: 2016-10-30 03:02:49 UTC
  • Revision ID: teddy@recompile.se-20161030030249-4tcvjkfie8eye3n2
debian/control: Allow GnuPG 2 with the server.

debian/control (Package: mandos/Depends:): Change "gnupg" to "gnupg2 |
                                           gnupg".

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
# Mandos Monitor - Control and monitor the Mandos server
5
5
#
6
 
# Copyright © 2009-2017 Teddy Hogeborn
7
 
# Copyright © 2009-2017 Björn Påhlsson
 
6
# Copyright © 2009-2016 Teddy Hogeborn
 
7
# Copyright © 2009-2016 Björn Påhlsson
8
8
#
9
9
# This program is free software: you can redistribute it and/or modify
10
10
# it under the terms of the GNU General Public License as published by
58
58
domain = 'se.recompile'
59
59
server_interface = domain + '.Mandos'
60
60
client_interface = domain + '.Mandos.Client'
61
 
version = "1.7.15"
 
61
version = "1.7.13"
62
62
 
63
63
try:
64
64
    dbus.OBJECT_MANAGER_IFACE
733
733
                self.refresh()
734
734
        return True
735
735
 
736
 
 
737
736
ui = UserInterface()
738
737
try:
739
738
    ui.run()