[SCM] mate-sensors-applet Debian package branch, master, updated. 5101870974bcc270494f3c75a949076a4c7c207c
Mike Gabriel
sunweaver at moszumanska.debian.org
Mon Apr 28 23:12:55 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-sensors-applet.git;a=commitdiff;h=0a0b25e
The following commit has been merged in the master branch:
commit 0a0b25ea0e1f08cbb68eaaf2a0ac6a84b728eb60
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Apr 29 01:10:53 2014 +0200
debian/patches: Add patch 1001_fix-udisks-libatasmart-conditional.patch. Fix build of udisks plugin in clean Debian unstable chroot environments.
---
.../1001_fix-udisks-libatasmart-conditional.patch | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/debian/patches/1001_fix-udisks-libatasmart-conditional.patch b/debian/patches/1001_fix-udisks-libatasmart-conditional.patch
new file mode 100644
index 0000000..87917d2
--- /dev/null
+++ b/debian/patches/1001_fix-udisks-libatasmart-conditional.patch
@@ -0,0 +1,26 @@
+Description: Build udisks plugin in clean Debian unstable chroots
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Abstract:
+ In clean Debian unstable build chroots, the udisks plugin
+ of mate-sensors-applets does not get built.
+ .
+ Reason: The pkg-config tool returns an empty string for
+ "pkg-config --cflags libatasmart" in clean Debian unstable
+ build chroots. This probably is the case, because the result
+ "-I/usr/include" is in the include path anyway and would not
+ add include locations to the build process.
+ .
+ Checking the LIBATASMART_LIBS variable is more safe here
+ (as opposed to checking LIBATASMART_CFLAGS). It always contains
+ a value if the library is installed and has a proper version.
+--- a/configure.ac
++++ b/configure.ac
+@@ -90,7 +90,7 @@
+ AC_SUBST(LIBATASMART_LIBS)
+ fi
+
+-AM_CONDITIONAL(UDISKS, test -n "$DBUSGLIB_CFLAGS" -a -n "$LIBATASMART_CFLAGS")
++AM_CONDITIONAL(UDISKS, test -n "$DBUSGLIB_LIBS" -a -n "$LIBATASMART_LIBS")
+
+ # support for libnotify
+ LIBNOTIFY_CFLAGS=
--
mate-sensors-applet Debian package
More information about the pkg-mate-commits
mailing list