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
1d7eb36d
Commit
1d7eb36d
authored
Jan 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Description: and Author: fields to various patch headers.
parent
89b285f2
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
40 additions
and
1 deletion
+40
-1
changelog
debian/changelog
+1
-0
000_add-NX-redistribution-README.full+lite.patch
.../patches/000_add-NX-redistribution-README.full+lite.patch
+3
-0
009_nxagent_add-man-page.full.patch
debian/patches/009_nxagent_add-man-page.full.patch
+3
-0
009_nxproxy_add-man-page.full+lite.patch
debian/patches/009_nxproxy_add-man-page.full+lite.patch
+3
-0
010_nxauth_fix-binary-name-in-man-page.full.patch
...patches/010_nxauth_fix-binary-name-in-man-page.full.patch
+0
-1
024_fix-make-clean.full+lite.patch
debian/patches/024_fix-make-clean.full+lite.patch
+3
-0
029_nxcomp_ppc64.full+lite.patch
debian/patches/029_nxcomp_ppc64.full+lite.patch
+3
-0
052_nxcomp_macos10-nxauth-location.full+lite.patch
...atches/052_nxcomp_macos10-nxauth-location.full+lite.patch
+3
-0
053_nx-X11_no-xcomp1-install-target.full.patch
...an/patches/053_nx-X11_no-xcomp1-install-target.full.patch
+3
-0
203_nxagent_disable-rootless-exit.full.patch
debian/patches/203_nxagent_disable-rootless-exit.full.patch
+3
-0
206_nxagent_clipboard-as-nxoption.full.patch
debian/patches/206_nxagent_clipboard-as-nxoption.full.patch
+3
-0
209_x2goagent_add-man-page.full.patch
debian/patches/209_x2goagent_add-man-page.full.patch
+3
-0
321_nxagent_x2go-specific-keystroke-config.full.patch
...hes/321_nxagent_x2go-specific-keystroke-config.full.patch
+3
-0
991_fix-hr-typos.full+lite.patch
debian/patches/991_fix-hr-typos.full+lite.patch
+3
-0
991_fix-hr-typos.full.patch
debian/patches/991_fix-hr-typos.full.patch
+3
-0
No files found.
debian/changelog
View file @
1d7eb36d
...
@@ -23,6 +23,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
...
@@ -23,6 +23,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
* Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch.
* Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch.
Fix several typos in upstream code detected by lintian.
Fix several typos in upstream code detected by lintian.
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.
* Add Description: and Author: fields to various patch headers.
* NX code reduction efforts (from 93Mb to 41Mb):
* NX code reduction efforts (from 93Mb to 41Mb):
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
...
...
debian/patches/000_add-NX-redistribution-README.full+lite.patch
View file @
1d7eb36d
Description: Add README.NX-redistributed
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- /dev/null
--- /dev/null
+++ b/README.NX-redistributed
+++ b/README.NX-redistributed
@@ -0,0 +1,42 @@
@@ -0,0 +1,42 @@
...
...
debian/patches/009_nxagent_add-man-page.full.patch
View file @
1d7eb36d
Description: man page for nxagent
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- /dev/null
--- /dev/null
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -0,0 +1,37 @@
@@ -0,0 +1,37 @@
...
...
debian/patches/009_nxproxy_add-man-page.full+lite.patch
View file @
1d7eb36d
Description: man page for nxproxy
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- /dev/null
--- /dev/null
+++ b/nxproxy/man/nxproxy.1
+++ b/nxproxy/man/nxproxy.1
@@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
...
...
debian/patches/010_nxauth_fix-binary-name-in-man-page.full.patch
View file @
1d7eb36d
Description: Fix binary name in man page for nxauth.
Description: Fix binary name in man page for nxauth.
The NX auth man page in upstream still uses xauth as
The NX auth man page in upstream still uses xauth as
binary name.
binary name.
Forwarded: pending...
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Last-Update: 2012-12-31
Last-Update: 2012-12-31
--- a/nx-X11/programs/nxauth/nxauth.man
--- a/nx-X11/programs/nxauth/nxauth.man
...
...
debian/patches/024_fix-make-clean.full+lite.patch
View file @
1d7eb36d
Description: fix clean rule in nxcomp's Makefile.in
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nxcomp/Makefile.in
--- a/nxcomp/Makefile.in
+++ b/nxcomp/Makefile.in
+++ b/nxcomp/Makefile.in
@@ -313,4 +313,4 @@
@@ -313,4 +313,4 @@
...
...
debian/patches/029_nxcomp_ppc64.full+lite.patch
View file @
1d7eb36d
Description: Fix BIGENDIAN issue in nxcomp (relevant on PPC64 arch)
Author: Mihai Moldovan <ionic@ionic.de>
--- a/nxcomp/Loop.cpp
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -6832,9 +6832,9 @@
@@ -6832,9 +6832,9 @@
...
...
debian/patches/052_nxcomp_macos10-nxauth-location.full+lite.patch
View file @
1d7eb36d
Description: Fix nxauth location on Mac OS X 10
Author: Mihai Moldovan <ionic@ionic.de>
--- a/nxcomp/Auth.cpp
--- a/nxcomp/Auth.cpp
+++ b/nxcomp/Auth.cpp
+++ b/nxcomp/Auth.cpp
@@ -217,22 +217,31 @@
@@ -217,22 +217,31 @@
...
...
debian/patches/053_nx-X11_no-xcomp1-install-target.full.patch
View file @
1d7eb36d
Description: Avoid building libXcomp.so.1 (which is identical to libXcomp.so.3)
Author: Orion Poplawski <orion@cora.nwra.com>
--- a/nx-X11/lib/X11/Imakefile 2013-01-04 05:25:49.000000000 -0700
--- a/nx-X11/lib/X11/Imakefile 2013-01-04 05:25:49.000000000 -0700
+++ b/nx-X11/lib/X11/Imakefile 2013-01-15 15:26:07.969167259 -0700
+++ b/nx-X11/lib/X11/Imakefile 2013-01-15 15:26:07.969167259 -0700
@@ -63,7 +63,6 @@ NX_XCOMPLIBDIR = $(XTOP)/../nxcomp
@@ -63,7 +63,6 @@ NX_XCOMPLIBDIR = $(XTOP)/../nxcomp
...
...
debian/patches/203_nxagent_disable-rootless-exit.full.patch
View file @
1d7eb36d
Description: Add -norootlessexit cmdline option to nxagent
Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de>
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -672,6 +672,12 @@
@@ -672,6 +672,12 @@
...
...
debian/patches/206_nxagent_clipboard-as-nxoption.full.patch
View file @
1d7eb36d
Descripion: Add -clipboard cmdline option to nxagent
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -984,7 +984,7 @@
@@ -984,7 +984,7 @@
...
...
debian/patches/209_x2goagent_add-man-page.full.patch
View file @
1d7eb36d
Description: Add x2goagent man page
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- /dev/null
--- /dev/null
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
@@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
...
...
debian/patches/321_nxagent_x2go-specific-keystroke-config.full.patch
View file @
1d7eb36d
Description: Adapt paths of keystrokes.cfg if nxagent runs as x2goagent
Author: Horst Schirmeier <horst@schirmeier.com>
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
@@ -27,6 +27,7 @@
@@ -27,6 +27,7 @@
...
...
debian/patches/991_fix-hr-typos.full+lite.patch
View file @
1d7eb36d
Description: Fix several typos in nxcomp
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nxcomp/CHANGELOG
--- a/nxcomp/CHANGELOG
+++ b/nxcomp/CHANGELOG
+++ b/nxcomp/CHANGELOG
@@ -668,7 +668,7 @@
@@ -668,7 +668,7 @@
...
...
debian/patches/991_fix-hr-typos.full.patch
View file @
1d7eb36d
Description: Fix several typos in nx-X11
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nx-X11/extras/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
--- a/nx-X11/extras/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
+++ b/nx-X11/extras/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
+++ b/nx-X11/extras/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
@@ -729,7 +729,7 @@
@@ -729,7 +729,7 @@
...
...
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