/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: 2024-09-09 02:51:47 UTC
  • Revision ID: teddy@recompile.se-20240909025147-0o7tx2njlr8hujgw
Change to new lintian override syntax

Lintian has changed its output for warnings, and as a result, its
syntax for overriding those warnings has also changed.  (See Debian
bug #1007002 for further information.)  Therefore, change the syntax
in the lintian override files.

* debian/mandos-client.lintian-overrides: Change to new lintian
  "pointed hints" syntax.
* debian/mandos.lintian-overrides: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        libavahi-core-dev, libgpgme-dev | libgpgme11-dev,
9
9
        libglib2.0-dev (>=2.40), libgnutls28-dev (>= 3.3.0),
10
10
        libgnutls28-dev (>= 3.6.6) | libgnutls28-dev (<< 3.6.0),
11
 
        xsltproc, pkg-config, libnl-route-3-dev, systemd
 
11
        xsltproc, pkg-config, libnl-route-3-dev,
 
12
        systemd-dev | systemd (<< 256~rc2-1)
12
13
Build-Depends-Indep: python3 (>= 3), python3-dbus, python3-gi,
13
14
        po-debconf
14
15
Standards-Version: 4.6.2
19
20
 
20
21
Package: mandos
21
22
Architecture: all
22
 
Depends: ${misc:Depends}, python3 (>= 3), libgnutls30 (>= 3.3.0),
23
 
        libgnutls30 (>= 3.6.6) | libgnutls30 (<< 3.6.0),
 
23
Depends: ${misc:Depends}, python3 (>= 3),
 
24
        libgnutls30t64 | libgnutls30 (>= 3.3.0),
 
25
        libgnutls30t64 | libgnutls30 (>= 3.6.6) | libgnutls30 (<< 3.6.0),
24
26
        python3-dbus, python3-gi, avahi-daemon, adduser,
25
 
        python3-urwid, gnupg2 | gnupg,
26
 
        systemd-sysv | lsb-base (>= 3.0-6),
 
27
        python3-urwid, gnupg, systemd-sysv | lsb-base (>= 3.0-6),
27
28
        debconf (>= 1.5.5) | debconf-2.0
28
29
Recommends: ssh-client | fping
29
30
Suggests: libc6-dev | libc-dev, c-compiler