diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-12 10:30:57 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-12 17:08:23 +0100 |
commit | d634c16aaa793ab61ac40ced6ab741d5831ef570 (patch) | |
tree | fbd0a0d6d24d3aac8f9a4c8ca817a38804fd023e | |
parent | 3727d736b600096b9a177bec5b8639605ba776ac (diff) | |
download | nx-libs-d634c16aaa793ab61ac40ced6ab741d5831ef570.tar.gz nx-libs-d634c16aaa793ab61ac40ced6ab741d5831ef570.tar.bz2 nx-libs-d634c16aaa793ab61ac40ced6ab741d5831ef570.zip |
make xfonts-base a recommends
According to lintian, this is a severe error. Demote to recommends to
ensure that it still gets installed by default.
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dc2604c12..11dc1001c 100644 --- a/debian/control +++ b/debian/control @@ -77,9 +77,10 @@ Package: nxagent Architecture: any Depends: libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~), - xfonts-base, ${shlibs:Depends}, ${misc:Depends}, +Recommends: + xfonts-base, Description: NX agent NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when |