[Pkg-sugar-commit] [sugar-chat-activity] 01/07: Update package relations: Fix recommend gstreamer1.0-plugins-good: Needed to parse WAV files.
Jonas Smedegaard
dr at jones.dk
Sat Jun 27 18:43:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-chat-activity.
commit a38e4455e6c4d71583eafcb39efbc3691934e10a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jun 26 23:10:31 2015 -0500
Update package relations: Fix recommend gstreamer1.0-plugins-good: Needed to parse WAV files.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8af2189..43305b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,10 +37,12 @@ CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
# Needed (always/often) at runtime
# * evtest used optionally to detect need for switching to TABLET_MODE
+# * gstreamer1.0-plugins-good needed to parse wav files
gir-deps = glib-2.0 gtk-3.0 gdkpixbuf-2.0 pango-1.0 rsvg-2.0
CDBS_DEPENDS_$(pkg) = python, python-sugar3, python-telepathy, librsvg2-common
CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
-CDBS_RECOMMENDS_$(pkg) = gir1.2-gstreamer-1.0, evtest
+CDBS_RECOMMENDS_$(pkg) = gir1.2-gstreamer-1.0, gstreamer1.0-plugins-good
+CDBS_RECOMMENDS_$(pkg) +=, evtest
# Suppress binary files to not upset dpkg
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(sounds/.*\.wav|debian/(changelog|copyright(|_hints|_newhints)))$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-chat-activity.git
More information about the pkg-sugar-commit
mailing list