Hi,
I have uploaded an NMU to fix this RC bug as part of the BSP this
weekend. The patch follows.
BTW, there are a number of lintian warnings that could use some
attention, as well as upgrading to a more recent debhelper version.
Regards,
Roger
diff -urN wmsysmon-0.7.7.original/debian/changelog
wmsysmon-0.7.7/debian/changelog
--- wmsysmon-0.7.7.original/debian/changelog 2005-09-04 16:51:44.000000000
+0100
+++ wmsysmon-0.7.7/debian/changelog 2005-09-04 16:54:59.802669448 +0100
@@ -1,3 +1,12 @@
+wmsysmon (0.7.7-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * src/wmsysmon.c: Add break at the end of the default label clause
+ of a switch statement to fix a build failure with GCC 4.0.
+ Applied patch from Andreas Jochens (closes: #259912).
+
+ -- Roger Leigh <[EMAIL PROTECTED]> Sun, 4 Sep 2005 16:52:12 +0100
+
wmsysmon (0.7.7-3) unstable; urgency=low
* Manpage fixed (closes: #93475, #165944).
diff -urN wmsysmon-0.7.7.original/src/wmsysmon.c wmsysmon-0.7.7/src/wmsysmon.c
--- wmsysmon-0.7.7.original/src/wmsysmon.c 2001-12-24 07:11:58.000000000
+0000
+++ wmsysmon-0.7.7/src/wmsysmon.c 2005-09-04 16:53:15.572514840 +0100
@@ -288,6 +288,7 @@
#ifdef MONDEBUG
printf("got: %i\n", Event.type);
#endif
+ break;
}
}
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]