=== modified file 'debian/control' --- debian/control 2016-02-28 13:09:43 +0000 +++ debian/control 2016-02-28 14:10:37 +0000 @@ -8,8 +8,8 @@ libavahi-core-dev, libgpgme11-dev, libgnutls28-dev (>= 3.3.0) | gnutls-dev (>= 3.3.0), xsltproc, pkg-config, libnl-route-3-dev -Build-Depends-Indep: systemd, python (= 2.7), python-dbus, - python-avahi, python-gobject | python-gi +Build-Depends-Indep: systemd, python (>= 2.7), python (<< 3), + python-dbus, python-avahi, python-gobject | python-gi Standards-Version: 3.9.6 Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files @@ -17,7 +17,7 @@ Package: mandos Architecture: all -Depends: ${misc:Depends}, python (= 2.7), +Depends: ${misc:Depends}, python (>= 2.7), python (<< 3), libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0), python-dbus, python-dbus, python-avahi, python-gobject | python-gi, avahi-daemon, adduser, === modified file 'mandos' --- mandos 2016-02-28 13:09:43 +0000 +++ mandos 2016-02-28 14:10:37 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/python # -*- mode: python; coding: utf-8 -*- # # Mandos server - give out binary blobs to connecting clients.