[Pkg-mono-svn-commits] rev 1516 - mcs/trunk/debian

Mirco Bauer meebey-guest@costa.debian.org
Wed, 02 Feb 2005 17:19:06 +0100


Author: meebey-guest
Date: 2005-02-02 17:19:06 +0100 (Wed, 02 Feb 2005)
New Revision: 1516

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/rules
Log:
- s390 fix.



Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2005-01-30 22:59:03 UTC (rev 1515)
+++ mcs/trunk/debian/changelog	2005-02-02 16:19:06 UTC (rev 1516)
@@ -1,3 +1,10 @@
+mcs (1.0.5-2) unstable; urgency=high
+
+  * Mirco 'meebey' Bauer
+    + fixed debian/rules build target for s390 build-arch only trick.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed, 02 Feb 2005 17:16:50 +0200
+
 mcs (1.0.5-1) unstable; urgency=high
 
   * New upstream release

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2005-01-30 22:59:03 UTC (rev 1515)
+++ mcs/trunk/debian/rules	2005-02-02 16:19:06 UTC (rev 1516)
@@ -10,15 +10,15 @@
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 # since s390 has problems building the indep part (compiler, classlib) we only build arch
-TARGETS := binary-arch binary-indep
+TARGETS := build-arch build-indep
 ifeq ($(DEB_BUILD_ARCH), s390)
-	TARGETS := binary-arch
+	TARGETS := build-arch
 endif
 
 # Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make
 
-build: build-indep build-arch
+build: $(TARGETS)
 
 build-arch: build-arch-stamp
 build-arch-stamp:
@@ -115,6 +115,6 @@
 	dh_md5sums -s
 	dh_builddeb -s
 
-binary: $(TARGETS)
+binary: binary-arch binary-indep
 .PHONY: clean build build-indep build-arch binary binary-indep binary-arch \
 	install install-indep install-arch patch unpatch