diff options
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f53e9ccf4..968582d1e 100644 --- a/debian/control +++ b/debian/control @@ -134,6 +134,30 @@ Description: NX proxy (NoMachine) # . # This package provides the NX proxy (client) binary. +Package: nxauth +Architecture: any +Depends: + libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~), + ${shlibs:Depends}, + ${misc:Depends} +Description: NX xauth (NoMachine) + NX provides a differential X compression library for X11. + . + This package provides the NX xauth binary. + +#Package: nxauth-dbg +#Architecture: any +#Depends: +# libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~), +# ${shlibs:Depends}, +# ${misc:Depends} +#Priority: extra +#Section: debug +#Description: NX xauth (NoMachine), debug symbols +# NX provides a differential X compression library for X11. +# . +# This package provides the NX xauth binary. + Package: libxcomp3 Architecture: any Depends: |