[SCM] flowblade/master: Update package relations: Depend on python-gi and GIO bindings glib-2.0 gtk-3.0 pango-1.0 (not python-gobject-2 python-gtk2 python-gnome2).

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Mar 7 15:35:38 UTC 2016


The following commit has been merged in the master branch:
commit 9324f289235e11c1d5ea25799c1441718590d0e4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Mar 7 15:39:19 2016 +0100

    Update package relations: Depend on python-gi and GIO bindings glib-2.0 gtk-3.0 pango-1.0 (not python-gobject-2 python-gtk2 python-gnome2).

diff --git a/debian/rules b/debian/rules
index fe2f404..5c328ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,10 @@ CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 
-python-deps = cairo gobject-2 gtk2 gnome2 numpy dbus pil
+python-deps = cairo numpy dbus pil gi
+gir-deps = glib-2.0 gtk-3.0 pango-1.0
 deps = $(patsubst %,$(comma) python-%,$(python-deps))
+deps +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
 deps += , python-mlt | python-mlt5 | python-mlt2
 deps += , gtk2-engines-pixbuf, librsvg2-common, frei0r-plugins, swh-plugins
 CDBS_DEPENDS_$(pkg) = $(deps)

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list