[Pkg-mono-svn-commits] rev 1300 - mono/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Sun, 08 Aug 2004 08:39:37 -0600


Author: meebey-guest
Date: 2004-08-08 08:39:35 -0600 (Sun, 08 Aug 2004)
New Revision: 1300

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- s390 build fix



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-08-08 14:30:53 UTC (rev 1299)
+++ mono/trunk/debian/changelog	2004-08-08 14:39:35 UTC (rev 1300)
@@ -1,3 +1,10 @@
+mono (1.0-5) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + debian/rules: s390 build should work now
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 08 Aug 2004 16:38:32 +0200
+
 mono (1.0-4) unstable; urgency=low
 
   * the "sorry for forgetting the NOT RELEASED YET tags" release
@@ -21,14 +28,7 @@
 
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed, 07 Jul 2004 18:53:32 +0200
 
-mono (1.0-1) unstable; urgency=low
 
-  * New upstream release (1.0 final)
-  * Mirco 'meebey' Bauer
-    + debian/rules: cleanup
-
- -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Mon, 30 Jun 2004 18:41:27 +0200
-
 mono (0.97-1) unstable; urgency=medium
 
   * New upstream release (Release Candidate)

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-08-08 14:30:53 UTC (rev 1299)
+++ mono/trunk/debian/rules	2004-08-08 14:39:35 UTC (rev 1300)
@@ -11,7 +11,7 @@
 endif
 
 ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),s390)
-JIT="--with-jit=no"
+JIT="--with-jit=no --with-nptl=no"
 ATG="arch_target=s390"
 endif