[Python-modules-commits] [django-markupfield] 06/08: Reformat packaging files with cme.
Michael Fladischer
fladi at moszumanska.debian.org
Sat Dec 19 20:18:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-markupfield.
commit a6cadc8cabd73ebd2d375faf432c48de9cd4f5f7
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Dec 19 20:55:58 2015 +0100
Reformat packaging files with cme.
---
debian/control | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 0430852..39b2a69 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: django-markupfield
-Section: python
-Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi at debian.org>
+Section: python
+Priority: optional
Build-Depends: debhelper (>= 8.1.0~),
dh-python,
python-all,
@@ -16,16 +16,20 @@ Build-Depends: debhelper (>= 8.1.0~),
python3-markdown,
python3-setuptools
Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-markupfield.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-markupfield.git
+Homepage: http://pypi.python.org/pypi/django-markupfield/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
-Homepage: http://pypi.python.org/pypi/django-markupfield/
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-markupfield.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-markupfield.git
Package: python-django-markupfield
Architecture: all
-Depends: python-django (>= 1.8), ${misc:Depends}, ${python:Depends}
-Suggests: python-docutils, python-markdown, python-textile
+Depends: python-django (>= 1.8),
+ ${misc:Depends},
+ ${python:Depends}
+Suggests: python-docutils,
+ python-markdown,
+ python-textile
Description: custom Django field for easy use of markup in text fields
An implementation of a custom MarkupField for Django. A MarkupField is in
essence a TextField with an associated markup type. The field also caches
@@ -41,8 +45,11 @@ Description: custom Django field for easy use of markup in text fields
Package: python3-django-markupfield
Architecture: all
-Depends: python3-django (>= 1.8), ${misc:Depends}, ${python3:Depends}
-Suggests: python3-docutils, python3-markdown
+Depends: python3-django (>= 1.8),
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests: python3-docutils,
+ python3-markdown
Description: custom Django field for easy use of markup in text fields (Python3 version)
An implementation of a custom MarkupField for Django. A MarkupField is in
essence a TextField with an associated markup type. The field also caches
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-markupfield.git
More information about the Python-modules-commits
mailing list