[Pkg-sugar-commit] [sugar-read-activity] 06/07: Update package relations: Fix a bunch...
Jonas Smedegaard
dr at jones.dk
Thu Jun 25 06:06:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-read-activity.
commit a8a1f716785fb59ece6c05ce6ee60335d76f0310
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Jun 25 00:30:23 2015 -0500
Update package relations: Fix a bunch...
---
debian/rules | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index af31a8f..5903bcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,13 +36,17 @@ CDBS_BUILD_DEPENDS_class_python-sugar_python = python
# Override Sugar toolkit to use
CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
-# Needed (always/often/seldom) at runtime
-python-deps = sugar3 gi dbus cairo telepathy sqlite3
-gir-deps = glib-2.0 gtk-3.0 gconf-2.0 gdkpixbuf-2.0 pango-1.0 rsvg-2.0
-gir-deps += webkit-3.0 soup-2.4 evince-3.0 sugarext-1.0
+# Needed (always/often) at runtime
+# * recent Evince needed to allegedly avoid crash in evinceadapter
+# * legacy/older telepathy-gabble (CHANNEL_TYPE_TUBES) needed for Tubes ABI
+python-deps = sugar3 gi dbus cairo telepathy sqlite3 beautifulsoup
+gir-deps = glib-2.0 gtk-3.0 gconf-2.0 gdkpixbuf-2.0 pango-1.0 webkit-3.0
CDBS_DEPENDS_$(pkg) = python
CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) python-%,$(python-deps))
CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
+CDBS_DEPENDS_$(pkg) +=, gir1.2-evince-3.0 (>= 3.5.92)
+CDBS_RECOMMENDS_$(pkg) +=, fonts-dejavu-core
+CDBS_RECOMMENDS_$(pkg) +=, telepathy-gabble-legacy | telepathy-gabble (<< 0.17.25)
clean::
rm -rf locale
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-read-activity.git
More information about the pkg-sugar-commit
mailing list