aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-10 10:07:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-10 10:07:56 +0100
commit736356ea79eb9fda650c1dbba561150c35968812 (patch)
tree067146722f7247665d467c5ab27bdb0fe2185757
parentc9c1f8b9141e9e7099b7be3685e9b871545b6eb9 (diff)
downloadnx-libs-736356ea79eb9fda650c1dbba561150c35968812.tar.gz
nx-libs-736356ea79eb9fda650c1dbba561150c35968812.tar.bz2
nx-libs-736356ea79eb9fda650c1dbba561150c35968812.zip
Add patch: 000_add-NX-redistribution-README.patch.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/000_add-NX-redistribution-README.patch48
-rw-r--r--debian/patches/series1
3 files changed, 50 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index acf3881f3..bdb2caff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,6 +80,7 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
* Fix line hunks: 011_nxcomp_sa-restorer.patch.
* Call dh_clean again. This got lost somewhere on the way.
* Remove branding from descriptions in control file.
+ * Add patch: 000_add-NX-redistribution-README.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/patches/000_add-NX-redistribution-README.patch b/debian/patches/000_add-NX-redistribution-README.patch
new file mode 100644
index 000000000..a760dd6e9
--- /dev/null
+++ b/debian/patches/000_add-NX-redistribution-README.patch
@@ -0,0 +1,48 @@
+Index: nx-libs/README.NX-redistributed
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ nx-libs/README.NX-redistributed 2012-01-10 09:52:44.000000000 +0100
+@@ -0,0 +1,43 @@
++NX redistribution by X2Go
++-------------------------
++This source tree is a re-distribution of those NX packages needed to
++setup FreeNX and/or X2Go on a Linux server.
++
++The NX re-distribution currently is maintained by the X2Go Project:
++http://wiki.x2go.org
++
++Our goal is:
++ - provide _one_ tarball that builds NX projects via a common Makefile
++ - provide _one_ tarball for distribution packagers
++
++This re-distribution contains the following tarballs derived from
++NoMachine (http://www.nomachine.com/sources.php):
++
++ nxcomp
++ nxcompext
++ nxcompshad
++ nxproxy
++ nx-X11
++ nxagent
++ nxauth
++
++The patches we apply are shipped with this tarball, for further introspection
++please refer to this folder:
++
++ .applied-patches-on-top-of-NX-upstream
++
++This source tree is maintained on the X2Go Git server:
++Browsing... http://code.x2go.org/gitweb?p=nx-libs.git;a=summary
++Git-Cloning... git clone git://code.x2go.org/nx-libs.git
++
++If you have any questions about this NX redistribution or want to file
++a bug, then please contact the X2Go developers on
++
++ x2go-dev@lists.berlios.de
++
++The X2Go-Dev mailing list requires subscription before you can post to it:
++http://lists.berlios.de/mailman/listinfo/x2go-dev
++
++thanks+light+love
++Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
++
diff --git a/debian/patches/series b/debian/patches/series
index 5cdde231a..2c9610b66 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+000_add-NX-redistribution-README.patch
001_add-main-makefile.patch
002_nxcompshad_build-against-nx-x11-only.patch
003_nxcompshad_gcc43.patch