From 0790011241ee6b9c8563673572f438fb126a7c9a Mon Sep 17 00:00:00 2001
From: Scott Kitterman <scott@kitterman.com>
Date: Wed, 27 Jul 2011 15:37:58 -0400
Subject: [PATCH] Fix marking of pysupport/central deprecated in python policy.

---
 debian/python-policy.sgml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml
index d3b26e1..a2edb56 100644
--- a/debian/python-policy.sgml
+++ b/debian/python-policy.sgml
@@ -772,8 +772,8 @@ Build-Depends: python3-all-dev (>= 3.1)
 	</p>
       </sect>
 
-      <sect id="pysupport (deprecated)">
-	<heading>python-support</heading>
+      <sect id="pysupport">
+	<heading>python-support (deprecated)</heading>
 	<p>
 	  python-support is deprecated. It is a system intended to provide
 	  a simple way to byte-compile pure Python modules and manage dependencies.
@@ -789,8 +789,8 @@ Build-Depends: python3-all-dev (>= 3.1)
 	</p>
       </sect>
 
-      <sect id="pycentral (deprecated)">
-	<heading>python-central</heading>
+      <sect id="pycentral">
+	<heading>python-central (deprecated)</heading>
 	<p>
 	  python-central is deprecated. It provides another way to manage
 	  Python modules. It integrates with <package>debhelper</package>,
-- 
GitLab