[mate-sensors-applet] 01/08: debian/patches/1001_fix-udisks-libatasmart-conditional.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Jun 17 15:46:41 UTC 2015


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

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-sensors-applet.

commit a89b8b2ba26f69b19191fa2ac856cad038134e2e
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Jun 17 16:40:38 2015 +0100

    debian/patches/1001_fix-udisks-libatasmart-conditional.patch. Applied upstream.
---
 .../1001_fix-udisks-libatasmart-conditional.patch  | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/debian/patches/1001_fix-udisks-libatasmart-conditional.patch b/debian/patches/1001_fix-udisks-libatasmart-conditional.patch
deleted file mode 100644
index 87917d2..0000000
--- a/debian/patches/1001_fix-udisks-libatasmart-conditional.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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=

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-sensors-applet.git



More information about the pkg-mate-commits mailing list