control 7.59 KB
Newer Older
Mike Gabriel's avatar
Mike Gabriel committed
1 2
Source: nx-libs
Section: x11
3 4
Priority: optional
Maintainer: X2Go Developers <x2go-dev@lists.berlios.de>
Mike Gabriel's avatar
Mike Gabriel committed
5
Uploaders:
Mike Gabriel's avatar
Mike Gabriel committed
6
 Reinhard Tartler <siretart@tauware.de>,
7 8
 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>,
 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>,
Mike Gabriel's avatar
Mike Gabriel committed
9 10 11 12
Build-Depends:
 debhelper (>= 7.0.50~),
 libpng-dev,
 libjpeg-dev,
13
 zlib1g-dev,
14
 quilt (>= 0.46-7~),
15
 libxmltok1-dev,
16
 libxml2-dev,
17 18
 autoconf,
 pkg-config,
Mike Gabriel's avatar
Mike Gabriel committed
19 20 21 22 23 24
Build-Conflicts:
 x11proto-core-dev,
 x11proto-kb-dev,
 x11proto-randr-dev,
 x11proto-record-dev,
 x11proto-xinerama-dev,
25
Standards-Version: 3.9.3
26 27 28
Homepage: http://code.x2go.org/gitweb?p=nx-libs.git;a=summary
Vcs-Git: git://code.x2go.org/nx-libs.git
Vcs-Browser: http://code.x2go.org/gitweb?p=nx-libs.git;a=summary
Mike Gabriel's avatar
Mike Gabriel committed
29 30 31 32 33

Package: libnx-x11
Architecture: any
Depends:
 ${shlibs:Depends},
34
 ${misc:Depends},
35
Breaks: nxlibs (<= 3.5.1)
36
Replaces: nxlibs
37 38
Description: nx-X11
 NX is a software suite which implements very efficient
39 40 41 42
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides the core nx-X11 libraries customized for
43
 nxagent.
Mike Gabriel's avatar
Mike Gabriel committed
44 45 46 47

Package: libnx-x11-dev
Section: libdevel
Architecture: any
48 49
Breaks: nxlibs-dev (<=3.5.1)
Replaces: nxlibs-dev
Mike Gabriel's avatar
Mike Gabriel committed
50
Depends:
51
 libnx-x11 (= ${binary:Version}),
52
 ${misc:Depends},
53 54
Description: Library headers for nx-X11
 NX is a software suite which implements very efficient
55 56
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
57
 .
58
 This package provides the core nx-X11 libraries customized for
59
 nxagent (header files).
Mike Gabriel's avatar
Mike Gabriel committed
60 61 62 63 64

Package: libnx-mesa-extras-dev
Section: libdevel
Architecture: any
Depends:
65
 libnx-x11-dev (= ${binary:Version}),
66
 ${misc:Depends},
67 68
Description: Library headers for nx-X11 (extra headers)
 NX is a software suite which implements very efficient
69 70
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
71
 .
72
 This package provides extra nx-X11 development files for
73
 nxagent (header files, mesa-extras).
Mike Gabriel's avatar
Mike Gabriel committed
74 75 76 77 78

Package: nxagent
Architecture: any
Depends:
 ${shlibs:Depends},
79
 ${misc:Depends},
80 81
Recommends:
 xfonts-base,
82 83
Description: NX agent
 NX is a software suite which implements very efficient
84 85 86 87
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 nxagent is an agent providing NX transport of X sessions. The application
Mike Gabriel's avatar
Mike Gabriel committed
88 89 90 91 92
 is based on the well known Xnest "nested" server. nxagent, like Xnest,
 is an X server for its own clients, and at the same time, an X client
 for a system's local X server.
 .
 The main scope of nxagent is to eliminate X round-trips or transform
93 94
 them into asynchronous replies. nxagent works together with nxproxy. 
 nxproxy itself does not make any effort to minimize round-trips
Mike Gabriel's avatar
Mike Gabriel committed
95 96 97
 by itself, this is demanded of nxagent.
 .
 Being an X server, nxagent is able to resolve all the property/atoms related
98 99
 requests locally, ensuring that the most common source of round-trips are
 nearly reduced to zero.
100

101
Package: x2goagent
102
Architecture: all
103
Depends:
104
 nxagent (>= ${source:Version})
105
 ${misc:Depends},
106 107
Suggests:
 x2goserver
108
Description: X2Go agent
109 110 111 112 113 114 115 116 117 118 119 120 121 122
 X2Go is a software suite that uses NX technology for remote desktop
 computing.
 .
 NX technology implements a very efficient compression of the X11 protocol.
 This increases performance when using X applications over a network,
 especially a slow one.
 .
 X2Go agent functionality has been completely incorporated into NX agent's
 code base. If the nxagent binary is executed under the name of `x2goagent',
 the X2Go functionalities get activated.
 .
 The x2goagent package is a wrapper that activates X2Go branding in nxagent.
 Please refer to the nxagent package's description for more information on NX.

123 124 125 126
Package: nxproxy
Architecture: any
Depends:
 ${shlibs:Depends},
127
 ${misc:Depends},
128 129
Description: NX proxy
 NX is a software suite which implements very efficient
130 131
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
132 133 134
 .
 This package provides the NX proxy (client) binary.

135 136 137 138
Package: nxauth
Architecture: any
Depends:
 ${shlibs:Depends},
139
 ${misc:Depends},
140 141
Description: NX xauth
 NX is a software suite which implements very efficient
142 143
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
144 145 146
 .
 This package provides the NX xauth binary.

Mike Gabriel's avatar
Mike Gabriel committed
147 148 149 150
Package: libxcomp3
Architecture: any
Depends:
 ${shlibs:Depends},
151
 ${misc:Depends},
152
Breaks: nxcomp (<= 3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
153 154
Replaces: nxcomp
Description: NX X compression library
155
 NX is a software suite which implements very efficient
156 157
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
158 159 160 161 162 163 164 165
 .
 This package provides the compression library.

Package: libxcomp-dev
Section: libdevel
Architecture: any
Depends:
 libxcomp3 (= ${binary:Version}),
166
 ${misc:Depends},
167
Breaks: nxcomp-dev (<=3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
168 169
Replaces: nxcomp-dev
Description: NX X compression library headers
170
 NX is a software suite which implements very efficient
171 172
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
173
 .
174
 This package provides the compression library (header files).
Mike Gabriel's avatar
Mike Gabriel committed
175 176 177 178 179

Package: libxcompext3
Architecture: any
Depends:
 ${shlibs:Depends},
180
 ${misc:Depends},
181
Breaks: nxcompext (<=3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
182 183
Replaces: nxcompext
Description: NX X11 protocol compression extensions library
184
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
185 186 187
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
188
 This package extends the core NX library with additional features.
Mike Gabriel's avatar
Mike Gabriel committed
189 190 191 192 193

Package: libxcompext-dev
Architecture: any
Section: libdevel
Depends:
194
 libxcompext3 (= ${binary:Version}),
Mike Gabriel's avatar
Mike Gabriel committed
195 196
 ${misc:Depends},
 libxcomp-dev,
197
Breaks: nxcompext-dev (<=3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
198 199
Replaces: nxcompext-dev
Description: NX X11 protocol compression extensions library headers
200
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
201 202 203
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
204 205
 This package extends the core NX library with additional features
 (header files).
Mike Gabriel's avatar
Mike Gabriel committed
206 207 208 209 210 211

Package: libxcompshad3
Section: x11
Architecture: any
Depends:
 ${shlibs:Depends},
212
 ${misc:Depends},
213
Breaks: nxcompshad (<=3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
214 215
Replaces: nxcompshad
Description: NX shadowing library
216
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
217 218 219
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
220
 This package provides a library for shadow session support.
Mike Gabriel's avatar
Mike Gabriel committed
221 222 223 224 225

Package: libxcompshad-dev
Section: libdevel
Architecture: any
Depends:
226
 libxcompshad3 (= ${binary:Version}),
227
 ${misc:Depends},
228
Breaks: nxcompshad-dev (<= 3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
229 230
Replaces: nxcompshad-dev
Description: NX shadowing library headers
231
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
232 233 234
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
235 236
 This package provides a library for shadow session support (header
 files).
237 238 239 240 241 242 243 244 245 246 247

Package: nx-x11-dbg
Section: debug
Architecture: any
Description: Debug Symbols for nx-x11 libraries
 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.
 .
 This package contains detached debug symbols that help generating more
 helpful backtraces. You can safely remove it if you do not intend to
Mike Gabriel's avatar
Mike Gabriel committed
248
 debug NX packages on this system.