Run of scrub-obsolete for cafeobj

Merge these changes:

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

Summary

Scrub obsolete dependencies and constraints.

Diff

diff --git a/debian/changelog b/debian/changelog
index 1070e5b..2d00ea2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ cafeobj (1.6.0-3) UNRELEASED; urgency=medium
   * Trim trailing whitespace.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from
     ./configure), Repository, Repository-Browse.
+  * Remove constraints unnecessary since buster (oldstable):
+    + cafeobj-mode: Drop versioned constraint on emacsen-common in Depends.
 
  -- Debian Janitor <janitor@jelmer.uk>  Tue, 28 Apr 2020 15:38:45 +0000
 
diff --git a/debian/control b/debian/control
index 2028f83..740a37f 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: new generation algebraic specification and programming language
 
 Package: cafeobj-mode
 Architecture: all
-Depends: emacsen-common (>= 2.0.8), ${misc:Depends}
+Depends: emacsen-common, ${misc:Depends}
 Recommends: cafeobj
 Description: Emacs major mode for editing CafeOBJ source code
  cafeobj-mode provides syntax highlighting and indentation for CafeOBJ

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package cafeobj

Control files of package cafeobj-mode: lines which differ (wdiff format)

  • Depends: emacsen-common (>= 2.0.8)

Publish History

  • 2022-11-02T21:23: Merge proposal updated ( Succesfully updated )
  • 2022-11-02T17:44: Failed to create merge proposal: merge-proposal-exists ( A merge proposal already exists: git+ssh://git@github.com/debian-janitor/cafeobj.git,branch=scrub-obsolete. )

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 cafeobj-modeapt install -t scrub-obsolete cafeobj

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved