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

Mirco Bauer meebey at alioth.debian.org
Thu Dec 27 21:30:58 UTC 2007


Author: meebey
Date: 2007-12-27 21:30:58 +0000 (Thu, 27 Dec 2007)
New Revision: 3566

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- mono 1.2.6+dfsg-5 release



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-12-26 23:13:41 UTC (rev 3565)
+++ mono/trunk/debian/changelog	2007-12-27 21:30:58 UTC (rev 3566)
@@ -1,3 +1,12 @@
+mono (1.2.6+dfsg-5) unstable; urgency=low
+
+  * debian/rules:
+    + Reverted the changed target dependecies, which caused no patches being
+      applied anymore. Thus the fix_implicit_pointer_conversions patch for IA64
+      is applied again. (Closes: #457868)
+
+ -- Mirco Bauer <meebey at debian.org>  Thu, 27 Dec 2007 20:54:20 +0100
+
 mono (1.2.6+dfsg-4) unstable; urgency=low
 
   * debian/patches/ppc_disable_delegate_trampoline_optimization.dpatch:

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-12-26 23:13:41 UTC (rev 3565)
+++ mono/trunk/debian/rules	2007-12-27 21:30:58 UTC (rev 3566)
@@ -83,7 +83,7 @@
 	$(CONFIGURE)
 	touch configure-indep-stamp
 
-build-arch: configure-arch-stamp build-arch-stamp
+build-arch: configure-arch build-arch-stamp
 build-arch-stamp: cli-wrapper
 	dh_testdir
 	LC_ALL=C $(MAKE) $(MAKE_FLAGS) EXTERNAL_MCS=false EXTERNAL_MONO=false
@@ -94,7 +94,7 @@
 	#debian/mono-aot-bootstrap
 	touch build-arch-stamp
 
-build-indep: configure-indep-stamp build-indep-stamp
+build-indep: configure-indep build-indep-stamp
 build-indep-stamp:
 	dh_testdir
 	LC_ALL=C $(MAKE) $(MAKE_FLAGS) EXTERNAL_MCS=false EXTERNAL_MONO=false




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