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

Mirco Bauer meebey-guest@costa.debian.org
Tue, 15 Feb 2005 23:48:30 +0100


Author: meebey-guest
Date: 2005-02-15 23:48:29 +0100 (Tue, 15 Feb 2005)
New Revision: 1520

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/control
   mcs/trunk/debian/rules
Log:
- removing s390 packages



Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2005-02-15 22:14:00 UTC (rev 1519)
+++ mcs/trunk/debian/changelog	2005-02-15 22:48:29 UTC (rev 1520)
@@ -1,3 +1,11 @@
+mcs (1.0.5-3) unstable; urgency=high
+
+  * Mirco 'meebey' Bauer
+    + removed all packages for s390 (see mono (1.0.5-2) for details)
+    + minor changes in packages short descriptions
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Tue, 15 Feb 2005 23:23:11 +0200
+
 mcs (1.0.5-2) unstable; urgency=high
 
   * Mirco 'meebey' Bauer

Modified: mcs/trunk/debian/control
===================================================================
--- mcs/trunk/debian/control	2005-02-15 22:14:00 UTC (rev 1519)
+++ mcs/trunk/debian/control	2005-02-15 22:48:29 UTC (rev 1520)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade@debian.org>, Mirco Bauer <meebey@meebey.net>
-Build-Depends: debhelper (>> 4.0.0), mono-mcs (>= 1.0.1) | c-sharp-compiler, libxslt1-dev, libicu28-dev, mono-utils (>= 1.0), dpatch
+Build-Depends: debhelper (>> 4.0.0), mono-mcs (>= 1.0.1) | c-sharp-compiler, mono-utils (>= 1.0), libxslt1-dev, libicu28-dev, dpatch
 Build-Conflicts: mono-assemblies-base (<< 0.96)
 Standards-Version: 3.6.1
 
@@ -14,7 +14,7 @@
 Recommends: mono-assemblies-arch
 Provides: mono-assemblies-base-${mono:upversion}
 Conflicts: mono-assemblies
-Description: Mono .NET class libraries
+Description: Mono class library
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
  development platform.
@@ -25,11 +25,11 @@
 
 Package: mono-assemblies-arch
 Section: libs
-Architecture: i386 powerpc s390
+Architecture: i386 powerpc
 Depends: ${gdi:Depends}, ${wine:Depends}, ${shlibs:Depends}, mono-assemblies-base-${mono:upversion}
 Conflicts: mono-assemblies, cli-runtime
 Provides: cli-runtime, mono-assemblies-arch-${mono:upversion}
-Description: architecture specific files for Mono/.NET assemblies
+Description: architecture specific files for Mono's class library
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
  development platform.
@@ -57,7 +57,7 @@
 Package: mono-gac
 Architecture: all
 Depends: mono-jit | cli-virtual-machine, mono-assemblies-base
-Description: Mono GAC Tool
+Description: Mono GAC tool
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
  development platform.
@@ -67,7 +67,7 @@
 
 Package: mono-jay
 Section: devel
-Architecture: i386 powerpc s390
+Architecture: i386 powerpc
 Depends: ${shlibs:Depends}
 Description: LALR(1) parser generator oriented to Java/.NET
  Jay is a Yacc implementation oriented to Java-like input syntax. It

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2005-02-15 22:14:00 UTC (rev 1519)
+++ mcs/trunk/debian/rules	2005-02-15 22:48:29 UTC (rev 1520)
@@ -9,16 +9,10 @@
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-# since s390 has problems building the indep part (compiler, classlib) we only build arch
-TARGETS := build-arch build-indep
-ifeq ($(DEB_BUILD_ARCH), s390)
-	TARGETS := build-arch
-endif
-
 # Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make
 
-build: $(TARGETS)
+build: build-arch build-indep
 
 build-arch: build-arch-stamp
 build-arch-stamp:
@@ -35,7 +29,7 @@
 	dh_clean -k
 	./configure --prefix=/usr
 	$(MAKE) RUNTIME=/usr/bin/cli
-	# tmp1 for net_1_0 and tmp2 for jay
+	# tmp1 for mcs and tmp2 for mcs/jay
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp1 RUNTIME=/usr/bin/cli
 	# creating relative symlinks
 	cd $(CURDIR)/debian/tmp1/usr/lib/mono/1.0 && ln -sf ../gac/*/*/*.dll .