Scrub Obsolete - podget

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index f5676d8..812d076 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+podget (0.9.0-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + podget: Drop versioned constraint on bash, coreutils, debianutils,
+      findutils, gawk, grep, mawk and sed in Depends.
+    + podget: Drop versioned constraint on libc-bin in Suggests.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Apr 2022 18:55:16 -0000
+
 podget (0.9.0-1) unstable; urgency=medium
 
   [ Dave Vehrs ]
diff --git a/debian/control b/debian/control
index b27a8df..e26c6c5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ Vcs-Browser: https://salsa.debian.org/debian/podget
 Package: podget
 Architecture: all
 Multi-Arch: foreign
-Depends: bash (>= 4.4), coreutils (>= 8.5), debianutils (>= 4.0), findutils (>=4.0.0), grep (>= 2.0.0), gawk (>=4.0.0) | mawk (>=1.3.0), sed (>= 4.0.0), wget, ${shlibs:Depends}, ${misc:Depends}
-Suggests: libc-bin (>=2.0)
+Depends:  gawk | mawk, wget, ${shlibs:Depends}, ${misc:Depends}
 Description: Podcast aggregrator/downloader optimized for cron
  Podget is a simple podcast aggregator optimized for running as a scheduled
  background job (i.e. cron). It features support for downloading podcasts

Run locally

More details

Full run details