Hello,
The patch below fixes this bug by changing `csc` to `mono-csc` in the
debian/rules file, per the suggestion in Lucas's report.
- richard
diff -u ironpython-1.1.1/debian/rules ironpython-1.1.1/debian/rules
--- ironpython-1.1.1/debian/rules
+++ ironpython-1.1.1/debian/rules
@@ -16,7 +16,7 @@
build-stamp:
dh_testdir
mkdir -p Src/IronPythonTest/bin/Debug
- $(MAKE) -C Src CSC=csc
+ $(MAKE) -C Src CSC=mono-csc
touch build-stamp
clean:
diff -u ironpython-1.1.1/debian/changelog ironpython-1.1.1/debian/changelog
--- ironpython-1.1.1/debian/changelog
+++ ironpython-1.1.1/debian/changelog
@@ -1,3 +1,10 @@
+ironpython (1.1.1-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Change from csc to mono-csc to fix FTBFS. (Closes: #562374)
+
+ -- Richard Darst <[email protected]> Sun, 31 Jan 2010 00:33:04 -0500
+
ironpython (1.1.1-3) unstable; urgency=low
* Prepare for Mono 2.0 transition (James Westby). Closes: #517567.
--
| Richard Darst - rkd@ - boltzmann: up 194 days, 2:35
| http://rkd.zgib.net - pgp 0xBD356740
| "Ye shall know the truth and -- the truth shall make you free"
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]