[Python-modules-commits] [python-asgi-ipc] 13/13: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Fri Nov 17 12:24:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-asgi-ipc.
commit 024573b7ad88d3d2cdd02c15e72d41a3fd3e7e0a
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Nov 17 13:14:51 2017 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/control | 27 +++++++++++++++------------
debian/copyright | 2 +-
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index c6f7246..a9b516c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,18 @@ Source: python-asgi-ipc
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 (>= 10),
- dh-python,
- python3-all,
- python3-asgiref,
- python3-msgpack,
- python3-posix-ipc,
- python3-setuptools,
- python3-six
-Standards-Version: 4.0.0
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-asgiref,
+ python3-msgpack,
+ python3-posix-ipc,
+ python3-setuptools,
+ python3-six,
+Standards-Version: 4.1.1
X-Python3-Version: >= 3.4
Homepage: https://github.com/django/asgi_ipc/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-asgi-ipc.git
@@ -19,8 +21,9 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-asgi-ipc.
Package: python3-asgi-ipc
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
Description: ASGI channel layer that uses POSIX shared memory IPC (Python3 version)
An ASGI (Asynchronous Server Gateway Interface) channel layer that uses POSIX
shared memory IPC as its backing store (only works between processes on the
diff --git a/debian/copyright b/debian/copyright
index cf48b86..7f1052b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-asgi-ipc
Upstream-Contact: Django Software Foundation <foundation at djangoproject.com>
Source: https://github.com/django/asgi_ipc/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asgi-ipc.git
More information about the Python-modules-commits
mailing list