[Python-modules-commits] [djoser] 05/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jan 8 15:08:17 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository djoser.
commit 92c18f2803322bf4894d6ff1fcdb210843aa5fe4
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Jan 8 15:45:00 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 46 +++++++++++++++++++++++++---------------------
2 files changed, 26 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 90fb109..d665c99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ djoser (1.1.5-1) UNRELEASED; urgency=low
* New upstream release.
* Always use pristine-tar.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Mon, 08 Jan 2018 15:39:12 +0100
diff --git a/debian/control b/debian/control
index 11a5146..f2cec3f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,21 @@ Source: djoser
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-django (>= 1.7),
- python-djangorestframework (>= 3),
- python-pypandoc,
- python-setuptools,
- python3-all,
- python3-django,
- python3-djangorestframework (>= 3),
- python3-pypandoc,
- python3-setuptools
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-django (>= 1.7),
+ python-djangorestframework (>= 3),
+ python-pypandoc,
+ python-setuptools,
+ python3-all,
+ python3-django,
+ python3-djangorestframework (>= 3),
+ python3-pypandoc,
+ python3-setuptools,
Standards-Version: 4.1.0
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
@@ -24,10 +26,11 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/djoser.git
Package: python-djoser
Architecture: all
-Depends: python-django (>= 1.7),
- python-djangorestframework (>= 3),
- ${misc:Depends},
- ${python:Depends}
+Depends:
+ python-django (>= 1.7),
+ python-djangorestframework (>= 3),
+ ${misc:Depends},
+ ${python:Depends},
Description: REST implementation of Django authentication system
Djoser library provides a set of Django Rest Framework views to handle basic
actions such as registration, login, logout, password reset and account
@@ -42,10 +45,11 @@ Description: REST implementation of Django authentication system
Package: python3-djoser
Architecture: all
-Depends: python3-django,
- python3-djangorestframework (>= 3),
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ python3-django,
+ python3-djangorestframework (>= 3),
+ ${misc:Depends},
+ ${python3:Depends},
Description: REST implementation of Django authentication system (Python3 version)
Djoser library provides a set of Django Rest Framework views to handle basic
actions such as registration, login, logout, password reset and account
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djoser.git
More information about the Python-modules-commits
mailing list