From 48c693016d17fdb7ff53380f661e2db4e8f9cff9 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Mon, 23 Jun 2014 21:38:22 +0200 Subject: [PATCH] control: Mailnag requires gstreamer-1.0 gir bindings --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1d54b9d..398aa5d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8.0.0), gettext, gir1.2-glib-2.0 (>= 1.32.0), gir1.2-gnomekeyring-1.0 (>= 3.2.2), - gir1.2-gstreamer-0.10 (>= 0.10.36), + gir1.2-gstreamer-1.0 (>= 1.2.0), gir1.2-notify-0.7 (>= 0.7.5), python (>= 2.7.3), python-dbus (>= 1.0.0), @@ -23,7 +23,7 @@ Package: mailnag Architecture: all Depends: gir1.2-glib-2.0 (>= 1.32.0), gir1.2-gnomekeyring-1.0 (>= 3.2.2), - gir1.2-gstreamer-0.10 (>= 0.10.36), + gir1.2-gstreamer-1.0 (>= 1.2.0), gir1.2-notify-0.7 (>= 0.7.6), gstreamer0.10-plugins-base, python (>= 2.7.3),