Scrub Obsolete - joptsimple

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 118a9db..59f5ecb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
 joptsimple (5.0.4-5) UNRELEASED; urgency=medium
 
+  [ Samuel Thibault ]
   * control: Update alioth list domain.
   * Bump debhelper from 10 to 12.
   * control: Set Rules-Requires-Root to no.
   * control: Bump Standards-Version to 4.6.0 (no change)
 
+  [ Debian Janitor ]
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on junit4, libjoda-time-java,
+      libmaven-bundle-plugin-java and maven-debian-helper.
+
  -- Samuel Thibault <sthibault@debian.org>  Fri, 24 Jul 2020 13:09:31 +0200
 
 joptsimple (5.0.4-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 858c4bf..3de8e7e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Build-Depends:
  ant,
  debhelper-compat (= 12),
  default-jdk,
- junit4 (>= 4.12),
+ junit4,
  libhamcrest-java,
- libjoda-time-java (>= 2.9.9),
- libmaven-bundle-plugin-java (>= 2.5.4),
+ libjoda-time-java,
+ libmaven-bundle-plugin-java,
  libmaven-javadoc-plugin-java,
- maven-debian-helper (>= 2.1)
+ maven-debian-helper
 Rules-Requires-Root: no
 Standards-Version: 4.6.0
 Vcs-Git: https://salsa.debian.org/java-team/joptsimple.git

Run locally

More details

Full run details