[Pkg-cli-apps-commits] [tomboy] 01/02: Look in the 4.5 dir for required libs (Closes: #809597)

Jo Shields directhex at moszumanska.debian.org
Sun Jan 3 13:29:13 UTC 2016


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

directhex pushed a commit to annotated tag debian/1.14.1-4
in repository tomboy.

commit fc77adeeac82c1808dcac340298c37a4d6bf71e6
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jan 3 13:24:10 2016 +0000

    Look in the 4.5 dir for required libs (Closes: #809597)
---
 debian/patches/check_4.5_not_2.0 | 24 ++++++++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/check_4.5_not_2.0 b/debian/patches/check_4.5_not_2.0
new file mode 100644
index 0000000..e599368
--- /dev/null
+++ b/debian/patches/check_4.5_not_2.0
@@ -0,0 +1,24 @@
+Index: tomboy/configure.in
+===================================================================
+--- tomboy.orig/configure.in
++++ tomboy/configure.in
+@@ -218,15 +218,15 @@ required_assemblies="Mono.Cairo"
+ #
+ for asm in $required_assemblies
+ do
+-	AC_MSG_CHECKING([for Mono 2.0 GAC for $asm.dll])
++	AC_MSG_CHECKING([for Mono 4.5 GAC for $asm.dll])
+ 	if test \
+-		-e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \
+-		-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \
++		-e "$($PKG_CONFIG --variable=libdir mono)/mono/4.5/$asm.dll" -o \
++		-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/4.5/$asm.dll"; \
+ 		then \
+ 		AC_MSG_RESULT([found])
+ 	else
+ 		AC_MSG_RESULT([not found])
+-		AC_MSG_ERROR([missing reqired Mono 2.0 assembly: $asm.dll])
++		AC_MSG_ERROR([missing reqired Mono 4.5 assembly: $asm.dll])
+ 	fi
+ done
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b8d7b7e..4de81a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+check_4.5_not_2.0
 01_dllmaps.patch
 20_remove_pcfile_requires
 use_dbussharp_2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/tomboy.git



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