summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Mouette <joss@debian.org>2012-11-26 12:10:42 +0000
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-09-20 10:25:48 +0200
commit6762dd10cd304c5ce74c693b05fa4570f8ef47cc (patch)
treec33fd29e60435868a40feafa79c2dc22eabd61ed
parent6d7272ce09798b4e2f8811234aeb60347c738c53 (diff)
Remove the alternate dependency for gir1.2-gstreamer-0.10 because it
might be the cause of APT failing some upgrades (see bug#677407).
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/control.in2
3 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6e63364..037b064 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-seed (3.2.0-2) UNRELEASED; urgency=low
+seed (3.2.0-2) unstable; urgency=low
[ Josselin Mouette ]
* Update repository URL.
@@ -7,7 +7,11 @@ seed (3.2.0-2) UNRELEASED; urgency=low
* debian/libseed-gtk3-dev.install:
- install the D-Bus interface generation script
- -- Gustavo Noronha Silva <kov@debian.org> Tue, 23 Oct 2012 10:41:37 -0200
+ [ Josselin Mouette ]
+ * Remove the alternate dependency for gir1.2-gstreamer-0.10 because it
+ might be the cause of APT failing some upgrades (see bug#677407).
+
+ -- Josselin Mouette <joss@debian.org> Mon, 26 Nov 2012 13:10:48 +0100
seed (3.2.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3fff901..60b0562 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 8),
libxml2-dev,
libmpfr-dev,
gtk-doc-tools (>= 1.9)
-Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Gustavo Noronha Silva <kov@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Standards-Version: 3.9.2
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/seed
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/seed
@@ -55,7 +55,7 @@ Depends: ${shlibs:Depends},
gnome-js-common,
gir1.2-glib-2.0,
gir1.2-clutter-1.0,
- gir1.2-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
+ gir1.2-gstreamer-0.10,
gir1.2-gtk-3.0
Description: GObject JavaScript bindings for the webkit engine - Runtime
Seed is a library and interpreter, dynamically bridging (through
diff --git a/debian/control.in b/debian/control.in
index 1336ce5..2ce5fad 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -50,7 +50,7 @@ Depends: ${shlibs:Depends},
gnome-js-common,
gir1.2-glib-2.0,
gir1.2-clutter-1.0,
- gir1.2-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
+ gir1.2-gstreamer-0.10,
gir1.2-gtk-3.0
Description: GObject JavaScript bindings for the webkit engine - Runtime
Seed is a library and interpreter, dynamically bridging (through