[Pkg-cli-apps-commits] r5339 - in /packages/gnome-subtitles/trunk/debian: changelog control
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Sun Jun 27 22:35:41 UTC 2010
Author: laney-guest
Date: Sun Jun 27 22:35:40 2010
New Revision: 5339
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5339
Log:
* debian/control:
+ Add depends on gstreamer0.10-plugins-base; app fails to start when this
is not present (Closes: #586986)
Modified:
packages/gnome-subtitles/trunk/debian/changelog
packages/gnome-subtitles/trunk/debian/control
Modified: packages/gnome-subtitles/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/changelog?rev=5339&op=diff
==============================================================================
--- packages/gnome-subtitles/trunk/debian/changelog (original)
+++ packages/gnome-subtitles/trunk/debian/changelog Sun Jun 27 22:35:40 2010
@@ -1,3 +1,11 @@
+gnome-subtitles (1.0-2) UNRELEASED; urgency=low
+
+ * debian/control:
+ + Add depends on gstreamer0.10-plugins-base; app fails to start when this
+ is not present (Closes: #586986)
+
+ -- Iain Lane <laney at ubuntu.com> Sun, 27 Jun 2010 23:34:35 +0100
+
gnome-subtitles (1.0-1) unstable; urgency=low
* New upstream release.
Modified: packages/gnome-subtitles/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-subtitles/trunk/debian/control?rev=5339&op=diff
==============================================================================
--- packages/gnome-subtitles/trunk/debian/control (original)
+++ packages/gnome-subtitles/trunk/debian/control Sun Jun 27 22:35:40 2010
@@ -29,7 +29,7 @@
Package: gnome-subtitles
Architecture: any
-Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}, libmono-i18n2.0-cil
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}, libmono-i18n2.0-cil, gstreamer0.10-plugins-base
Description: Subtitles editor for the GNOME Desktop environment
GNOME Subtitles is a subtitle editor for the GNOME Desktop environment.
.
More information about the Pkg-cli-apps-commits
mailing list