[med-svn] [SCM] mia branch, master, updated. upstream/2.0.7-35-gd376865
Gert Wollny
gw.fossdev at gmail.com
Mon Dec 17 13:52:27 UTC 2012
The following commit has been merged in the master branch:
commit d376865b8fd38790a4eb51d0fcdff9031db35787
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Mon Dec 17 14:28:29 2012 +0100
add patch
diff --git a/debian/patches/02_correct_pkg_config.patch b/debian/patches/02_correct_pkg_config.patch
new file mode 100644
index 0000000..739fd05
--- /dev/null
+++ b/debian/patches/02_correct_pkg_config.patch
@@ -0,0 +1,26 @@
+Description: Correct the call to the pkg_check_modules for vistaio
+ The patch corrects theversion requirement for vistaio by removing some spaces
+ .
+ mia (2.0.7-1) unstable; urgency=low
+ .
+ * Initial release (Closes: #694437)
+Author: Gert Wollny <gw.fossdev at gmail.com>
+Bug-Debian: http://bugs.debian.org/694437
+
+---
+Origin: upstream
+Bug: https://sourceforge.net/p/mia/tickets/38
+Forwarded: not-needed
+Last-Update: 2012-12-17
+
+--- mia-2.0.7.orig/addons/vistaio/CMakeLists.txt
++++ mia-2.0.7/addons/vistaio/CMakeLists.txt
+@@ -22,7 +22,7 @@ OPTION(VISTAIO_SYSTEM "use system versio
+
+ IF(VISTAIO_SYSTEM)
+ if (STRICT_DEPENDECIES)
+- pkg_check_modules(VISTAIO REQUIRED libvistaio >= 1.2.14)
++ pkg_check_modules(VISTAIO REQUIRED libvistaio>=1.2.14)
+ else (STRICT_DEPENDECIES)
+ pkg_check_modules(VISTAIO libvistaio)
+ endif (STRICT_DEPENDECIES)
diff --git a/debian/patches/series b/debian/patches/series
index 8526e67..cc12142 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
01_disable-treeview-for-jquery-compatibility.patch
+02_correct_pkg_config.patch
+
--
Packaging of mia in Debian
More information about the debian-med-commit
mailing list