Run of scrub-obsolete for convertall

Merge these changes:

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

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 37b37e9..3b8f627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,10 @@ convertall (0.8.0-2) UNRELEASED; urgency=medium
   * Use execute_after_dh_install to avoid invoking dh_install manually.
   * Bump Standards-Version to 4.6.0, no changes required.
 
+  [ Debian Janitor ]
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-pyqt5 (>= 5.4~).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 15 May 2021 08:42:15 +0200
 
 convertall (0.8.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bcb82d1..d112b39 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3,
-               python3-pyqt5 (>= 5.4~),
+               python3-pyqt5,
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Homepage: https://convertall.bellz.org/

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 convertall

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved