[Pkg-cli-libs-commits] [cecil-flowanalysis] 02/05: Fix keyfile location used by makefile

Jo Shields directhex at moszumanska.debian.org
Tue Nov 10 10:51:12 UTC 2015


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

directhex pushed a commit to annotated tag debian/0.1_vcs20110809.r1.b34edf6-3
in repository cecil-flowanalysis.

commit beeb4466f0a31cd66d71c299447caedb089a3638
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Tue Nov 10 10:43:23 2015 +0000

    Fix keyfile location used by makefile
---
 debian/patches/fix_keyfile_location | 11 +++++++++++
 debian/patches/series               |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix_keyfile_location b/debian/patches/fix_keyfile_location
new file mode 100644
index 0000000..32158ca
--- /dev/null
+++ b/debian/patches/fix_keyfile_location
@@ -0,0 +1,11 @@
+Index: cecil-flowanalysis/Makefile
+===================================================================
+--- cecil-flowanalysis.orig/Makefile
++++ cecil-flowanalysis/Makefile
+@@ -1,5 +1,5 @@
+ MCS = /usr/bin/mono-csc
+-KEY_FILE = ../../mcs/class/mono.snk
++KEY_FILE = debian/mono.snk
+ MCS_FLAGS = -keyfile:$(KEY_FILE)
+ BUILD.DIR = bin
+ MONO.CECIL.DLL = $(shell pkg-config --variable=Libraries mono-cecil)
diff --git a/debian/patches/series b/debian/patches/series
index 0b700d2..65a1bfe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 00_use_csc
 01_fix_nunit_reference
 02_cecil_location
+fix_keyfile_location

-- 
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