Scrub Obsolete - libsigrok

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 0fb81291..95d4a279 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,13 @@ libsigrok (0.5.2-4) UNRELEASED; urgency=medium
   [ Maksim Salau ]
   * Make use of icons and the mime type
 
+  [ Debian Janitor ]
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on libglib2.0-dev,
+      libserialport-dev, libusb-1.0-0-dev, libzip-dev and pkg-config.
+    + libsigrok-dev: Drop versioned constraint on libglib2.0-dev,
+      libserialport-dev, libusb-1.0-0-dev and libzip-dev in Depends.
+
  -- Jonathan McDowell <noodles@earth.li>  Sat, 23 Jan 2021 13:50:25 +0000
 
 libsigrok (0.5.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d33ae895..19ab8a12 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Build-Depends: check,
 	doxygen,
 	libbluetooth-dev,
 	libftdi1-dev,
-	libglib2.0-dev (>= 2.32.0),
+	libglib2.0-dev,
 	libglibmm-2.4-dev,
 	libhidapi-dev,
 	libieee1284-3-dev,
-	libserialport-dev (>= 0.1.0),
-	libusb-1.0-0-dev (>= 1.0.16),
-	libzip-dev (>= 0.10),
-	pkg-config (>= 0.22)
+	libserialport-dev,
+	libusb-1.0-0-dev,
+	libzip-dev,
+	pkg-config
 Standards-Version: 4.5.0
 Section: libs
 Homepage: http://sigrok.org/wiki/Libsigrok
@@ -29,11 +29,11 @@ Multi-Arch: same
 Depends: libsigrok4 (= ${binary:Version}), ${misc:Depends},
 	libbluetooth-dev,
 	libftdi1-dev,
-	libglib2.0-dev (>= 2.32.0),
+	libglib2.0-dev,
 	libhidapi-dev,
-	libserialport-dev (>= 0.1.0),
-	libusb-1.0-0-dev (>= 1.0.16),
-	libzip-dev (>= 0.10)
+	libserialport-dev,
+	libusb-1.0-0-dev,
+	libzip-dev
 Description: sigrok hardware driver library - development files
  libsigrok is a shared library which provides basic hardware access
  drivers for logic analyzers, as well as input/output file format support.

Run locally

More details

Full run details