From 3a88f47d0793fb5a2f26fe72986803b448fa96ea Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 4 Aug 2017 21:44:35 -0500 Subject: [PATCH] Fix dbg package self-dependencies --- debian/control | 6 +++--- debian/control.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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. -- 2.30.2