[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/3.0.2+dfsg-3-8-g4169974
Jo Shields
directhex at apebox.org
Fri Jun 22 19:40:52 UTC 2012
The following commit has been merged in the master branch:
commit 26eb434c0abbb769030a86f6e1da2f126784f8aa
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jun 22 17:31:36 2012 +0100
Fix install location for MonoDevelop.SourceEditor2.dll.config.
diff --git a/debian/MonoDevelop.SourceEditor.dll.config b/debian/MonoDevelop.SourceEditor2.dll.config
similarity index 100%
rename from debian/MonoDevelop.SourceEditor.dll.config
rename to debian/MonoDevelop.SourceEditor2.dll.config
diff --git a/debian/rules b/debian/rules
index 2d3e7c3..36817e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,8 @@ override_dh_auto_test:
override_dh_auto_install:
dh_auto_install
# install missing DLL maps
- cp debian/MonoDevelop.SourceEditor.dll.config debian/tmp/usr/lib/monodevelop/AddIns/
- cp debian/MonoDevelop.Gettext.dll.config debian/tmp/usr/lib/monodevelop/AddIns/DisplayBindings/MonoDevelop.Gettext/
+ cp debian/MonoDevelop.SourceEditor2.dll.config debian/tmp/usr/lib/monodevelop/AddIns/DisplayBindings/SourceEditor/
+ cp debian/MonoDevelop.Gettext.dll.config debian/tmp/usr/lib/monodevelop/AddIns/DisplayBindings/Gettext/
# fix permissions of .mo files
cd $(CURDIR)/debian/tmp/usr/share/locale && find -name "*.mo" -exec chmod -x {} \;
--
monodevelop
More information about the Pkg-cli-apps-commits
mailing list