[Python-modules-commits] [python-django-tagging] 05/05: wrap-and-sort

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Tue Jan 17 14:15:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

ctrochalakis pushed a commit to branch master
in repository python-django-tagging.

commit 15834eebbc06ef615a116cb906ac6073a52e54af
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date:   Tue Jan 17 15:36:04 2017 +0200

    wrap-and-sort
    
    Gbp-Dch: Ignore
---
 debian/control | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 22e5fb4..5765d47 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,12 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python-setuptools,
                python-django (>= 1.7),
+               python-setuptools,
                python3-all,
-               python3-setuptools,
                python3-django,
-Build-Depends-Indep: python-docutils,
-                     python3-docutils
+               python3-setuptools
+Build-Depends-Indep: python-docutils, python3-docutils
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-tagging.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-tagging.git
@@ -23,9 +22,7 @@ X-Python-Version: >=2.7
 
 Package: python-django-tagging
 Architecture: all
-Depends: ${python:Depends},
-         ${misc:Depends},
-         python-django (>= 1.7),
+Depends: python-django (>= 1.7), ${misc:Depends}, ${python:Depends}
 Description: Generic tagging application for Django projects (Python 2)
  This is a generic tagging application for Django, which allows
  association of a number of tags with any Model instance and makes
@@ -39,9 +36,7 @@ Description: Generic tagging application for Django projects (Python 2)
 
 Package: python3-django-tagging
 Architecture: all
-Depends: ${python3:Depends},
-         ${misc:Depends},
-         python3-django,
+Depends: python3-django, ${misc:Depends}, ${python3:Depends}
 Description: Generic tagging application for Django projects (Python 3)
  This is a generic tagging application for Django, which allows
  association of a number of tags with any Model instance and makes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-tagging.git



More information about the Python-modules-commits mailing list