[Pkg-sugar-commit] [sugar-presence-service] 01/06: Fix depend on telepathy-gabble-legacy or older telepathy-gabble (not recent telepathy-gabble): Old Tubes API needed.
Jonas Smedegaard
dr at jones.dk
Fri Jun 26 16:19:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-presence-service.
commit 93af92422d19eefe58b026707a25c87d9d7369f6
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jun 26 10:47:40 2015 -0500
Fix depend on telepathy-gabble-legacy or older telepathy-gabble (not recent telepathy-gabble): Old Tubes API needed.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6d2d567..81cf8bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,10 +42,12 @@ CDBS_BUILD_DEPENDS +=, python-dbus, python-gobject, openssh-client
# Needed (always/often) at runtime
# net-tools (route) needed as fallback for NetworkManager
+# legacy/older telepathy-gabble needed for its Tubes ABI
CDBS_DEPENDS_$(pkg) = python-sugar-toolkit
CDBS_DEPENDS_$(pkg) +=, python-gobject, python-dbus, python-telepathy
-CDBS_DEPENDS_$(pkg) +=, telepathy-gabble, telepathy-salut
+CDBS_DEPENDS_$(pkg) +=, telepathy-salut
CDBS_DEPENDS_$(pkg) +=, network-manager | net-tools
+CDBS_DEPENDS_$(pkg) +=, telepathy-gabble-legacy | telepathy-gabble (<< 0.17.25)
CDBS_RECOMMENDS_$(pkg) = avahi-daemon, network-manager
DEB_MAKE_CHECK_TARGET = check
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-presence-service.git
More information about the pkg-sugar-commit
mailing list