/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-02-28 03:01:43 UTC
  • Revision ID: teddy@recompile.se-20160228030143-i6w90r7wzkvlx9kq
Stop using python-gnutls.  Use GnuTLS 3.3 or later directly.

* INSTALL: Document dependency on GnuTLS 3.3 and remove dependency on
          Python-GnuTLS.

* debian/control (Source: mandos/Build-Depends): Add (>= 3.3.0) to
                                                 "libgnutls28-dev" and
                                                 "gnutls-dev".
  (Source: mandos/Build-Depends-Indep): Remove "python2.7-gnutls".
  (Package: mandos/Depends): Remove "python-gnutls" and
                             "python2.7-gnutls", add "libgnutls28-dev
                             (>= 3.3.0) | libgnutls30 (>= 3.3.0)"
* mandos: Remove imports of "gnutls" and all submodules.
  (GnuTLS, gnutls): New; simulate a "gnutls" module.  Change all
                    callers to match new shorter names.

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, libgpgme11-dev, libgnutls28-dev
9
 
        | gnutls-dev, xsltproc, pkg-config, libnl-route-3-dev
10
 
Build-Depends-Indep: systemd, python2.7, python2.7-gnutls,
11
 
        python2.7-dbus, python2.7-avahi, python2.7-gobject
 
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
Build-Depends-Indep: systemd, python2.7, python2.7-dbus,
 
12
        python2.7-avahi, python2.7-gobject
12
13
Standards-Version: 3.9.6
13
14
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
14
15
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
16
17
 
17
18
Package: mandos
18
19
Architecture: all
19
 
Depends: ${misc:Depends}, python (>= 2.7), python2.7, python-gnutls,
20
 
        python2.7-gnutls, python-dbus, python2.7-dbus, python-avahi,
 
20
Depends: ${misc:Depends}, python (>= 2.7), python2.7,
 
21
        libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0),
 
22
        python-dbus, python2.7-dbus, python-avahi,
21
23
        python2.7-avahi, python-gobject, python2.7-gobject,
22
24
        avahi-daemon, adduser, python-urwid, python2.7-urwid,
23
25
        gnupg (<< 2)