aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/104_nxagent_enable_debug.patch12
2 files changed, 1 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index ca9d0161c..d8ff91d74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,7 @@ nx-libs (2:3.5.0-2) UNRELEASED; urgency=low
- 005_add-nxagent-wrapper.patch.
- 008_add-nxproxy-wrapper.patch.
- 011_add-nxauth-wrapper.patch.
+ * Remove patch: 104_nxagent_enable_debug.patch, as it breaks package build.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
diff --git a/debian/patches/104_nxagent_enable_debug.patch b/debian/patches/104_nxagent_enable_debug.patch
deleted file mode 100644
index e1f4c06cd..000000000
--- a/debian/patches/104_nxagent_enable_debug.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/nx-X11/programs/Xserver/hw/nxagent/Imakefile
-+++ b/nx-X11/programs/Xserver/hw/nxagent/Imakefile
-@@ -203,7 +203,8 @@
- -DNXAGENT_ONSTART \
- -DNXAGENT_SPLASH \
- -DNXAGENT_ARTSD \
-- -UNX_DEBUG_INPUT \
-+ -DNX_DEBUG_INPUT \
-+ -DDEBUG \
- -DRANDR_10_INTERFACE \
- -DRANDR_12_INTERFACE \
- -UPANORAMIX \