Scrub Obsolete - cracklib2

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 41da83c..ed8d31a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cracklib2 (2.9.6-5) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on autoconf, automake, dpkg-dev,
+      libpython3-all-dev and python3-all-dev.
+    + libcrack2: Drop versioned constraint on cracklib-runtime in Breaks.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 09 Apr 2022 13:43:15 -0000
+
 cracklib2 (2.9.6-4) unstable; urgency=medium
 
   * Thanks to Boyuan Yang, Peter Michael Green and Helmut Grohne for the
diff --git a/debian/control b/debian/control
index 9d03550..6a26aaa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,17 @@ Priority: optional
 Maintainer: Jan Dittberner <jandd@debian.org>
 Uploaders: Martin Pitt <mpitt@debian.org>
 Standards-Version: 4.4.1
-Build-Depends: autoconf (>=2.61),
-               automake (>= 1.10),
+Build-Depends: autoconf,
+               automake,
                chrpath,
                cracklib-runtime <cross>,
                debhelper (>= 10),
                dh-python <!nopython>,
                docbook-utils,
                docbook-xml,
-               dpkg-dev (>= 1.16.1~),
                libtool,
-               libpython3-all-dev (>= 3.1.3-2~) <!nopython>,
-               python3-all-dev:any (>= 3.1.3-2~) <!nopython>,
+               libpython3-all-dev <!nopython>,
+               python3-all-dev:any <!nopython>,
                python3-setuptools <!nopython>
 Homepage: https://github.com/cracklib/cracklib
 Vcs-Git: https://salsa.debian.org/debian/pkg-cracklib.git
@@ -27,7 +26,6 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: cracklib-runtime
-Breaks: cracklib-runtime (<< 2.9.2-4)
 Description: pro-active password checker library
  Shared library for cracklib2 which contains a C function which may be
  used in a passwd like program. The idea is simple: try to prevent

Run locally

More details

Full run details