[Python-modules-commits] [python-django-otp] 07/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jan 8 17:52:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-django-otp.
commit ebef34cd3a52741f53ea3a1dd03f12ec8ba1a6b9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Jan 8 18:41:54 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 46 ++++++++++++++++++++++++++--------------------
2 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c57b026..ad35ee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-django-otp (0.4.2-1) UNRELEASED; urgency=low
* Always use pristine-tar.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Mon, 08 Jan 2018 18:40:26 +0100
diff --git a/debian/control b/debian/control
index 2fcfbee..9f4388f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,28 @@ Source: python-django-otp
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,
- python3-all,
- python3-django,
- python3-setuptools,
- python3-sphinx
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-django,
+ python3-setuptools,
+ python3-sphinx,
Standards-Version: 4.1.3
X-Python3-Version: >= 3.3
Homepage: https://bitbucket.org/psagers/django-otp
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-otp.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-otp.git
-Package: python3-django-otp
+Package: python-django-otp-doc
+Section: doc
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
-Recommends: python3-qrcode
-Suggests: python-django-otp-doc (= ${binary:Version})
-Description: pluggable framework for two-factor authentication (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: pluggable framework for two-factor authentication (Documentation)
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
@@ -33,14 +35,18 @@ Description: pluggable framework for two-factor authentication (Python3 version)
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple plugins.
.
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
-Package: python-django-otp-doc
-Section: doc
+Package: python3-django-otp
Architecture: all
-Depends: ${misc:Depends},
- ${sphinxdoc:Depends}
-Description: pluggable framework for two-factor authentication (Documentation)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends:
+ python3-qrcode,
+Suggests:
+ python-django-otp-doc (= ${binary:Version}),
+Description: pluggable framework for two-factor authentication (Python3 version)
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
@@ -52,4 +58,4 @@ Description: pluggable framework for two-factor authentication (Documentation)
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple plugins.
.
- 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/python-django-otp.git
More information about the Python-modules-commits
mailing list