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

Eduard Bloch blade@haydn.debian.org
Sun, 08 Aug 2004 11:36:36 -0600


Author: blade
Date: 2004-08-08 11:36:29 -0600 (Sun, 08 Aug 2004)
New Revision: 1314

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
The ntpl problem "solved" by disabling it


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-08-08 17:26:39 UTC (rev 1313)
+++ mono/trunk/debian/changelog	2004-08-08 17:36:29 UTC (rev 1314)
@@ -1,20 +1,17 @@
-mono (1.0-5) unstable; urgency=medium
+mono (1.0-4) unstable; urgency=medium
 
+  * the "sorry for forgetting the NOT RELEASED YET tags" release
   * Mono BSP
   * Mirco 'meebey' Bauer
     + debian/rules: s390 build should work now
       (showstopper for sarge, thus medium urgency)
     + debian/control: fixed typo, tuned Architecture field for mono
     + debian/README.Debian: fixed typo
+  * Eduard Bloch
+    + --with-ntpl=no, still breaks on kernel 2.4 (closes: #256755, #257412)
 
  -- 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
-
- -- Eduard Bloch <blade@debian.org>  Wed,  7 Jul 2004 23:27:22 +0200
-
 mono (1.0-3) unstable; urgency=low
 
   * NOT RELEASED YET

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-08-08 17:26:39 UTC (rev 1313)
+++ mono/trunk/debian/rules	2004-08-08 17:36:29 UTC (rev 1314)
@@ -43,7 +43,7 @@
 	  --mandir=\$${prefix}/share/man \
 	  --infodir=\$${prefix}/share/info \
 	  --sysconfdir=/etc --with-sigaltstack=no $(JIT) \
-	  --with-preview=yes
+	  --with-preview=yes --with-nptl=no
 	# we don't touch precompiled stuff
 	perl -pe 's,\ runtime\ ,  ,' -i Makefile
 	$(MAKE) -j5 $(ATG)
@@ -133,5 +133,6 @@
 	dh_md5sums -s
 	dh_builddeb -s
 
-binary: binary-indep binary-arch
+#binary: binary-indep binary-arch
+binary: binary-arch
 .PHONY: build clean binary-indep binary-arch binary install