Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down