diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 18:12:44 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 18:12:44 +0100 |
commit | 23dcaefb697875c55527682d2ca828f3ad04403e (patch) | |
tree | db4878df60f030603fac1be45f516349cf43c2cb | |
parent | a6903100a643dd0ffc6a0ce17b0884a507532dd2 (diff) | |
download | nx-libs-23dcaefb697875c55527682d2ca828f3ad04403e.tar.gz nx-libs-23dcaefb697875c55527682d2ca828f3ad04403e.tar.bz2 nx-libs-23dcaefb697875c55527682d2ca828f3ad04403e.zip |
missing control file changes to build nxauth
-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: |