diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:23:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:23:49 +0100 |
commit | 00f8d49a3c34b7a050edf352f03a29558525c205 (patch) | |
tree | 2c02b2368e2a0fa6c507f934db94c3d6d2e18d3b /debian/control | |
parent | ae565e1da04b8e01d4cef1a09eca96af23cecb5c (diff) | |
download | nx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.tar.gz nx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.tar.bz2 nx-libs-00f8d49a3c34b7a050edf352f03a29558525c205.zip |
debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 98c143d2d..1c1a6d324 100644 --- a/debian/control +++ b/debian/control @@ -330,9 +330,12 @@ 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} + ${shlibs:Depends}, Recommends: xfonts-base, xkb-data Breaks: libxcompext3 (<< 2:3.5.99.3~), nxauth Replaces: libxcompext3, nxauth |