[Pkg-sugar-commit] [sugar-memorize-activity] 02/03: Update package relations: Fix depend on gstreamer1.0-espeak (not recommend on espeak): Graceful fallback broken upstream.
Jonas Smedegaard
dr at jones.dk
Sun Jun 28 02:01:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-memorize-activity.
commit 1fb0bca78e4d6fc78dc8017da3502f6a67f72873
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jun 27 20:53:09 2015 -0500
Update package relations: Fix depend on gstreamer1.0-espeak (not recommend on espeak): Graceful fallback broken upstream.
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index efd3cc9..f18ae47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,14 +38,13 @@ CDBS_BUILD_DEPENDS_class_python-sugar_python = python$(cdbs_python_nondefault_ve
CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
# Needed (always/often) at runtime
-# TODO: Recommend gstreamer1.0-espeak when in Debian
-# TODO: Only fallback-suggest espeak when gstreamer1.0-espeak is in Debian
+# TODO: only recommend gstreamer1.0-espeak when upstream fallback bug fixed
python-deps = sugar3 gi gi-cairo dbus telepathy
gir-deps = glib-2.0 gtk-3.0 gdkpixbuf-2.0 pango-1.0 gstreamer-1.0
CDBS_DEPENDS_$(pkg) = python
CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) python-%,$(python-deps))
CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
-CDBS_RECOMMENDS_$(pkg) = espeak
+CDBS_DEPENDS_$(pkg) +=, gstreamer1.0-espeak
CDBS_RECOMMENDS_$(pkg) +=, telepathy-gabble-legacy | telepathy-gabble (<< 0.17.25)
# Suppress copyright check of PNG or zip files (in addition to defaults)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-memorize-activity.git
More information about the pkg-sugar-commit
mailing list