From 93a6f099dd2f69ccfdcc6930fe7ff0d88124c85f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Sun, 11 Jul 2010 16:31:39 +0200
Subject: [PATCH] python-doc now suggests python-examples (closes: #585774)

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

diff --git a/debian/changelog b/debian/changelog
index 1a99ce0..5734050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ python-defaults (2.6.5-6) unstable; urgency=low
   * debian/rules: do not ignore errors (two more `set -e`s added, closes:
     397499)
   * python-examples package no longer depends on python (closes: 585780)
+  * python-doc now suggests python-examples (closes: #585774)
 
   [ Scott Kitterman ]
   * Merge changes back from Ubuntu package:
diff --git a/debian/control b/debian/control
index df8bf0d..24764bb 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,7 @@ Package: python-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, python2.6-doc (>= 2.6.5+20100616-1~)
-Suggests: python (= ${binary:Version})
+Suggests: python-examples, python (= ${binary:Version})
 Conflicts: python-doc-info, python (<< 2.3.5)
 Replaces: python-doc-info, python (<< 2.3.5)
 Description: Documentation for the high-level object-oriented language Python
diff --git a/debian/control.in b/debian/control.in
index 36b76aa..64867d8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -78,7 +78,7 @@ Package: python-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, python@VER@-doc (>= @PREVVER@)
-Suggests: python (= ${binary:Version})
+Suggests: python-examples, python (= ${binary:Version})
 Conflicts: python-doc-info, python (<< 2.3.5)
 Replaces: python-doc-info, python (<< 2.3.5)
 Description: Documentation for the high-level object-oriented language Python
-- 
GitLab