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

Eduard Bloch blade@haydn.debian.org
Sat, 12 Jun 2004 16:29:02 -0600


Author: blade
Date: 2004-06-12 16:28:59 -0600 (Sat, 12 Jun 2004)
New Revision: 980

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/rules
Log:
Add autoguessing option


Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2004-06-12 22:26:56 UTC (rev 979)
+++ mcs/trunk/debian/changelog	2004-06-12 22:28:59 UTC (rev 980)
@@ -11,6 +11,7 @@
     + install gmcs.exe (closes: #244189)
     + use the second access method of cli-wrapper (directory symlink) to run
       mcs.exe since it's sensitive to the invocation argument
+    + changes to not build all the assemblies on arch-only builds
 
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 04 Jun 2004 20:04:50 +0200
 

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-12 22:26:56 UTC (rev 979)
+++ mcs/trunk/debian/rules	2004-06-12 22:28:59 UTC (rev 980)
@@ -4,10 +4,6 @@
 #export DH_COMPAT=3
 export MONO_SHARED_DIR=$(CURDIR)/.wabi
 
-VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
-UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,')
-NEXTVERSION = $(UPVERSION).zzz
-
 build-arch: build-arch-stamp
 build-arch-stamp:
 	dh_testdir
@@ -83,9 +79,9 @@
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
-	dh_makenetlibs -i -m $(UPVERSION) -l $(NEXTVERSION)
+	dh_makenetlibs -i -r
 	dh_netdeps -i
-	dh_gencontrol -i -- -Vmono:upversion=$(UPVERSION)
+	dh_gencontrol -i
 	dh_md5sums -i
 	dh_builddeb -i