diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 15:39:31 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 15:39:31 +0100 |
commit | 5ea24ed1e222be8b569bccd5d63359d778af9aad (patch) | |
tree | ce3c0b30f7c8dfe8a78b073834ba792c178a4d27 /debian/control | |
parent | 867c3b9785f7da1f66588c24a6191ea43df5639e (diff) | |
download | nx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.tar.gz nx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.tar.bz2 nx-libs-5ea24ed1e222be8b569bccd5d63359d778af9aad.zip |
Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a4afbd50f..dcc64830c 100644 --- a/debian/control +++ b/debian/control @@ -110,6 +110,30 @@ Description: NX agent (NoMachine) # . # This package contains the debug symbols of nxagent. Source: nx-libs +Package: nxproxy +Architecture: any +Depends: + libxcomp3 (>= ${source:Version}), libxcomp3 (<< ${source:Version}.1~), + ${shlibs:Depends}, + ${misc:Depends} +Description: NX proxy (NoMachine) + NX provides a differential X compression library for X11. + . + This package provides the NX proxy (client) binary. + +#Package: nxproxy-dbg +#Architecture: any +#Depends: +# libxcomp3 (>= ${source:Version}), libxcomp3 (<< ${source:Version}.1~), +# ${shlibs:Depends}, +# ${misc:Depends} +#Priority: extra +#Section: debug +#Description: NX proxy (NoMachine), debug symbols +# NX provides a differential X compression library for X11. +# . +# This package provides the NX proxy (client) binary. + Package: libxcomp3 Architecture: any Depends: |