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

Mirco Bauer meebey at alioth.debian.org
Sun Dec 23 00:16:39 UTC 2007


Author: meebey
Date: 2007-12-23 00:16:39 +0000 (Sun, 23 Dec 2007)
New Revision: 3544

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- minor fix



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-12-22 23:42:21 UTC (rev 3543)
+++ mono/trunk/debian/changelog	2007-12-23 00:16:39 UTC (rev 3544)
@@ -1,3 +1,12 @@
+mono (1.2.6+dfsg-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Pass -D to cli.binfmt install call, makes it not failing on archs that
+      are not listed in debian/control.
+      (thanks to Emanuele Rocca <ema at debian.org> for the hint)
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 23 Dec 2007 00:42:15 +0100
+
 mono (1.2.6+dfsg-2) unstable; urgency=low
 
   * The "Welcome SPARC and S390 Users!" release

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-12-22 23:42:21 UTC (rev 3543)
+++ mono/trunk/debian/rules	2007-12-23 00:16:39 UTC (rev 3544)
@@ -249,7 +249,7 @@
 	cd debian/detector && \
 	  install -D -m 755 binfmt-detector-cli $(CURDIR)/debian/mono-common/usr/lib/cli/binfmt-detector-cli
 	install -D -m 755 cli-wrapper debian/mono-common/usr/bin/cli-wrapper
-	install -o root -g root -m 644 debian/cli.binfmt \
+	install -D -m 644 -o root -g root debian/cli.binfmt \
 	  debian/mono-common/usr/share/binfmts/cli
 
 	dh_install -s




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