[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/2.4-3
Jo Shields
directhex at apebox.org
Wed Sep 15 11:05:17 UTC 2010
The following commit has been merged in the master branch:
commit daec40358e1f6e87a56c129ff08c29e08e62d7c2
Author: Jo Shields <directhex at apebox.org>
Date: Thu Jun 17 00:09:56 2010 +0100
never mind - replace patch with new version for new way of forcing compiler
diff --git a/debian/changelog b/debian/changelog
index ddd2a93..c6b863e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ monodevelop-debugger-gdb (2.4-1) UNRELEASED; urgency=low
+ Set MDVERSION to 2.4, for binary dependency
+ Set CSC to mono-csc
* debian/patches/use_csc_compiler.patch:
- + Delete, rendered obsolete upstream
+ + Refreshed
-- Jo Shields <directhex at apebox.org> Wed, 16 Jun 2010 23:46:22 +0100
diff --git a/debian/patches/series b/debian/patches/series
index b996803..913f8cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+use_csc_compiler.patch
allow_minimal_configure_for_clean
diff --git a/debian/patches/use_csc_compiler.patch b/debian/patches/use_csc_compiler.patch
new file mode 100644
index 0000000..0a655f6
--- /dev/null
+++ b/debian/patches/use_csc_compiler.patch
@@ -0,0 +1,13 @@
+Index: monodevelop-debugger-gdb.git/configure
+===================================================================
+--- monodevelop-debugger-gdb.git.orig/configure 2010-06-17 00:09:08.000000000 +0100
++++ monodevelop-debugger-gdb.git/configure 2010-06-17 00:09:17.000000000 +0100
+@@ -142,7 +142,7 @@
+ echo "VERSION=$VERSION" >> config.make
+ echo "PACKAGE=$PACKAGE" >> config.make
+ echo "CONFIG=$config" >> config.make
+-echo "CSC=gmcs" >> config.make
++echo "CSC=mono-csc" >> config.make
+
+ echo
+ echo "$PACKAGE has been configured with "
diff --git a/debian/rules b/debian/rules
index 5221e57..96d0081 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build: build-stamp
build-stamp: $(QUILT_STAMPFN)
# poor man's configure
dh build --before dh_auto_configure
- ./configure --prefix=/usr CSC=/usr/bin/mono-csc
+ ./configure --prefix=/usr
dh build --after dh_auto_configure
touch build-stamp
--
monodevelop-debugger-gdb
More information about the Pkg-cli-apps-commits
mailing list