Hi,
The following diff fixes this RC bug. Unless you intend to fix it in
the next few days, or you object to the patch, I intend to NMU it
shortly.
BTW, there are also a number of lintian warnings which could use some
attention, and you are using a very old debhelper version.
Regards,
Roger
diff -urN lopster-1.2.0.1.original/debian/changelog
lopster-1.2.0.1/debian/changelog
--- lopster-1.2.0.1.original/debian/changelog 2005-07-22 21:56:22.000000000
+0100
+++ lopster-1.2.0.1/debian/changelog 2005-07-22 21:58:54.450370680 +0100
@@ -1,3 +1,11 @@
+lopster (1.2.0.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * src/log.c: Apply patch from Andreas Jochens to fix FTBFS with
+ GCC 4.0 (Closes: #287494).
+
+ -- Roger Leigh <[EMAIL PROTECTED]> Fri, 22 Jul 2005 21:58:10 +0100
+
lopster (1.2.0.1-1) unstable; urgency=low
* New upstream version (Closes: #183485, #96259, #125638)
diff -urN lopster-1.2.0.1.original/src/log.c lopster-1.2.0.1/src/log.c
--- lopster-1.2.0.1.original/src/log.c 2003-03-04 20:08:57.000000000 +0000
+++ lopster-1.2.0.1/src/log.c 2005-07-22 21:57:56.101241096 +0100
@@ -148,7 +148,7 @@
l_free(log);
}
g_list_free(net?net->logs:other_logs);
- net?net->logs:other_logs = NULL;
+ if (net) net->logs = NULL; else other_logs = NULL;
}
void log_file_destroy(log_file_t* lf) {
--
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]