The branch, build-baikal has been updated
via 281b04f70913ef66f6ba3687e17b3a07203963ca (commit)
from 71cc495aa04bdc09522a4a318405722b89bcb015 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 5 +++-
debian/man/nxagent.1 | 37 -----------------------
debian/man/nxproxy.1 | 27 -----------------
debian/nxagent.manpages | 2 +-
debian/nxproxy.manpages | 2 +-
debian/patches/009_nxagent-add-man-page.patch | 40 +++++++++++++++++++++++++
debian/patches/009_nxproxy-add-man-page.patch | 30 +++++++++++++++++++
debian/patches/series | 2 ++
8 files changed, 78 insertions(+), 67 deletions(-)
delete mode 100644 debian/man/nxagent.1
delete mode 100644 debian/man/nxproxy.1
create mode 100644 debian/patches/009_nxagent-add-man-page.patch
create mode 100644 debian/patches/009_nxproxy-add-man-page.patch
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 296ba4a..939abfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,7 +81,10 @@ nx-libs (2:3.5.0.0-0) UNRELEASED; urgency=low
* 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.
- * Fix dh_installman for nxproxy.
+ * Add patches: 009_add-nxagent-man-page.patch, 009_add-nxproxy-man-page.patch.
+ Reintroduce man page creation via patch system, so that all man pages
+ find their way into the NX-redistribution tarball created from this source
+ project.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/man/nxagent.1 b/debian/man/nxagent.1
deleted file mode 100644
index 1986323..0000000
--- a/debian/man/nxagent.1
+++ /dev/null
@@ -1,37 +0,0 @@
-.TH NXAGENT 1
-.SH NAME
-nxagent \- NoMachine's NX Agent.
-.SH SYNOPSIS
-.B nxagent
-.I "[options]"
-
-.SH DESCRIPTION
-\fBnxagent\fR is an Xnest-like X server for remote application/desktop access.
-.PP
-\fBnxagent\fR implements a very efficient compression of the X11 protocol.
-.PP
-This increases performance when using X applications over high latency and
-low bandwidth networks, while providing a local (LAN-like) usage experience
-even if connecting from off-site locations (via cable modem or GSM).
-.PP
-\fBnxagent\fR is not designed to be used as a standalone application.
-It has to be launched on the server side by remote desktop frameworks like FreeNX.
-.PP
-Available clients are
-NoMachine's \fBnxclient\fR or the community projects \fBqtnx\fR and \fBremmina\fR
-(with NX plugin).
-
-.SH OPTIONS
-.TP
-.B \--help
-Lists all others options that are not listed here.
-
-.SH FURTHER READINGS
-Information on NX: http://www.nomachine.com
-.PP
-Information on FreeNX: http://freenx.berlios.de
-
-.SH AUTHOR
-This manual page was written by Per Hansen <spamhans(a)yahoo.de>,
-and modified by Marcelo Boveto Shima <marceloshima(a)gmail.com> and
-Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>.
diff --git a/debian/man/nxproxy.1 b/debian/man/nxproxy.1
deleted file mode 100644
index 5394b28..0000000
--- a/debian/man/nxproxy.1
+++ /dev/null
@@ -1,27 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH nxproxy 1 "Nov 2011" "Version 3.5.0" "NX Proxy"
-.SH NAME
-nxproxy \- NX Proxy Tool
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBnxproxy\fR <options>
-
-.SH DESCRIPTION
-\fBnxproxy\fR is a tool that allows to tunnel X sessions through
-the NX compression libraries. \fBnxproxy\fR is a backend application
-utilized by the X2goClient GUI and some other NX/X2go clients.
-.PP
-.SH OPTIONS
-For an insight in \fBnxproxy\fR options use \fBnxproxy --help\fR on the command line.
-.PP
-.SH AUTHOR
-This manual has been written by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> for the X2go project
-(http://www.x2go.org).
diff --git a/debian/nxagent.manpages b/debian/nxagent.manpages
index 9f7ca40..681002a 100644
--- a/debian/nxagent.manpages
+++ b/debian/nxagent.manpages
@@ -1 +1 @@
-debian/man/nxagent.1
+nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
diff --git a/debian/nxproxy.manpages b/debian/nxproxy.manpages
index 21740d3..8564de8 100644
--- a/debian/nxproxy.manpages
+++ b/debian/nxproxy.manpages
@@ -1 +1 @@
-debian/man/nxproxy.1
+nxproxy/man/nxproxy.1
diff --git a/debian/patches/009_nxagent-add-man-page.patch b/debian/patches/009_nxagent-add-man-page.patch
new file mode 100644
index 0000000..8befcf7
--- /dev/null
+++ b/debian/patches/009_nxagent-add-man-page.patch
@@ -0,0 +1,40 @@
+--- /dev/null
++++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+@@ -0,0 +1,37 @@
++.TH NXAGENT 1
++.SH NAME
++nxagent \- NoMachine's NX Agent.
++.SH SYNOPSIS
++.B nxagent
++.I "[options]"
++
++.SH DESCRIPTION
++\fBnxagent\fR is an Xnest-like X server for remote application/desktop access.
++.PP
++\fBnxagent\fR implements a very efficient compression of the X11 protocol.
++.PP
++This increases performance when using X applications over high latency and
++low bandwidth networks, while providing a local (LAN-like) usage experience
++even if connecting from off-site locations (via cable modem or GSM).
++.PP
++\fBnxagent\fR is not designed to be used as a standalone application.
++It has to be launched on the server side by remote desktop frameworks like FreeNX.
++.PP
++Available clients are
++NoMachine's \fBnxclient\fR or the community projects \fBqtnx\fR and \fBremmina\fR
++(with NX plugin).
++
++.SH OPTIONS
++.TP
++.B \--help
++Lists all others options that are not listed here.
++
++.SH FURTHER READINGS
++Information on NX: http://www.nomachine.com
++.PP
++Information on FreeNX: http://freenx.berlios.de
++
++.SH AUTHOR
++This manual page was written by Per Hansen <spamhans(a)yahoo.de>,
++and modified by Marcelo Boveto Shima <marceloshima(a)gmail.com> and
++Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>.
diff --git a/debian/patches/009_nxproxy-add-man-page.patch b/debian/patches/009_nxproxy-add-man-page.patch
new file mode 100644
index 0000000..f872f84
--- /dev/null
+++ b/debian/patches/009_nxproxy-add-man-page.patch
@@ -0,0 +1,30 @@
+--- /dev/null
++++ b/nxproxy/man/nxproxy.1
+@@ -0,0 +1,27 @@
++'\" -*- coding: utf-8 -*-
++.if \n(.g .ds T< \\FC
++.if \n(.g .ds T> \\F[\n[.fam]]
++.de URL
++\\$2 \(la\\$1\(ra\\$3
++..
++.if \n(.g .mso www.tmac
++.TH nxproxy 1 "Nov 2011" "Version 3.5.0" "NX Proxy"
++.SH NAME
++nxproxy \- NX Proxy Tool
++.SH SYNOPSIS
++'nh
++.fi
++.ad l
++\fBnxproxy\fR <options>
++
++.SH DESCRIPTION
++\fBnxproxy\fR is a tool that allows to tunnel X sessions through
++the NX compression libraries. \fBnxproxy\fR is a backend application
++utilized by the X2goClient GUI and some other NX/X2go clients.
++.PP
++.SH OPTIONS
++For an insight in \fBnxproxy\fR options use \fBnxproxy --help\fR on the command line.
++.PP
++.SH AUTHOR
++This manual has been written by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> for the X2go project
++(http://www.x2go.org).
diff --git a/debian/patches/series b/debian/patches/series
index 2c9610b..a1b6582 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,6 +5,8 @@
004_nx-x11_fix-nxcompshad-build.patch
005_nxcomp_gcc43.patch
007_nxcompshad_clean-gch-files.patch
+009_nxproxy-add-man-page.patch
+009_nxagent-add-man-page.patch
010_nxauth_fix-binary-name-in-man-page.patch
011_nxcomp_sa-restorer.patch
012_nxcomp_makefile-uninstall.patch
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via c84ad97a771dad6e093cfe32f90b31c031bb8b93 (commit)
from ca0994c8485bcd4e5472bd4c84dd7a6c3010a29a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 35c4081..3a882cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-nx-libs (2:3.5.0.1-0) UNRELEASED; urgency=low
+nx-libs (2:3.5.0.1-0) unstable; urgency=low
* Increment version to stay in sync with client-only branch.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Tue, 10 Jan 2012 12:05:19 +0100
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Tue, 10 Jan 2012 12:05:46 +0100
nx-libs (2:3.5.0.0-0) unstable; urgency=low
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via c9bf030aac8f9e27ce8f50e205a273e56f0a1c0f (commit)
from e292f23ac050d7c5be7e9e8328290d5a106362d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index c3fc37d..bc815ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,7 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
* Add patch: 011_nxcomp_sa-restorer.patch.
* Add/insert patch: 005_nxcomp_gcc43.patch.
* Fix line hunks: 011_nxcomp_sa-restorer.patch.
+ * Call dh_clean again. This got lost somewhere on the way.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/rules b/debian/rules
index 09b5ec2..116aafb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ override_dh_clean:
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -f nxproxy/changelog
+ dh_clean
override_dh_auto_build:
debian/pre-build-nx.sh
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via 736356ea79eb9fda650c1dbba561150c35968812 (commit)
from c9c1f8b9141e9e7099b7be3685e9b871545b6eb9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
.../patches/000_add-NX-redistribution-README.patch | 48 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 50 insertions(+)
create mode 100644 debian/patches/000_add-NX-redistribution-README.patch
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index acf3881..bdb2caf 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(a)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 0000000..a760dd6
--- /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(a)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(a)das-netzwerkteam.de>
++
diff --git a/debian/patches/series b/debian/patches/series
index 5cdde23..2c9610b 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
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via e685cc890053c2b6ccec3b6179fc343fbed3679f (commit)
from 736356ea79eb9fda650c1dbba561150c35968812 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index bdb2caf..b847712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
+nx-libs (2:3.5.0.0-0) UNRELEASED; urgency=low
* New upstream release of nxagent (3.5.0-7).
* Add lintian-overrides for every package. Override lintian warning:
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via c9c1f8b9141e9e7099b7be3685e9b871545b6eb9 (commit)
from c9bf030aac8f9e27ce8f50e205a273e56f0a1c0f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
debian/control | 46 +++++++++++++++++++++++-----------------------
2 files changed, 24 insertions(+), 23 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index bc815ae..acf3881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,7 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
* Add/insert patch: 005_nxcomp_gcc43.patch.
* 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.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/control b/debian/control
index 108bbbd..82cf2ae 100644
--- a/debian/control
+++ b/debian/control
@@ -32,13 +32,13 @@ Depends:
${misc:Depends}
Breaks: nxlibs (<=3.5.1)
Replaces: nxlibs
-Description: nx-X11 (NoMachine)
- NX is a software suite from NoMachine which implements very efficient
+Description: nx-X11
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
This package provides the core nx-X11 libraries customized for
- NoMachine's nxagent.
+ nxagent.
Package: libnx-x11-dev
Section: libdevel
@@ -48,25 +48,25 @@ Replaces: nxlibs-dev
Depends:
libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
${misc:Depends}
-Description: Library headers for nx-X11 (NoMachine)
- NX is a software suite from NoMachine which implements very efficient
+Description: Library headers for nx-X11
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
This package provides the core nx-X11 libraries customized for
- NoMachine's nxagent (header files).
+ nxagent (header files).
Package: libnx-mesa-extras-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends}
-Description: Library headers for nx-X11 (NoMachine. extra headers)
- NX is a software suite from NoMachine which implements very efficient
+Description: Library headers for nx-X11 (extra headers)
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
- This package provides extra nx-X11 development files for NoMachine's
+ This package provides extra nx-X11 development files for
nxagent (header files, mesa-extras).
Package: nxagent
@@ -75,8 +75,8 @@ Depends:
libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
-Description: NX agent (NoMachine)
- NX is a software suite from NoMachine which implements very efficient
+Description: NX agent
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -86,8 +86,8 @@ Description: NX agent (NoMachine)
for a system's local X server.
.
The main scope of nxagent is to eliminate X round-trips or transform
- them into asynchronous replies. nxagent works together with nxproxy from
- NoMachine. nxproxy itself does not make any effort to minimize round-trips
+ them into asynchronous replies. nxagent works together with nxproxy.
+ nxproxy itself does not make any effort to minimize round-trips
by itself, this is demanded of nxagent.
.
Being an X server, nxagent is able to resolve all the property/atoms related
@@ -100,8 +100,8 @@ Depends:
libxcomp3 (>= ${source:Version}), libxcomp3 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
-Description: NX proxy (NoMachine)
- NX is a software suite from NoMachine which implements very efficient
+Description: NX proxy
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -113,8 +113,8 @@ Depends:
libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
-Description: NX xauth (NoMachine)
- NX is a software suite from NoMachine which implements very efficient
+Description: NX xauth
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -129,7 +129,7 @@ Depends:
Breaks: nxcomp (<=3.5.1)
Replaces: nxcomp
Description: NX X compression library
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -145,7 +145,7 @@ Depends:
Breaks: nxcomp-dev (<=3.5.1)
Replaces: nxcomp-dev
Description: NX X compression library headers
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -160,7 +160,7 @@ Depends:
Breaks: nxcompext (<=3.5.1)
Replaces: nxcompext
Description: NX X11 protocol compression extensions library
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -177,7 +177,7 @@ Depends:
Breaks: nxcompext-dev (<=3.5.1)
Replaces: nxcompext-dev
Description: NX X11 protocol compression extensions library headers
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -194,7 +194,7 @@ Depends:
Breaks: nxcompshad (<=3.5.1)
Replaces: nxcompshad
Description: NX shadowing library
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
@@ -209,7 +209,7 @@ Depends:
Breaks: nxcompshad-dev (<=3.5.1)
Replaces: nxcompshad-dev
Description: NX shadowing library headers
- NX is a software suite from NoMachine which implements very efficient
+ NX is a software suite which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via b494b528745c741d230e877098f5c191910cdcaa (commit)
from 2fe05f6adf04c394228b03f37920c60a7ed80ff8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 -
debian/libxcomp-dev.links | 2 +-
debian/libxcompext-dev.links | 2 +-
debian/libxcompshad-dev.links | 2 +-
4 files changed, 3 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index efcdc66..51f6bc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -73,7 +73,6 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
* Remove patch: 104_nxagent_enable_debug.patch, as it breaks package build.
* Add patch headers to all patch files, report most patches upstream. Waiting for
feedback and quotable URLs from NoMachine.
- * Fix linking of doc folders for nxcomp*-dev.
* Transfer patch: 009_nxproxy_add-man-page.patch into man page file
in /debian/man.
* Add patch: 011_nxcomp_sa-restorer.patch.
diff --git a/debian/libxcomp-dev.links b/debian/libxcomp-dev.links
index 85dd7d7..ed40e89 100644
--- a/debian/libxcomp-dev.links
+++ b/debian/libxcomp-dev.links
@@ -1 +1 @@
-usr/share/doc/libxcomp3 usr/share/doc/libxcomp-dev
+usr/share/doc/libxcomp3 usr/share/doc/libxcomp3-dev
diff --git a/debian/libxcompext-dev.links b/debian/libxcompext-dev.links
index 9d513e9..2346289 100644
--- a/debian/libxcompext-dev.links
+++ b/debian/libxcompext-dev.links
@@ -1 +1 @@
-usr/share/doc/libxcompext3 usr/share/doc/libxcompext-dev
+usr/share/doc/libxcompext3 usr/share/doc/libxcompext3-dev
diff --git a/debian/libxcompshad-dev.links b/debian/libxcompshad-dev.links
index 32701d2..adeb7ec 100644
--- a/debian/libxcompshad-dev.links
+++ b/debian/libxcompshad-dev.links
@@ -1,2 +1,2 @@
-usr/share/doc/libxcompshad3 usr/share/doc/libxcompshad-dev
+usr/share/doc/libxcompshad3 usr/share/doc/libxcompshad3-dev
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via 2fe05f6adf04c394228b03f37920c60a7ed80ff8 (commit)
from 6f30998ad933f78ff3d30ab4a69e5ab5c92a00cf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]patches/series | 1 -
1 file changed, 1 deletion(-)
The diff of changes is:
diff --git a/debian/patches/series b/debian/patches/series
index 2fa7b78..5cdde23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -17,7 +17,6 @@
101_nxagent_set-rgb-path.patch
102_xserver-xext_set-securitypolicy-path.patch
103_nxagent_set-X0-config-path.patch
-#104_nxagent_enable_debug.patch
105_nxagent_export-remote-keyboard-config.patch
106_nxagent_utf8-copy-clipboard.patch
107_nxagent_clipboard-compound-text+small-bed-sheets.patch
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]
The branch, build-baikal has been updated
via 91ae4d4e400bfb18f5e89dd4ecf8b9cede931fcc (commit)
from b494b528745c741d230e877098f5c191910cdcaa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
debian/patches/011_nxcomp_sa-restorer.patch | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 51f6bc4..c3fc37d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -77,6 +77,7 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
in /debian/man.
* Add patch: 011_nxcomp_sa-restorer.patch.
* Add/insert patch: 005_nxcomp_gcc43.patch.
+ * Fix line hunks: 011_nxcomp_sa-restorer.patch.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/patches/011_nxcomp_sa-restorer.patch b/debian/patches/011_nxcomp_sa-restorer.patch
index de603d6..afaa29f 100644
--- a/debian/patches/011_nxcomp_sa-restorer.patch
+++ b/debian/patches/011_nxcomp_sa-restorer.patch
@@ -3,9 +3,9 @@ Description: sa_restorer vs. memset
Forwarded: not-yet
Author: Stéphane Graber <stgraber(a)ubuntu.com>
Last-Update: 2011-12-31
---- a/Loop.cpp
-+++ b/Loop.cpp
-@@ -5895,7 +5895,7 @@ void InstallSignal(int signal, int action)
+--- a/nxcomp/Loop.cpp
++++ b/nxcomp/Loop.cpp
+@@ -5895,7 +5895,7 @@
#if defined(__linux__)
@@ -14,7 +14,7 @@ Last-Update: 2011-12-31
#endif
-@@ -6513,7 +6513,7 @@ void SetTimer(int value)
+@@ -6513,7 +6513,7 @@
#if defined(__linux__)
hooks/post-receive
--
nx-libs.git (NX (redistributed))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).
[View Less]