Source: gst-python1.0
Version: 1.4.0-2
Severity: serious
Tags: patch
Justification: Policy 3.5

The package uses python:Depends instead of python3:Depends for
python3-gst-1.0, so it does not end up with correct dependencies.  Fixing this
gives a correct result.  Please see the attached patch which fixes this as
well as cleaning up some obsolete provides while I was at it.

Scott K
diff -Nru gst-python1.0-1.4.0/debian/changelog gst-python1.0-1.4.0/debian/changelog
--- gst-python1.0-1.4.0/debian/changelog	2015-05-13 05:17:53.000000000 -0400
+++ gst-python1.0-1.4.0/debian/changelog	2015-09-21 10:34:22.000000000 -0400
@@ -1,3 +1,12 @@
+gst-python1.0 (1.4.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix python3 depends by using python3:Depends vice python:Depends so
+    correct depends are generated
+  * Remove obsolete provides
+
+ -- Scott Kitterman <sc...@kitterman.com>  Mon, 21 Sep 2015 10:33:14 -0400
+
 gst-python1.0 (1.4.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru gst-python1.0-1.4.0/debian/control gst-python1.0-1.4.0/debian/control
--- gst-python1.0-1.4.0/debian/control	2015-05-13 05:08:57.000000000 -0400
+++ gst-python1.0-1.4.0/debian/control	2015-09-21 10:33:03.000000000 -0400
@@ -32,7 +32,6 @@
          gir1.2-glib-2.0,
          gir1.2-gstreamer-1.0 (>= 1.4.0),
          gir1.2-gst-plugins-base-1.0 (>= 1.4.0)
-Provides: ${python:Provides}
 Description: GStreamer GObject Introspection overrides for Python
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
@@ -47,14 +46,13 @@
 Package: python3-gst-1.0
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
          python3-gi (>= 3.0),
          gir1.2-glib-2.0,
          gir1.2-gstreamer-1.0 (>= 1.4.0),
          gir1.2-gst-plugins-base-1.0 (>= 1.4.0)
-Provides: ${python:Provides}
 Description: GStreamer GObject Introspection overrides for Python (Python 3)
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
_______________________________________________
pkg-gstreamer-maintainers mailing list
pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers

Reply via email to