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

Mirco Bauer meebey-guest at costa.debian.org
Mon Apr 10 17:55:50 UTC 2006


Author: meebey-guest
Date: 2006-04-10 17:55:49 +0000 (Mon, 10 Apr 2006)
New Revision: 2419

Modified:
   mono/trunk/debian/rules
Log:
- moved the building of the MonoGetAssemblyName.cs after "make install", else its very ugly to use the built mono runtime




Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-04-10 17:36:14 UTC (rev 2418)
+++ mono/trunk/debian/rules	2006-04-10 17:55:49 UTC (rev 2419)
@@ -49,10 +49,6 @@
 	  --with-libgdiplus=installed --with-x=yes
 	$(MAKE)
 	chmod +x debian/dh_makeclilibs debian/dh_clideps
-	# Build the late-GAC tool
-	$(RUN_MONO) mcs/class/lib/default/mcs.exe /t:exe \
-	  /out:debian/MonoGetAssemblyName.exe \
-	  debian/MonoGetAssemblyName.cs
 	touch build-stamp
 
 clean: unpatch
@@ -73,6 +69,10 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	# Build the late-GAC tool
+	$(RUN_MONO) mcs/class/lib/default/mcs.exe /t:exe \
+	  /out:debian/MonoGetAssemblyName.exe \
+	  debian/MonoGetAssemblyName.cs
 	# we do not want nunit, it's a forked version
 	rm -f debian/tmp/usr/lib/pkgconfig/mono-nunit.pc
 	rm -f debian/tmp/usr/lib/mono/1.0/nunit*




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