diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-27 15:14:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-27 15:14:25 +0200 |
commit | 1b967c70186d77fdde1a0898916ae90c2d58c420 (patch) | |
tree | e59c053e63b80a095ace5218900133dc715af298 /debian | |
parent | 6bca289afd17db8e1faf3db884153a6cad40283f (diff) | |
download | nx-libs-1b967c70186d77fdde1a0898916ae90c2d58c420.tar.gz nx-libs-1b967c70186d77fdde1a0898916ae90c2d58c420.tar.bz2 nx-libs-1b967c70186d77fdde1a0898916ae90c2d58c420.zip |
debian/control: Split-out nxdialog bin:pkg.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1c1a6d324..886d62eeb 100644 --- a/debian/control +++ b/debian/control @@ -330,9 +330,6 @@ Depends: libnx-x11-6 (= ${binary:Version}), libxcomp3 (= ${binary:Version}), libxcompshad3 (= ${binary:Version}), - python3, - python3-gi, - gir1.2-gtk-3.0, x11-xkb-utils, ${misc:Depends}, ${shlibs:Depends}, @@ -378,6 +375,28 @@ Description: NX agent (debug package) helpful backtraces. You can safely remove it if you do not intend to debug NX packages on this system. +Package: nxdialog +Architecture: all +Depends: + python3, + python3-gi, + gir1.2-gtk-3.0, + x11-xkb-utils, + ${misc:Depends}, +Recommends: + nxagent, +Breaks: + nxagent (<< 2:3.5.99.21-2~), +Replaces: + nxagent (<< 2:3.5.99.21-2~), +Description: Dialogs for NX Agent + NX is a software suite which implements very efficient + compression of the X11 protocol. This increases performance when + using X applications over a network, especially a slow one. + . + nxdialog adds dialog windows/menus to nxagent. They get triggered by + certain actions within the NX Agent Xserver. + Package: nxproxy Architecture: any Multi-Arch: foreign |