[Pkg-cli-apps-commits] [gshare] 01/02: Look for 4.5 library, not 2.0 library
Jo Shields
directhex at moszumanska.debian.org
Mon Dec 21 21:59:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/0.94-14
in repository gshare.
commit eeaa9c57db9f0212a42a904635db23b58d8c3dcd
Author: Jo Shields <directhex at apebox.org>
Date: Mon Dec 21 21:56:45 2015 +0000
Look for 4.5 library, not 2.0 library
---
debian/control | 2 +-
debian/patches/10_mono-posix-20.patch | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index bcdae6d..45481b7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Sebastian Dröge <slomo at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
cli-common-dev (>= 0.4.4),
dh-autoreconf,
- mono-devel (>= 2.4.3),
+ mono-devel (>= 3.0.6),
libgtk2.0-cil-dev,
libgconf2-dev,
libgconf2.0-cil-dev,
diff --git a/debian/patches/10_mono-posix-20.patch b/debian/patches/10_mono-posix-20.patch
index 88d405f..28367bb 100644
--- a/debian/patches/10_mono-posix-20.patch
+++ b/debian/patches/10_mono-posix-20.patch
@@ -1,12 +1,13 @@
-diff -Nur -x '*.orig' -x '*~' gshare-0.94/configure.ac gshare-0.94.new/configure.ac
---- gshare-0.94/configure.ac 2009-06-21 19:10:14.000000000 +0100
-+++ gshare-0.94.new/configure.ac 2009-06-21 19:10:28.000000000 +0100
-@@ -73,7 +73,7 @@
+Index: gshare/configure.ac
+===================================================================
+--- gshare.orig/configure.ac
++++ gshare/configure.ac
+@@ -73,7 +73,7 @@ fi
mono_deps="Mono.Posix"
for lib in $mono_deps; do
AC_MSG_CHECKING([for $lib.dll])
- if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$lib.dll; then
-+ if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$lib.dll; then
++ if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/4.5/$lib.dll; then
AC_MSG_ERROR([missing required Mono DLL: $lib.dll])
else
AC_MSG_RESULT([found])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gshare.git
More information about the Pkg-cli-apps-commits
mailing list