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

Sebastian Dröge slomo at alioth.debian.org
Mon May 21 12:12:33 UTC 2007


Author: slomo
Date: 2007-05-21 12:12:32 +0000 (Mon, 21 May 2007)
New Revision: 3173

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
* Sebastian 'slomo' Dr?\195?\182ge:
  + debian/rules:
    - Set executable bit on dh_clistrip and the other debhelper scripts
      to fix FTBFS.

Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-05-20 23:44:40 UTC (rev 3172)
+++ mono/trunk/debian/changelog	2007-05-21 12:12:32 UTC (rev 3173)
@@ -1,3 +1,12 @@
+mono (1.2.4-2) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + debian/rules:
+      - Set executable bit on dh_clistrip and the other debhelper scripts
+        to fix FTBFS.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 21 May 2007 14:11:16 +0200
+
 mono (1.2.4-1) unstable; urgency=medium
 
   * The clean me harder and be nicer to embedded devices upload

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-05-20 23:44:40 UTC (rev 3172)
+++ mono/trunk/debian/rules	2007-05-21 12:12:32 UTC (rev 3173)
@@ -73,7 +73,7 @@
 build-indep-stamp:
 	dh_testdir
 	LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false
-	chmod +x debian/dh_makeclilibs debian/dh_clideps
+	chmod +x debian/dh_makeclilibs debian/dh_clideps debian/dh_clistrip debian/dh_clifixperms debian/dh_monoaot
 	touch build-indep-stamp
 
 build: build-arch




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