Run of scrub-obsolete for buzztrax

Merge these changes:

git pull https://janitor.debian.net/git/buzztrax scrub-obsolete/main
Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 99bb97f..6c65ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+buzztrax (0.10.2-8) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on dpkg-dev, libglib2.0-dev,
+      libgstreamer-plugins-base1.0-dev, libgstreamer1.0-dev, libgtk-3-dev,
+      liborc-0.4-dev and libxml2-dev.
+    + buzztrax: Drop versioned constraint on gstreamer1.0-plugins-bad,
+      gstreamer1.0-plugins-base and gstreamer1.0-plugins-good in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 10:46:21 -0000
+
 buzztrax (0.10.2-7) unstable; urgency=medium
 
   [ Peter Michael Green ]
diff --git a/debian/control b/debian/control
index 5556241..2497e8c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Maintainers of GStreamer packages <buzztrax@packages.debian.org>
 Uploaders: Sebastian Dröge <slomo@debian.org>
 Build-Depends: debhelper (>= 9),
-        dpkg-dev (>= 1.16.1~),
         dh-autoreconf,
         autoconf,
         automake,
@@ -12,17 +11,17 @@ Build-Depends: debhelper (>= 9),
         gettext,
         intltool,
         pkg-config,
-        libglib2.0-dev (>= 2.32.0),
-        libgtk-3-dev (>= 3.4),
-        libxml2-dev (>= 2.6.0),
-        libgstreamer1.0-dev (>= 1.1.0),
-        libgstreamer-plugins-base1.0-dev (>= 1.1.0),
+        libglib2.0-dev,
+        libgtk-3-dev,
+        libxml2-dev,
+        libgstreamer1.0-dev,
+        libgstreamer-plugins-base1.0-dev,
         libclutter-1.0-dev,
         libclutter-gtk-1.0-dev,
         libasound2-dev,
         libgudev-1.0-dev [linux-any],
         libgsf-1-dev,
-        liborc-0.4-dev (>= 1:0.4.6),
+        liborc-0.4-dev,
         libfluidsynth-dev
 Build-Conflicts: check
 Standards-Version: 3.9.6
@@ -34,9 +33,9 @@ Package: buzztrax
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         gstreamer1.0-plugins-base (>= 1.1.0),
-         gstreamer1.0-plugins-good (>= 1.1.0),
-         gstreamer1.0-plugins-bad (>= 1.1.0),
+         gstreamer1.0-plugins-base,
+         gstreamer1.0-plugins-good,
+         gstreamer1.0-plugins-bad,
          gstreamer1.0-pulseaudio | gstreamer1.0-audiosink
 Suggests: gstreamer1.0-plugins-ugly,
           gstreamer1.0-libav

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t scrub-obsolete buzztrax-dbgsymapt install -t scrub-obsolete buzztrax

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved