From ae014b033f7a46151ced135958f9aabdb96e8bbf Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Sat, 17 Sep 2016 18:57:48 +1000 Subject: [PATCH] =?utf8?q?Support=20Debhelper=20adding=20dependencies=20wi?= =?utf8?q?th=20=E2=80=9C${misc:Depends}=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 1 + debian/control | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3207bfe..1ae9bec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ inform-mode (1.5.8-4) UNRELEASED; urgency=medium * Document handling of Debian source package. * Correct an obsolete relation type in a build dependency declaration. Closes: bug#816475. Thanks to Paul Tagliamonte for the report. + * Support Debhelper adding dependencies with “${misc:Depends}”. -- diff --git a/debian/control b/debian/control index 6fa155d..490d3d8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Standards-Version: 3.7.2 Package: inform-mode Architecture: all -Depends: emacsen-common +Depends: + emacsen-common, + ${misc:Depends} Description: Emacs mode for editing Inform files This is an (X)Emacs mode for editing Inform source code. Inform source is used when writing games for the Z-Code virtual machine (aka Infocom). -- 2.11.4.GIT