Package: ironpython Version: 1.1.1-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
Hi, The Mono 2.0 transition is currently in progress, and your package is affected. http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition The attached patch contains the necessary changes for your package, please consider applying it. Thanks, James
diff -u ironpython-1.1.1/debian/control ironpython-1.1.1/debian/control --- ironpython-1.1.1/debian/control +++ ironpython-1.1.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Matthias Klose <d...@debian.org> Uploaders: Andrew Mitchell <ajmi...@debian.org> -Build-Depends: debhelper (>= 5.0), mono-gmcs (>= 1.1.17) | c-sharp-2.0-compiler, cli-common-dev (>= 0.4.4), libmono-winforms2.0-cil +Build-Depends: debhelper (>= 5.0), mono-devel | c-sharp-2.0-compiler, cli-common-dev (>= 0.4.4), libmono-winforms2.0-cil Standards-Version: 3.7.3 Package: ironpython diff -u ironpython-1.1.1/debian/changelog ironpython-1.1.1/debian/changelog 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=gmcs + $(MAKE) -C Src CSC=csc touch build-stamp clean: