Fix dbg package self-dependencies
authorRob Browning <rlb@defaultvalue.org>
Sat, 5 Aug 2017 02:44:35 +0000 (21:44 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 15 May 2018 06:09:04 +0000 (01:09 -0500)
debian/control
debian/control.in

index fd36fd4a87606c758cf43401607bb1348fe91ae0..ce2569436f3d3280ae9edb3c0b348c786e9b9fad 100644 (file)
@@ -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.
index fb9f6bae215b15acc07f2e3e4a4a86d19677c6f7..92557b887d0cf37ba118e7575159bb4e314c165a 100644 (file)
@@ -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.