[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. b1c8e8f7439381a5d35c4aa8e44d08273cc0c370

Jo Shields directhex at apebox.org
Mon Feb 23 20:08:28 UTC 2009


The following commit has been merged in the master branch:
commit b1c8e8f7439381a5d35c4aa8e44d08273cc0c370
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Feb 23 20:08:02 2009 +0000

    Allow clean without having MD installed

diff --git a/debian/patches/allow_minimal_configure_for_clean b/debian/patches/allow_minimal_configure_for_clean
new file mode 100644
index 0000000..de5c7f6
--- /dev/null
+++ b/debian/patches/allow_minimal_configure_for_clean
@@ -0,0 +1,14 @@
+Index: monodevelop-debugger-gdb-1.9.2/configure
+===================================================================
+--- monodevelop-debugger-gdb-1.9.2.orig/configure	2009-02-21 10:15:10.000000000 +0000
++++ monodevelop-debugger-gdb-1.9.2/configure	2009-02-21 10:17:06.000000000 +0000
+@@ -68,6 +68,9 @@
+ 
+ while test x$1 != x; do
+ 		case $1 in
++		--clean-only)
++				common_packages=""
++				;;
+ 		--prefix=*)
+ 				prefix=`echo $1 | sed 's/--prefix=//'`
+ 				;;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b996803
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+allow_minimal_configure_for_clean

-- 
monodevelop-debugger-gdb



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