[Python-modules-commits] [django-reversion] 06/08: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Fri Dec 8 19:02:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-reversion.
commit cfc541bd2659a8b8b280c7fd9391a00c49bbe905
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Dec 8 19:51:43 2017 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 68 +++++++++++++++++++++++++++++++-------------------------
2 files changed, 39 insertions(+), 30 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 14774db..a888709 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ django-reversion (2.0.12-1) UNRELEASED; urgency=low
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.1.1.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Fri, 08 Dec 2017 19:26:34 +0100
diff --git a/debian/control b/debian/control
index 07dba0e..1600a3a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,22 @@ Source: django-reversion
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 (>= 9),
- dh-python,
- python-all,
- python-babel,
- python-django (>= 1.7),
- python-mock,
- python-setuptools,
- python3-all,
- python3-babel,
- python3-django,
- python3-mock,
- python3-setuptools,
- python3-sphinx
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-babel,
+ python-django (>= 1.7),
+ python-mock,
+ python-setuptools,
+ python3-all,
+ python3-babel,
+ python3-django,
+ python3-mock,
+ python3-setuptools,
+ python3-sphinx,
Standards-Version: 4.1.1
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
@@ -25,10 +27,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-reve
Package: python-django-reversion
Architecture: all
-Depends: python-django (>= 1.7),
- ${misc:Depends},
- ${python:Depends}
-Suggests: python-django-reversion-doc
+Depends:
+ python-django (>= 1.7),
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-django-reversion-doc,
Description: Provides comprehensive version control facilities for Django
Reversion is an extension to the Django web framework that provides
comprehensive version control facilities.
@@ -43,13 +47,13 @@ Description: Provides comprehensive version control facilities for Django
flexible signalling framework.
* Automate your revision management with easy-to-use middleware.
-Package: python3-django-reversion
+Package: python-django-reversion-doc
+Section: doc
Architecture: all
-Depends: python3-django,
- ${misc:Depends},
- ${python3:Depends}
-Suggests: python-django-reversion-doc
-Description: Provides comprehensive version control facilities for Django (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: Provides comprehensive version control facilities for Django (Documentation)
Reversion is an extension to the Django web framework that provides
comprehensive version control facilities.
.
@@ -63,13 +67,17 @@ Description: Provides comprehensive version control facilities for Django (Pytho
flexible signalling framework.
* Automate your revision management with easy-to-use middleware.
.
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
-Package: python-django-reversion-doc
-Section: doc
+Package: python3-django-reversion
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Provides comprehensive version control facilities for Django (Documentation)
+Depends:
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-django-reversion-doc,
+Description: Provides comprehensive version control facilities for Django (Python3 version)
Reversion is an extension to the Django web framework that provides
comprehensive version control facilities.
.
@@ -83,4 +91,4 @@ Description: Provides comprehensive version control facilities for Django (Docum
flexible signalling framework.
* Automate your revision management with easy-to-use middleware.
.
- 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-reversion.git
More information about the Python-modules-commits
mailing list