[Pkg-cli-libs-commits] [cecil-flowanalysis] 11/24: debian/patches/00_use_csc.dpatch: Add. Patch hardcoded mcs call in Makefile to use csc for the Mono 2 transition.

Jo Shields directhex at moszumanska.debian.org
Tue Nov 10 10:20:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/0.1%7Esvn.128879-1
in repository cecil-flowanalysis.

commit 4ed0c9abc94cc514ff0a29193d9449210c3a8ef2
Author: Iain Lane <laney at debian.org>
Date:   Sat Feb 28 17:32:53 2009 +0000

    debian/patches/00_use_csc.dpatch: Add. Patch hardcoded mcs call in
    Makefile to use csc for the Mono 2 transition.
---
 debian/changelog                 |  7 +++++++
 debian/patches/00_use_csc.dpatch | 16 ++++++++++++++++
 debian/patches/00list            |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4fb5072..ef7e9df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cecil-flowanalysis (0.1~svn.68457-7) jaunty; urgency=low
+
+  * debian/patches/00_use_csc.dpatch: Add. Patch hardcoded mcs call in
+    Makefile to use csc for the Mono 2 transition. 
+
+ -- Iain Lane <laney at ubuntu.com>  Sat, 28 Feb 2009 17:05:19 +0000
+
 cecil-flowanalysis (0.1~svn.68457-6) unstable; urgency=low
 
   * Bump standards version to 3.8.0.
diff --git a/debian/patches/00_use_csc.dpatch b/debian/patches/00_use_csc.dpatch
new file mode 100755
index 0000000..1222184
--- /dev/null
+++ b/debian/patches/00_use_csc.dpatch
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 00_use_csc.dpatch by Iain Lane <laney at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad cecil-flowanalysis-0.1~svn.68457~/Makefile cecil-flowanalysis-0.1~svn.68457/Makefile
+--- cecil-flowanalysis-0.1~svn.68457~/Makefile	2006-09-15 15:26:49.000000000 +0100
++++ cecil-flowanalysis-0.1~svn.68457/Makefile	2009-02-28 17:04:26.000000000 +0000
+@@ -1,4 +1,4 @@
+-MCS = mcs
++MCS = /usr/bin/csc
+ KEY_FILE = ../../mcs/class/mono.snk
+ MCS_FLAGS = -keyfile:$(KEY_FILE)
+ BUILD.DIR = bin
diff --git a/debian/patches/00list b/debian/patches/00list
index b2934e5..33c4eca 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
+00_use_csc.dpatch
 01_fix_nunit_reference.dpatch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/cecil-flowanalysis.git



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