[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/2.4+dfsg-3-2-gf185c8a

Jo Shields directhex at apebox.org
Wed Sep 15 11:19:58 UTC 2010


The following commit has been merged in the master branch:
commit 686ad25ea70b217bd7c7ed0ad06d1858349d2591
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jun 11 16:55:46 2010 +0100

    force XGD_CONFIG_HOME

diff --git a/debian/changelog b/debian/changelog
index af8884d..ed7e7bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ monodevelop (2.3.1+dfsg-1) UNRELEASED; urgency=low
     + Refreshed
   * debian/patches/reduce_Mono.Addins_requirement_to_0.4.patch:
     + Build against older Mono.Addins, as per MonoDevelop Trunk
+  * debian/rules:
+    + Force XDG_CONFIG_HOME to allow keystores to work
 
  -- Jo Shields <directhex at apebox.org>  Wed, 09 Jun 2010 15:17:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 0f02f43..cda0df6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,8 @@ override_dh_auto_configure:
 	  --enable-gnomeplatform \
 	  --enable-c MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
 
+override_dh_auto_build:
+	XDG_CONFIG_HOME=$(DEBIAN_DIR) dh_auto_build
 
 override_dh_auto_test:
 	# skip "make test"

-- 
monodevelop



More information about the Pkg-cli-apps-commits mailing list