[Python-modules-commits] [django-model-utils] 02/04: Distinguish package descriptions by target Python version.

Brian May bam at moszumanska.debian.org
Fri Aug 12 10:19:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-model-utils.

commit 448f8350c29a4984271330c5d40b2b8cf0af194a
Author: Ben Finney <ben at benfinney.id.au>
Date:   Fri Aug 12 16:08:11 2016 +1000

    Distinguish package descriptions by target Python version.
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6556f84..208aa46 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-mode
 Package: python-django-model-utils
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: Django model mixins and utilities
+Description: Django model mixins and utilities — Python 2
  Django is a high-level web application framework that loosely follows
  the model-view-controller design pattern.
  .
@@ -22,11 +22,13 @@ Description: Django model mixins and utilities
  including QueryManager for one-line definition of Managers returning a
  custom QuerySet, InheritanceCastModel for more efficient use of model
  inheritance, and TimeStampedModel.
+ .
+ This package installs the library for Python 2.
 
 Package: python3-django-model-utils
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Django model mixins and utilities
+Description: Django model mixins and utilities — Python 3
  Django is a high-level web application framework that loosely follows
  the model-view-controller design pattern.
  .
@@ -34,3 +36,5 @@ Description: Django model mixins and utilities
  including QueryManager for one-line definition of Managers returning a
  custom QuerySet, InheritanceCastModel for more efficient use of model
  inheritance, and TimeStampedModel.
+ .
+ This package installs the library for Python 3.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-model-utils.git



More information about the Python-modules-commits mailing list