[Python-modules-commits] [django-redis] 06/07: Reformat packaging files with cme for better readability.
Michael Fladischer
fladi at moszumanska.debian.org
Fri May 12 15:18:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch experimental
in repository django-redis.
commit 7e43b1ad25e7fd777b7b44f8c4c81aee84b7935b
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri May 12 17:12:12 2017 +0200
Reformat packaging files with cme for better readability.
---
debian/changelog | 1 +
debian/control | 32 +++++++++++++++-----------------
2 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 90cd514..e93fd7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ django-redis (4.8.0-1~exp1) UNRELEASED; urgency=low
* New upstream release.
* Set Build-Depends on debhelper to be (>= 9) because compat is 9.
* Disable tests the pybuild way.
+ * Reformat packaging files with cme for better readability.
-- Michael Fladischer <fladi at debian.org> Fri, 12 May 2017 16:04:30 +0200
diff --git a/debian/control b/debian/control
index c0b0236..d2ee5df 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,24 @@
Source: django-redis
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>,
+ Michael Fladischer <fladi at debian.org>
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Scott Kitterman <scott at kitterman.com>, Michael Fladischer <fladi at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 3.9.8
-Homepage: https://github.com/niwinz/django-redis
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-redis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-redis.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-redis.git
+Homepage: https://github.com/niwinz/django-redis
Package: python-django-redis
Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Description: Redis cache backend for Django (Python 2)
django-redis is a full featured Redis cache/session backend for Django. It
provides several features to fully utilize Redis:
@@ -36,9 +35,8 @@ Description: Redis cache backend for Django (Python 2)
Package: python3-django-redis
Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Description: Redis cache backend for Django (Python 3)
django-redis is a full featured Redis cache/session backend for Django. It
provides several features to fully utilize Redis:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-redis.git
More information about the Python-modules-commits
mailing list