Run of scrub-obsolete for automake1.11

Merge these changes:

git pull https://janitor.debian.net/git/automake1.11 scrub-obsolete/main
Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 482bea7..8045929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+automake1.11 (1:1.11.6-7) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends-Indep: Drop versioned constraint on autoconf (>= 2.62).
+    + Build-Depends-Indep: Drop versioned constraint on texinfo (>= 4.3).
+    + automake1.11: Drop versioned constraint on autoconf (>= 2.62) in Depends.
+    + automake1.11: Drop versioned constraint on autotools-dev (>= 20020320.1)
+      in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Jan 2023 06:59:00 -0000
+
 automake1.11 (1:1.11.6-6) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/debian/control b/debian/control
index 09770d4..736d7df 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Eric Dorland <eric@debian.org>
 Standards-Version: 4.5.1.0
 Build-Depends: debhelper-compat (= 12)
-Build-Depends-Indep: autoconf (>= 2.62),
+Build-Depends-Indep: autoconf,
                      autopoint,
                      install-info,
-                     texinfo (>= 4.3)
+                     texinfo
 Rules-Requires-Root: no
 Homepage: https://www.gnu.org/software/automake/
 Vcs-Git: https://salsa.debian.org/eric/automake1.11.git
@@ -17,7 +17,7 @@ Package: automake1.11
 Architecture: all
 Multi-Arch: foreign
 Provides: automaken
-Depends: autoconf (>= 2.62), autotools-dev (>= 20020320.1), ${misc:Depends}
+Depends: autoconf, autotools-dev, ${misc:Depends}
 Description: Tool for generating GNU Standards-compliant Makefiles
  Automake is a tool for automatically generating `Makefile.in's from
  files called `Makefile.am'.

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: autoconf (>= 2.62), autoconf, autotools-dev (>= 20020320.1)

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t scrub-obsolete automake1.11

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved