/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 14:10:37 UTC
  • Revision ID: teddy@recompile.se-20160228141037-fyrxjr3l439zx2jl
Fix Debian dependency bugs and lintian checks.

* debian/control (Source: mandos/Build-Depends-Indep): Change "python
                         (= 2.7)" to "python (>= 2.7), python (<< 3)".
  (Package: mandos/Depends): - '' -
* mandos: Change "#!/usr/bin/python2.7" to "/usr/bin/python", since
          lintian otherwise complains about missing dependency on
          "python2.7".

Show diffs side-by-side

added added

removed removed

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