[Pkg-cli-apps-commits] [SCM] monodevelop-boo branch, master, updated. debian/2.4-2

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


The following commit has been merged in the master branch:
commit db2f1a1326c0e7711307a54fb10b256b4589cef0
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jun 16 22:27:52 2010 +0100

    refresh patch

diff --git a/debian/changelog b/debian/changelog
index 0103a11..5e00e70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ monodevelop-boo (2.4-1) UNRELEASED; urgency=low
   * debian/control:
     + Bump build-deps to MonoDevelop 2.4
     + Don't use version number hack in dependencies, since it's 2.4 everywhere
+  * debian/patches/allow_minimal_configure_for_clean.dpatch:
+    + Refreshed
 
  -- Jo Shields <directhex at apebox.org>  Wed, 16 Jun 2010 22:04:16 +0100
 
diff --git a/debian/patches/allow_minimal_configure_for_clean.dpatch b/debian/patches/allow_minimal_configure_for_clean.dpatch
index f363edd..573e5fa 100755
--- a/debian/patches/allow_minimal_configure_for_clean.dpatch
+++ b/debian/patches/allow_minimal_configure_for_clean.dpatch
@@ -7,16 +7,16 @@
 ## DP: just to make a source package is a pain in the ass
 
 @DPATCH@
-diff -urNad monodevelop-boo-1.9.3.orig/configure monodevelop-boo-1.9.3/configure
---- monodevelop-boo-1.9.3.orig/configure	2009-03-20 09:16:38.000000000 +0000
-+++ monodevelop-boo-1.9.3/configure	2009-03-20 09:17:42.000000000 +0000
-@@ -52,6 +52,9 @@
+diff -urNad monodevelop-boo.git~/configure monodevelop-boo.git/configure
+--- monodevelop-boo.git~/configure	2010-06-16 22:25:01.000000000 +0100
++++ monodevelop-boo.git/configure	2010-06-16 22:25:34.000000000 +0100
+@@ -68,6 +68,9 @@
  
  while test x$1 != x; do
-         case $1 in
-+                --clean-only)
-+                        required_packages=""
-+                        ;;
-                 --prefix=*)
-                         prefix=`echo $1 | sed 's/--prefix=//'`
-                         ;;
+ 		case $1 in
++		--clean-only)
++				required_packages=""
++				;;
+ 		--prefix=*)
+ 				prefix=`echo $1 | sed 's/--prefix=//'`
+ 				;;

-- 
monodevelop-boo



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