This bugs has been fixed by an NMU during this weekend's BSP. The
diff follows.
Besides fixing this and the libreadline5 issue, the package has a
number of less serious problems which could use some attention. There
is also a new upstream release available which works with GTK+-2.0.
Please could you package this?
Regards,
Roger
diff -urN scigraphica-0.8.0.original/debian/changelog
scigraphica-0.8.0/debian/changelog
--- scigraphica-0.8.0.original/debian/changelog 2005-09-03 21:28:09.000000000
+0100
+++ scigraphica-0.8.0/debian/changelog 2005-09-03 21:41:26.499715248 +0100
@@ -1,3 +1,14 @@
+scigraphica (0.8.0-9.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * src/python/python_config.c: Add break statement after labels at
+ the end of switch statements to fix a FTFBS with GCC 4.0, based
+ on a patch from Andreas Jochens (Closes: #259838).
+ * debian/control: Build-Depend on libreadline5-dev rather than
+ libreadline4-dev (Closes: #326299).
+
+ -- Roger Leigh <[EMAIL PROTECTED]> Sat, 3 Sep 2005 21:41:07 +0100
+
scigraphica (0.8.0-9) unstable; urgency=low
* Don't load the python path and modules from the config file.
diff -urN scigraphica-0.8.0.original/debian/control
scigraphica-0.8.0/debian/control
--- scigraphica-0.8.0.original/debian/control 2005-09-03 21:28:09.000000000
+0100
+++ scigraphica-0.8.0/debian/control 2005-09-03 21:34:34.372368128 +0100
@@ -1,7 +1,7 @@
Source: scigraphica
Section: math
Priority: optional
-Build-Depends: debhelper, libgtk1.2-dev, libgtkextra17-dev, libreadline4-dev,
libxml-dev, libzvt-dev, python-dev, python-numeric, autotools-dev,
libgtkxmhtml-dev, gdk-imlib1-dev, defoma
+Build-Depends: debhelper, libgtk1.2-dev, libgtkextra17-dev, libreadline5-dev,
libxml-dev, libzvt-dev, python-dev, python-numeric, autotools-dev,
libgtkxmhtml-dev, gdk-imlib1-dev, defoma
Maintainer: David Schleef <[EMAIL PROTECTED]>
Standards-Version: 3.6.0
diff -urN scigraphica-0.8.0.original/src/python/python_config.c
scigraphica-0.8.0/src/python/python_config.c
--- scigraphica-0.8.0.original/src/python/python_config.c 2001-11-30
17:03:23.000000000 +0000
+++ scigraphica-0.8.0/src/python/python_config.c 2005-09-03
21:32:26.853753904 +0100
@@ -236,6 +236,7 @@
}
break;
default:
+ break;
}
}
#ifdef WITH_GNOME
@@ -610,6 +611,7 @@
break;
default:
+ 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]