[Pkg-mono-svn-commits] rev 1564 - in mono/branches/1.1/debian: . detector

Mirco Bauer meebey-guest@costa.debian.org
Sat, 09 Apr 2005 20:56:03 +0000


Author: meebey-guest
Date: 2005-04-09 20:56:02 +0000 (Sat, 09 Apr 2005)
New Revision: 1564

Modified:
   mono/branches/1.1/debian/changelog
   mono/branches/1.1/debian/detector/Makefile
   mono/branches/1.1/debian/rules
Log:
- unfuck binfmt :)



Modified: mono/branches/1.1/debian/changelog
===================================================================
--- mono/branches/1.1/debian/changelog	2005-04-09 20:05:23 UTC (rev 1563)
+++ mono/branches/1.1/debian/changelog	2005-04-09 20:56:02 UTC (rev 1564)
@@ -1,4 +1,4 @@
-mono (1.1.6-0pre3) experimental; urgency=low
+mono (1.1.6-0pre4) experimental; urgency=low
 
   * New upstream release
     + New build system, using one source tarball.

Modified: mono/branches/1.1/debian/detector/Makefile
===================================================================
--- mono/branches/1.1/debian/detector/Makefile	2005-04-09 20:05:23 UTC (rev 1563)
+++ mono/branches/1.1/debian/detector/Makefile	2005-04-09 20:56:02 UTC (rev 1564)
@@ -4,4 +4,3 @@
 
 clean:
 	rm binfmt-detector-cli
-	rm debian/ -rf

Modified: mono/branches/1.1/debian/rules
===================================================================
--- mono/branches/1.1/debian/rules	2005-04-09 20:05:23 UTC (rev 1563)
+++ mono/branches/1.1/debian/rules	2005-04-09 20:56:02 UTC (rev 1564)
@@ -65,7 +65,7 @@
 	    do chmod +x $$x; pod2man $$x > $$x.1 ; done
 	install -D -m755 cli-wrapper debian/mono-common/usr/bin/cli-wrapper
 	cd debian/detector && \
-	  $(MAKE) && install -D -m755 binfmt-detector-cli debian/mono-common/usr/lib/cli/binfmt-detector-cli
+	  $(MAKE) && install -D -m755 binfmt-detector-cli $(CURDIR)/debian/mono-common/usr/lib/cli/binfmt-detector-cli
 	install -o root -g root -m 644 debian/cli.binfmt \
 	  debian/mono-common/usr/share/binfmts/cli
 	# MonoConventions: removing executable flag from .dll .mdb and .cs