Run of scrub-obsolete for aggressive-indent-mode

Merge these changes:

Full worker log

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 5496052..d2018db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 aggressive-indent-mode (1.9.0-4) UNRELEASED; urgency=medium
 
+  [ Nicholas D Steeves ]
   * Drop emacs24 from Enhances (package does not exist in bullseye).
 
+  [ Debian Janitor ]
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on dh-elpa.
+    + elpa-aggressive-indent: Drop versioned constraint on emacs in Recommends.
+
  -- Nicholas D Steeves <sten@debian.org>  Wed, 28 Jul 2021 18:02:47 -0400
 
 aggressive-indent-mode (1.9.0-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index ab293bc..b76d1a6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
 Uploaders: Sean Whitton <spwhitton@spwhitton.name>
-Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17)
+Build-Depends: debhelper (>= 10), dh-elpa
 Standards-Version: 4.1.1
 Homepage: https://github.com/Malabarba/aggressive-indent-mode
 Vcs-Browser: https://salsa.debian.org/emacsen-team/aggressive-indent-mode
@@ -13,7 +13,7 @@ Package: elpa-aggressive-indent
 Architecture: all
 Depends: ${misc:Depends}, emacs
 Built-Using: ${misc:Built-Using}
-Recommends: emacs (>= 46.0)
+Recommends: emacs
 Enhances: emacs
 Description: Emacs minor mode that reindents code after every change
  electric-indent-mode is enough to keep your code nicely aligned when

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Recommends: emacs (>= 46.0)

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 elpa-aggressive-indent

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved