Scrub Obsolete - battery-stats

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index f49d61d..abd8e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+battery-stats (0.5.6-3) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on gnuplot-nox.
+    + battery-stats: Drop versioned constraint on gzip in Depends.
+    + battery-stats: Drop versioned constraint on gnuplot in Recommends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Jul 2022 02:16:54 -0000
+
 battery-stats (0.5.6-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 797febc..e44cc36 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Aurélien COUDERC <zecoucou@free.fr>
 Build-Depends:
  debhelper-compat (= 12),
  cmake,
- gnuplot-nox (>= 4) | gnuplot-qt,
+ gnuplot-nox | gnuplot-qt,
  libtext-csv-perl,
  imagemagick
 Standards-Version: 4.5.0
@@ -21,12 +21,11 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
  bc,
  logrotate,
- lsb-base,
- gzip (>= 1.3.2)
+ lsb-base
 Recommends: python3,
  python3-matplotlib,
  libtext-csv-perl,
- gnuplot (>= 4.0.0)
+ gnuplot
 Description: collects statistics about charge of laptop batteries
  This package provides battery-stats-collector, a daemon which will periodically
  collect statistics about the charge of the batteries present.

Run locally

More details

Full run details