This is the patch I used in my NMU.

diff -u wdm-1.28/debian/changelog wdm-1.28/debian/changelog
--- wdm-1.28/debian/changelog
+++ wdm-1.28/debian/changelog
@@ -1,3 +1,14 @@
+wdm (1.28-2.4) unstable; urgency=low
+
+  * Non-maintainer upload to solve release goal.
+  * Add LSB dependency header to init.d scripts (Closes: #462213)
+  * Fix build problem on GNU/kFreeBSD (Closes: #417865).  Patch
+    from Cyril Brulebois.
+  * The code now includes patch to properly handle a killed X
+    server (closes: #272494).
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Tue, 25 Mar 2008 22:16:50 +0100
+
 wdm (1.28-2.3) unstable; urgency=low

   * Non-maintainer upload.
diff -u wdm-1.28/debian/init wdm-1.28/debian/init
--- wdm-1.28/debian/init
+++ wdm-1.28/debian/init
@@ -1,5 +1,12 @@
 #!/bin/sh
-# /etc/init.d/wdm: start or stop the WINGs display manager
+### BEGIN INIT INFO
+# Provides:          wdm
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: start or stop the WINGs display manager
+### END INIT INFO

 set -e

only in patch2:
unchanged:
--- wdm-1.28.orig/src/wdm/daemon.c
+++ wdm-1.28/src/wdm/daemon.c
@@ -41,7 +41,7 @@
 #include <sys/ioctl.h>
 #endif
 #if defined(__osf__) || defined(linux) || defined(__GNU__) || 
defined(__CYGWIN__) \
-       || (defined(IRIX) && !defined(_IRIX4))
+       || (defined(IRIX) && !defined(_IRIX4)) || defined(__GLIBC__)
 #define setpgrp setpgid
 #endif
 #ifdef hpux



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to