[Python-modules-commits] [python-django-extensions] 12/18: Provide unique descriptions for both binary packages.
Michael Fladischer
fladi at moszumanska.debian.org
Wed May 18 13:34:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-django-extensions.
commit ac41d9ad9dd72777fca1ac9c2ac7a86fb36618e1
Author: Michael Fladischer <fladi at debian.org>
Date: Tue May 17 21:10:36 2016 +0200
Provide unique descriptions for both binary packages.
---
debian/changelog | 1 +
debian/control | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fc00075..4435f14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-django-extensions (1.6.7-1) UNRELEASED; urgency=low
python{,3} itself.
* Remove python3-keyczar from Suggests as it does not exist.
* Rename MIT license to Expat.
+ * Provide unique descriptions for both binary packages.
-- Michael Fladischer <fladi at debian.org> Mon, 16 May 2016 17:18:48 +0200
diff --git a/debian/control b/debian/control
index 7da0165..89cbf2a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django, python-six
Recommends: libjs-jquery
Suggests: python-werkzeug, python-pygraphviz, python-boto, python-keyczar
-Description: Useful extensions for Django projects
+Description: Useful extensions for Django projects (Python 2 version)
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
@@ -37,13 +37,15 @@ Description: Useful extensions for Django projects
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
+ .
+ This package contains the Python 2 version of the library.
Package: python3-django-extensions
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django, python3-six
Recommends: libjs-jquery
Suggests: python3-werkzeug, python3-pygraphviz, python3-boto
-Description: Useful extensions for Django projects
+Description: Useful extensions for Django projects (Python 3 version)
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
@@ -59,3 +61,5 @@ Description: Useful extensions for Django projects
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
+ .
+ This package contains the Python 3 version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git
More information about the Python-modules-commits
mailing list