From ed25c8a413bd2276108bb48ee22041da3d28e35b Mon Sep 17 00:00:00 2001
From: Scott Kitterman <scott@kitterman.com>
Date: Wed, 18 Jan 2017 01:42:01 -0500
Subject: [PATCH] Make another attempt at Django specific binary naming

---
 debian/changelog          |  6 +++++-
 debian/python-policy.sgml | 18 ++++++++++--------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d2a28df..042edf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 python-defaults (2.7.13-2) UNRELEASED; urgency=medium
 
+  [ Matthias Klose ]
   * Lower priority of packages from standard to optional.
 
- -- Matthias Klose <doko@debian.org>  Fri, 30 Dec 2016 07:03:55 +0100
+  [ Scott Kitterman ]
+  * Make another attempt at Django specific binary naming
+
+ -- Scott Kitterman <scott@kitterman.com>  Wed, 18 Jan 2017 01:41:29 -0500
 
 python-defaults (2.7.13-1) unstable; urgency=medium
 
diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml
index 4f94994..cb8fafc 100644
--- a/debian/python-policy.sgml
+++ b/debian/python-policy.sgml
@@ -628,14 +628,16 @@ import foo
 	  versions should be included in a single package.
 	</p>
 	<p>
-	  As a special exception to the  <package>python3-</package> and
-	  <package>python-</package> binary naming policy, Python modules
-	   intended for use  with Django (<package>python3-django</package>/
-	  <package>python-django</package>) should add django to their binary
-	  package names to make it clear they are intended for use with Django
-	  and not general purpose Python modules, i.e.
-	  <package>python3-django-</package> and
-	  <package>python-django-</package> respectively.
+          Packages intended for use with Django (<package>python3-django</package>/
+          <package>python-django</package>) are installed in the same namespace as
+          other python packages for a variety of reasons.  Many such packages are
+          named django_packagename upstream.  These are then packaged as
+          <package>python3-django-package</package> and
+          <package>python-django-package</package>.
+          This makes it clear that they are intended for use with Django
+          and not general purpose Python modules.  Debian maintainers are
+          encouraged to work with their upstreams to support consistent use of
+          this approach.
       </sect>
       <sect id="specifying_versions">
 	<heading>Specifying Supported Versions</heading>
-- 
GitLab