diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-10 10:07:56 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-10 10:07:56 +0100 |
commit | 736356ea79eb9fda650c1dbba561150c35968812 (patch) | |
tree | 067146722f7247665d467c5ab27bdb0fe2185757 /debian/patches | |
parent | c9c1f8b9141e9e7099b7be3685e9b871545b6eb9 (diff) | |
download | nx-libs-736356ea79eb9fda650c1dbba561150c35968812.tar.gz nx-libs-736356ea79eb9fda650c1dbba561150c35968812.tar.bz2 nx-libs-736356ea79eb9fda650c1dbba561150c35968812.zip |
Add patch: 000_add-NX-redistribution-README.patch.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/000_add-NX-redistribution-README.patch | 48 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 49 insertions, 0 deletions
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 |