Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
5ea24ed1
Commit
5ea24ed1
authored
Nov 20, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
parent
867c3b97
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
0 deletions
+44
-0
changelog
debian/changelog
+1
-0
control
debian/control
+24
-0
nxproxy.dirs
debian/nxproxy.dirs
+2
-0
nxproxy.install
debian/nxproxy.install
+3
-0
008_add-nx-proxy-wrapper.patch
debian/patches/008_add-nx-proxy-wrapper.patch
+13
-0
series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
5ea24ed1
...
@@ -15,5 +15,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
...
@@ -15,5 +15,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 007_nxcompshad-clean-gch-files.patch.
* Add patch: 007_nxcompshad-clean-gch-files.patch.
* Remove unknown option --with from dh_auto_clean.
* Remove unknown option --with from dh_auto_clean.
* Add autoconf as build dependency.
* Add autoconf as build dependency.
* Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
debian/control
View file @
5ea24ed1
...
@@ -110,6 +110,30 @@ Description: NX agent (NoMachine)
...
@@ -110,6 +110,30 @@ Description: NX agent (NoMachine)
# .
# .
# This package contains the debug symbols of nxagent. Source: nx-libs
# 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
Package: libxcomp3
Architecture: any
Architecture: any
Depends:
Depends:
...
...
debian/nxproxy.dirs
0 → 100644
View file @
5ea24ed1
usr/bin
usr/lib/nx
debian/nxproxy.install
0 → 100644
View file @
5ea24ed1
nxproxy
/
nxproxy
usr
/
lib
/
nx
bin
/
nxproxy
usr
/
bin
debian/patches/008_add-nx-proxy-wrapper.patch
0 → 100644
View file @
5ea24ed1
--- /dev/null
+++ b/bin/nxproxy
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxproxy "$@"
\ No newline at end of file
debian/patches/series
View file @
5ea24ed1
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
005_add_nxagent_wrapper.patch
005_add_nxagent_wrapper.patch
006_remove-configure-files.patch
006_remove-configure-files.patch
007_nxcompshad-clean-gch-files.patch
007_nxcompshad-clean-gch-files.patch
008_add-nx-proxy-wrapper.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment