The branch, build-main has been updated
via 6c9bd8865df4ec7e1fbd63bb7e349a6aaef3e8ae (commit)
from 2093e705a25923942819f31f2b51229c9da85ced (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 | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 41ea4c3..983c50c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ nx-libs (2:3.5.0.17-0) UNRELEASED; urgency=low
[ Mike Gabriel ]
* Add README.keystrokes to doc section of bin:package nxagent.
+ * Add pkg-config to build dependencies.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 07 Nov 2012 21:14:23 +0100
diff --git a/debian/control b/debian/control
index f34b1d2..d1f49cb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends:
quilt (>= 0.46-7~),
libxmltok1-dev,
libxml2-dev,
- autoconf
+ autoconf,
+ pkg-config,
Build-Conflicts:
x11proto-core-dev,
x11proto-kb-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-main has been updated
via 26901cc52224dbfbf308b9252640563e4b52e960 (commit)
from fe598a1e55a7bcd5578c06848e91ff869637c9c6 (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 +
.../302_nxagent_configurable-keystrokes.full.patch | 42 ++++++++++++++++++++
2 files changed, 44 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 888cb3c..6c255c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ nx-libs (2:3.5.0.17-0) UNRELEASED; urgency=low
* Add patch: 302_nxagent_configurable-keystrokes.full.patch, replaces the
hardcoded nxagent keybindings by a configurable table of keybindings.
(Closes upstream issue: #74).
+ * Follow-up commit for 302_nxagent_configurable-keystrokes.full.patch, fixes
+ FTBFS problem with the first version of that patch.
[ Mike Gabriel ]
* Add README.keystrokes to doc section of bin:package nxagent.
diff --git a/debian/patches/302_nxagent_configurable-keystrokes.full.patch b/debian/patches/302_nxagent_configurable-keystrokes.full.patch
index fb74739..8fb34df 100644
--- a/debian/patches/302_nxagent_configurable-keystrokes.full.patch
+++ b/debian/patches/302_nxagent_configurable-keystrokes.full.patch
@@ -987,3 +987,45 @@ Description: Make nxagent-specific keyboard bindings configurable
+regions_on_screen
+test_input
+deactivate_input_devices_grab
+--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
++++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
+@@ -148,6 +148,8 @@
+
+ char nxagentVerbose = 0;
+
++char *nxagentKeystrokeFile = NULL;
++
+ int ddxProcessArgument(int argc, char *argv[], int i)
+ {
+ /*
+@@ -1021,6 +1023,20 @@
+ return 1;
+ }
+
++ if (!strcmp(argv[i], "-keystrokefile"))
++ {
++ if (i + 1 < argc)
++ {
++ if (NULL != (nxagentKeystrokeFile = strdup(argv[i + 1])))
++ {
++ return 2;
++ } else {
++ FatalError("malloc failed");
++ }
++ }
++ return 0;
++ }
++
+ return 0;
+ }
+
+--- a/nx-X11/programs/Xserver/hw/nxagent/Args.h
++++ b/nx-X11/programs/Xserver/hw/nxagent/Args.h
+@@ -83,4 +83,6 @@
+
+ extern int nxagentRemoteMajor;
+
++extern char *nxagentKeystrokeFile;
++
+ #endif /* __Args_H__ */
+
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-main has been updated
via 3fd30962b9c3eda3b92ee5f998ffc4eeef6faeed (commit)
from 9568a16556e7fa6b83c06a6e0c592ee377010a38 (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 1c162fb..a0cd320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nx-libs (2:3.5.0.16-0) UNRELEASED; urgency=low
+nx-libs (2:3.5.0.16-0) unstable; urgency=low
* Fix installation of header files in Debian package.
* Fix patch file names concerning component nx-X11.
@@ -21,7 +21,7 @@ nx-libs (2:3.5.0.16-0) UNRELEASED; urgency=low
* Bump Debian Standards to 3.9.3 (no changes needed). Update Home page and
Vcs information.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 21 Sep 2012 10:06:54 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 07 Nov 2012 21:07:49 +0100
nx-libs (2:3.5.0.15-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-main has been updated
via 9e8a2792f5c378345248d781877940a30684c759 (commit)
from 3fd30962b9c3eda3b92ee5f998ffc4eeef6faeed (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]VERSION.x2goagent | 2 +-
debian/changelog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/VERSION.x2goagent b/debian/VERSION.x2goagent
index a1320c3..056cec0 100644
--- a/debian/VERSION.x2goagent
+++ b/debian/VERSION.x2goagent
@@ -1 +1 @@
-3.5.0.15
\ No newline at end of file
+3.5.0.17
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index a0cd320..cb7dc66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nx-libs (2:3.5.0.17-0) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 07 Nov 2012 21:14:23 +0100
+
nx-libs (2:3.5.0.16-0) unstable; urgency=low
* Fix installation of header files in Debian package.
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]