[Pkg-telepathy-commits] [telepathy-mission-control-5] 01/01: Disable UPower support and rely on logind to be notified about suspend, the current UPower support is incompatible with 0.99 (Closes: #748938)
Laurent Bigonville
bigon at moszumanska.debian.org
Sat May 24 16:59:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
bigon pushed a commit to branch debian
in repository telepathy-mission-control-5.
commit d39854748dd36027727711427b199e76fe818b46
Author: Laurent Bigonville <bigon at bigon.be>
Date: Sat May 24 18:58:59 2014 +0200
Disable UPower support and rely on logind to be notified about suspend, the current UPower support is incompatible with 0.99 (Closes: #748938)
---
debian/changelog | 7 +++++++
debian/control | 1 -
debian/rules | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 061bb89..343bd2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+telepathy-mission-control-5 (1:5.16.1-2) UNRELEASED; urgency=medium
+
+ * Disable UPower support and rely on logind to be notified about suspend,
+ the current UPower support is incompatible with 0.99 (Closes: #748938)
+
+ -- Laurent Bigonville <bigon at debian.org> Sat, 24 May 2014 18:47:21 +0200
+
telepathy-mission-control-5 (1:5.16.1-1) unstable; urgency=medium
* debian/watch: only watch for stable versions (5.y.z, y even)
diff --git a/debian/control b/debian/control
index bcb4209..d5ea1fd 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 9),
libdbus-glib-1-dev (>= 0.82),
libglib2.0-dev (>= 2.32),
libtelepathy-glib-dev (>= 0.20),
- libupower-glib-dev,
libnm-glib-dev [linux-any],
pkg-config,
python (>= 2.6),
diff --git a/debian/rules b/debian/rules
index ea31e95..0475d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ CONFIGURE_FLAGS = --libexecdir=\$${prefix}/lib/telepathy \
--enable-gtk-doc \
--enable-gnome-keyring \
--with-html-dir=\$${prefix}/share/doc/libmission-control-plugins-doc \
- --enable-upower
+ --disable-upower
# We specifically do not want multiarch: only one version of MC can be
# installed anyway, the plugin directory is based on the ${libdir}, and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-5.git
More information about the Pkg-telepathy-commits
mailing list