[Pkg-cli-apps-commits] [SCM] monobristol branch, master, updated. debian/0.40.5-2-8-g252d22f

Stefan Ebner sebner at ubuntu.com
Mon May 24 21:54:48 UTC 2010


The following commit has been merged in the master branch:
commit 5969977ae77bbee4b41f84310475d288b787c82e
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Mon May 24 23:52:40 2010 +0200

    Resfresh patch

diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index c01272c..c9b51e0 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,13 +1,14 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -219,8 +219,8 @@
- #Warning: This is an automatically generated file, do not edit!
- @ENABLE_DEBUG_TRUE at SUBDIRS = . 
- @ENABLE_RELEASE_TRUE at SUBDIRS = . 
-- at ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-- at ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-+ at ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
-+ at ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
- @ENABLE_DEBUG_TRUE at ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
- @ENABLE_RELEASE_TRUE at ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
- @ENABLE_DEBUG_TRUE at ASSEMBLY = bin/Debug/monoBristol.exe
+--- monobristol-0.60.1.orig/configure.ac
++++ monobristol-0.60.1/configure.ac
+@@ -17,9 +17,9 @@
+ 
+ AC_PROG_INSTALL
+ 
+-AC_PATH_PROG(GMCS, gmcs, no)
++AC_PATH_PROG(GMCS, mono-csc, no)
+ if test "x$GMCS" = "xno"; then
+-        AC_MSG_ERROR([gmcs Not found])
++        AC_MSG_ERROR([You need to install a C-sharp compiler])
+ fi
+ 
+ 
diff --git a/debian/rules b/debian/rules
index 9974360..2c67e91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,11 +23,8 @@ get-orig-source:
 		--force-download \
 		--rename
 
-override_dh_quilt_patch:
-	autoreconf -f -i -s -I .
-	dh_quilt_patch
-
 override_dh_auto_configure:
+	autoreconf -f -i -s -I .
 	dh_auto_configure -- GMCS=/usr/bin/mono-csc
 
 override_dh_auto_install:

-- 
monobristol



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