From 558433aefa0a05fcf0027dfb9042b38ad508d1cc Mon Sep 17 00:00:00 2001
From: Matthias Klose <doko@ubuntu.com>
Date: Thu, 28 Feb 2013 14:32:13 +0100
Subject: [PATCH]   * python-dbg: Stop providing python-gdbm-dbg,
 python-tk-dbg. Closes: #700716.

---
 debian/changelog  | 1 +
 debian/control    | 1 -
 debian/control.in | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c83caa..cef17ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-defaults (2.7.3-11) UNRELEASED; urgency=low
 
   * Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
     python2.6 doesn't have support for multiarch).
+  * python-dbg: Stop providing python-gdbm-dbg, python-tk-dbg. Closes: #700716.
 
  -- Matthias Klose <doko@debian.org>  Wed, 12 Dec 2012 00:25:00 +0100
 
diff --git a/debian/control b/debian/control
index 6732fd9..08fd78f 100644
--- a/debian/control
+++ b/debian/control
@@ -121,7 +121,6 @@ Multi-Arch: allowed
 Section: debug
 Priority: extra
 Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dbg (= ${binary:Version}), python2.7-dbg (>= 2.7.3-10~)
-Provides: python-gdbm-dbg, python-tk-dbg
 Description: debug build of the Python Interpreter (version 2.7)
  Python interpreter configured with --pydebug. Dynamically loaded modules are
  searched in /usr/lib/python2.7/lib-dynload/debug first.
diff --git a/debian/control.in b/debian/control.in
index 40514e3..8cd40c0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -121,7 +121,6 @@ Multi-Arch: allowed
 Section: debug
 Priority: extra
 Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dbg (= ${binary:Version}), python@VER@-dbg (>= @PREVVER@)
-Provides: python-gdbm-dbg, python-tk-dbg
 Description: debug build of the Python Interpreter (version @VER@)
  Python interpreter configured with --pydebug. Dynamically loaded modules are
  searched in /usr/lib/python@VER@/lib-dynload/debug first.
-- 
GitLab