[Python-modules-commits] [django-polymorphic] 10/13: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Sun Feb 4 13:19:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-polymorphic.
commit 3518ab97b8dcf21d160239336b53046d122b5d7c
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sun Feb 4 12:38:29 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 71 +++++++++++++++++++++++++++++++-------------------------
2 files changed, 41 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8264112..9fc414c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ django-polymorphic (2.0-1) UNRELEASED; urgency=low
tarball to serve as a reminder to improve on this.
* Bump Standards-Version to 4.1.3.
* Bump debhelper compatibility and version to 11.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Sat, 27 Jan 2018 13:52:50 +0100
diff --git a/debian/control b/debian/control
index 22faa74..510007c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: django-polymorphic
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>,
-Build-Depends: debhelper (>= 11),
- dh-python,
- python-all,
- python-django,
- python-setuptools,
- python3-all,
- python3-django,
- python3-django-extra-views,
- python3-setuptools,
- python3-sphinx,
- python3-sphinx-rtd-theme
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-django,
+ python-setuptools,
+ python3-all,
+ python3-django,
+ python3-django-extra-views,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
Standards-Version: 4.1.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
@@ -23,11 +25,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-poly
Package: python-django-polymorphic
Architecture: all
-Depends: python-django,
- ${misc:Depends},
- ${python:Depends}
-Recommends: python-django-extra-views
-Suggests: python-django-polymorphic-doc
+Depends:
+ python-django,
+ ${misc:Depends},
+ ${python:Depends},
+Recommends:
+ python-django-extra-views,
+Suggests:
+ python-django-polymorphic-doc,
Description: Seamless Polymorphic Inheritance for Django Models
Django-polymorphic simplifies using inherited models in Django projects. When a
query is made at the base model, the inherited model classes are returned.
@@ -44,14 +49,13 @@ Description: Seamless Polymorphic Inheritance for Django Models
* Uses the minimum amount of queries needed to fetch the inherited models.
* Disabling polymorphic behavior when needed.
-Package: python3-django-polymorphic
+Package: python-django-polymorphic-doc
+Section: doc
Architecture: all
-Depends: python3-django,
- ${misc:Depends},
- ${python3:Depends}
-Recommends: python3-django-extra-views
-Suggests: python-django-polymorphic-doc
-Description: Seamless Polymorphic Inheritance for Django Models (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: Seamless Polymorphic Inheritance for Django Models (Documentation)
Django-polymorphic simplifies using inherited models in Django projects. When a
query is made at the base model, the inherited model classes are returned.
.
@@ -67,14 +71,19 @@ Description: Seamless Polymorphic Inheritance for Django Models (Python3 version
* Uses the minimum amount of queries needed to fetch the inherited models.
* Disabling polymorphic behavior when needed.
.
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
-Package: python-django-polymorphic-doc
-Section: doc
+Package: python3-django-polymorphic
Architecture: all
-Depends: ${misc:Depends},
- ${sphinxdoc:Depends}
-Description: Seamless Polymorphic Inheritance for Django Models (Documentation)
+Depends:
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends:
+ python3-django-extra-views,
+Suggests:
+ python-django-polymorphic-doc,
+Description: Seamless Polymorphic Inheritance for Django Models (Python3 version)
Django-polymorphic simplifies using inherited models in Django projects. When a
query is made at the base model, the inherited model classes are returned.
.
@@ -90,4 +99,4 @@ Description: Seamless Polymorphic Inheritance for Django Models (Documentation)
* Uses the minimum amount of queries needed to fetch the inherited models.
* Disabling polymorphic behavior when needed.
.
- This package contains the documentation.
+ 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/django-polymorphic.git
More information about the Python-modules-commits
mailing list