[Python-modules-commits] [python-django-rules] 04/08: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Dec 20 08:14:23 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-django-rules.
commit 076b62d84d9f632709bd0437ab8afc58e16a1947
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Dec 14 14:45:26 2017 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 17 ++++++++++-------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e8cbbf2..696b985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-django-rules (1.3.0-1) UNRELEASED; urgency=low
* New upstream release.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Thu, 14 Dec 2017 14:44:39 +0100
diff --git a/debian/control b/debian/control
index 3783e99..0ae05bd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,13 @@ Source: python-django-rules
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,
- python3-all,
- python3-setuptools
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all,
+ python3-setuptools,
Standards-Version: 3.9.8
X-Python3-Version: >= 3.3
Homepage: https://github.com/dfunckt/django-rules
@@ -15,8 +17,9 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-ru
Package: python3-django-rules
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
Description: object-level permissions for Django (Python3 version)
rules is a tiny but powerful app providing object-level permissions to Django,
without requiring a database. At its core, it is a generic framework for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-rules.git
More information about the Python-modules-commits
mailing list