Commit 1d7eb36d authored by Mike Gabriel's avatar Mike Gabriel

Add Description: and Author: fields to various patch headers.

parent 89b285f2
...@@ -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
......
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 @@
......
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 @@
......
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 @@
......
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
......
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 @@
......
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 @@
......
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 @@
......
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
......
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 @@
......
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 @@
......
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 @@
......
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 @@
......
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 @@
......
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 @@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment