[Pkg-nx-commits] r40 - in freenx/trunk/debian: . patches

Stefan Lippers-Hollmann slh-guest at costa.debian.org
Wed Aug 17 00:02:27 UTC 2005


Author: slh-guest
Date: 2005-08-17 00:02:26 +0000 (Wed, 17 Aug 2005)
New Revision: 40

Added:
   freenx/trunk/debian/patches/02_nx_1.5.0_support.dpatch
Modified:
   freenx/trunk/debian/changelog
   freenx/trunk/debian/control
Log:
- enforce nx 1.5.0.


Modified: freenx/trunk/debian/changelog
===================================================================
--- freenx/trunk/debian/changelog	2005-08-12 20:47:30 UTC (rev 39)
+++ freenx/trunk/debian/changelog	2005-08-17 00:02:26 UTC (rev 40)
@@ -3,6 +3,8 @@
   * (NOT RELEASED YET) New upstream release
   * use #!/bin/bash for maintainer scripts until they're properly POSIX
     compatible.
+  * depend on nx 1.5.0.
+  * ENABLE_1_5_0_BACKEND="1" in /etc/nxserver/node.conf is required!
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Sun,  7 Aug 2005 02:20:16 +0200
 

Modified: freenx/trunk/debian/control
===================================================================
--- freenx/trunk/debian/control	2005-08-12 20:47:30 UTC (rev 39)
+++ freenx/trunk/debian/control	2005-08-17 00:02:26 UTC (rev 40)
@@ -7,10 +7,10 @@
 
 Package: freenx
 Architecture: all
-Depends: nxagent (>= 1.4.0.2), ssh, nxproxy (>= 1.4.0.2), netcat, expect, bash (>= 2.05), xbase-clients, xfonts-base, debconf (>= 0.5.00), adduser
+Depends: nxagent (>= 1.4.90), ssh, netcat, expect, bash (>= 2.05), xbase-clients, xfonts-base, debconf (>= 0.5.00), adduser
 Replaces: nxserver (<= 0.2-4)
 Conflicts: nxserver
-Suggests: nxdesktop (>= 1.4.0.2), nxviewer (>= 1.4.0.2)
+Suggests: nxdesktop (>= 1.4.90), nxviewer (>= 1.4.90)
 Description: The FreeNX application/thin-client server based on NX technology
  NoMachine NX is the next-generation X compression and roundtrip suppression
  scheme. It can operate remote X11 sessions over 56k modem dialup links or

Added: freenx/trunk/debian/patches/02_nx_1.5.0_support.dpatch
===================================================================
--- freenx/trunk/debian/patches/02_nx_1.5.0_support.dpatch	2005-08-12 20:47:30 UTC (rev 39)
+++ freenx/trunk/debian/patches/02_nx_1.5.0_support.dpatch	2005-08-17 00:02:26 UTC (rev 40)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_nx_1.5.0_support.patch by Stefan Lippers-Hollmann <s.l-h at gmx.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Activate nx 1.5.0 compatibility mode for freenx.
+
+ at DPATCH@
+--- trunk.orig/node.conf.sample	2005-08-17 01:50:18.816700000 +0200
++++ trunk/node.conf.sample	2005-08-17 01:54:05.782884500 +0200
+@@ -336,7 +336,7 @@
+ 
+ # When set to 1 enables fake cookie authentication, when a 1.5.0 client 
+ # connects.
+-#ENABLE_1_5_0_BACKEND="0"
++ENABLE_1_5_0_BACKEND="1"
+ 
+ # If enabled writes entries via the COMMAND_SESSREG program
+ # into utmp/wtmp/lastlog database.




More information about the Pkg-nx-commits mailing list