[Pkg-mono-svn-commits] rev 2488 - non-group/ikvm/trunk/debian

Dave Beckett dajobe at costa.debian.org
Wed Apr 26 05:52:50 UTC 2006


Author: dajobe
Date: 2006-04-26 05:52:48 +0000 (Wed, 26 Apr 2006)
New Revision: 2488

Modified:
   non-group/ikvm/trunk/debian/changelog
   non-group/ikvm/trunk/debian/control
   non-group/ikvm/trunk/debian/rules
Log:
ikvm 0.26.0.1-2

Modified: non-group/ikvm/trunk/debian/changelog
===================================================================
--- non-group/ikvm/trunk/debian/changelog	2006-04-26 04:12:51 UTC (rev 2487)
+++ non-group/ikvm/trunk/debian/changelog	2006-04-26 05:52:48 UTC (rev 2488)
@@ -1,3 +1,10 @@
+ikvm (0.26.0.1-2) unstable; urgency=low
+
+  * Build with ecj (actually the GCJ-compiled ecj in package
+    ecj-bootstrap-gcj) rather than ecj-bootstrap (Closes: #364430)
+
+ -- Dave Beckett <dajobe at debian.org>  Tue, 25 Apr 2006 22:39:04 -0700
+
 ikvm (0.26.0.1-1) unstable; urgency=low
 
   * New upstream release

Modified: non-group/ikvm/trunk/debian/control
===================================================================
--- non-group/ikvm/trunk/debian/control	2006-04-26 04:12:51 UTC (rev 2487)
+++ non-group/ikvm/trunk/debian/control	2006-04-26 05:52:48 UTC (rev 2488)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: debhelper (>= 4.0.0), jikes, nant (>= 0.84+0.85-rc3-3), mono-mcs (>= 1.1.9), libmono-dev (>= 1.1.9), cli-common (>= 0.2.0), mono-gac, sharutils, bzip2, dpatch, ecj-bootstrap (>= 3.0.1) | eclipse-ecj (>= 3.0.1), java-gcj-compat, mono-classlib-2.0
+Build-Depends: debhelper (>= 4.0.0), jikes, nant (>= 0.84+0.85-rc3-3), mono-mcs (>= 1.1.9), libmono-dev (>= 1.1.9), cli-common (>= 0.2.0), mono-gac, sharutils, bzip2, dpatch, ecj-bootstrap-gcj (>= 3.0.1), java-gcj-compat, mono-classlib-2.0
 Standards-Version: 3.6.2
 
 Package: ikvm

Modified: non-group/ikvm/trunk/debian/rules
===================================================================
--- non-group/ikvm/trunk/debian/rules	2006-04-26 04:12:51 UTC (rev 2487)
+++ non-group/ikvm/trunk/debian/rules	2006-04-26 05:52:48 UTC (rev 2488)
@@ -57,8 +57,6 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	chmod 755 $(CURDIR)/debian/ecj
-	PATH=$(CURDIR)/debian:$$PATH \
 	nant -v signed
 
 	touch build-stamp




More information about the Pkg-mono-svn-commits mailing list