From 6605773fa213aabc97dbbce04cd93de049cbdb52 Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Sat, 19 Nov 2022 07:53:05 +0000
Subject: [PATCH] Remove constraints unnecessary since buster (oldstable)

* Build-Depends: Drop versioned constraint on maven-debian-helper.

Changes-By: deb-scrub-obsolete
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 826c598..0864e56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libslf4j-java (1.7.32-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on maven-debian-helper.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 19 Nov 2022 07:53:05 -0000
+
 libslf4j-java (1.7.32-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 6453f64..72b9a1d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  liblog4j1.2-java,
  libmaven-antrun-plugin-java,
  libmaven-install-plugin-java,
- maven-debian-helper (>= 2.2~)
+ maven-debian-helper
 Standards-Version: 4.6.0.1
 Vcs-Git: https://salsa.debian.org/java-team/libslf4j-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libslf4j-java
-- 
GitLab