From: Rob Browning Date: Sat, 5 Aug 2017 02:44:35 +0000 (-0500) Subject: Fix dbg package self-dependencies X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~210 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a88f47d0793fb5a2f26fe72986803b448fa96ea;p=emacs.git Fix dbg package self-dependencies --- diff --git a/debian/control b/debian/control index fd36fd4a876..ce2569436f3 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Package: emacs25-lucid-dbg Section: debug Priority: extra Architecture: any -Depends: emacs25-lucid-dbg (= ${binary:Version}), ${misc:Depends} +Depends: emacs25-lucid (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for emacs25-lucid GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the emacs25-lucid @@ -66,7 +66,7 @@ Package: emacs25-nox-dbg Section: debug Priority: extra Architecture: any -Depends: emacs25-nox-dbg (= ${binary:Version}), ${misc:Depends} +Depends: emacs25-nox (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for emacs25-nox GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the emacs25-nox @@ -89,7 +89,7 @@ Package: emacs25-gtk-dbg Section: debug Priority: extra Architecture: any -Depends: emacs25-gtk-dbg (= ${binary:Version}), ${misc:Depends} +Depends: emacs25-gtk (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for emacs25-gtk GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the emacs25-gtk package. diff --git a/debian/control.in b/debian/control.in index fb9f6bae215..92557b887d0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -44,7 +44,7 @@ Package: @DEB_FLAVOR@-lucid-dbg Section: debug Priority: extra Architecture: any -Depends: @DEB_FLAVOR@-lucid-dbg (= ${binary:Version}), ${misc:Depends} +Depends: @DEB_FLAVOR@-lucid (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for @DEB_FLAVOR@-lucid GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the @DEB_FLAVOR@-lucid @@ -66,7 +66,7 @@ Package: @DEB_FLAVOR@-nox-dbg Section: debug Priority: extra Architecture: any -Depends: @DEB_FLAVOR@-nox-dbg (= ${binary:Version}), ${misc:Depends} +Depends: @DEB_FLAVOR@-nox (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for @DEB_FLAVOR@-nox GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the @DEB_FLAVOR@-nox @@ -89,7 +89,7 @@ Package: @DEB_FLAVOR@-gtk-dbg Section: debug Priority: extra Architecture: any -Depends: @DEB_FLAVOR@-gtk-dbg (= ${binary:Version}), ${misc:Depends} +Depends: @DEB_FLAVOR@-gtk (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for @DEB_FLAVOR@-gtk GNU Emacs is the extensible self-documenting text editor. This package contains the debugging symbols for the @DEB_FLAVOR@-gtk package.