[Python-modules-commits] [django-sitetree] 05/07: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Mon Dec 11 16:42:48 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-sitetree.

commit 27e8251bef58eaba4b1a9b2e78fc2056bad18718
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Dec 11 17:36:12 2017 +0100

    Run wrap-and-sort -bast to reduce diff size of future changes.
---
 debian/changelog |  1 +
 debian/control   | 77 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 43 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdebc35..56c68b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ django-sitetree (1.8.0+dfsg-2) UNRELEASED; urgency=medium
   * Add patch by Chris Lamb to unmask exit code in runtests.py (Closes:
     #877321).
   * Bump Standards-Version to 4.1.2.
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 11 Dec 2017 15:03:43 +0100
 
diff --git a/debian/control b/debian/control
index a4e8a70..8b926f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,26 @@ Source: django-sitetree
 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,
-               python-all,
-               python-babel,
-               python-django (>= 1.7),
-               python-mock,
-               python-pytest,
-               python-pytest-django,
-               python-setuptools,
-               python3-all,
-               python3-babel,
-               python3-django,
-               python3-mock,
-               python3-pytest,
-               python3-pytest-django,
-               python3-setuptools,
-               python3-sphinx
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-babel,
+ python-django (>= 1.7),
+ python-mock,
+ python-pytest,
+ python-pytest-django,
+ python-setuptools,
+ python3-all,
+ python3-babel,
+ python3-django,
+ python3-mock,
+ python3-pytest,
+ python3-pytest-django,
+ python3-setuptools,
+ python3-sphinx,
 Standards-Version: 4.1.2
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -29,10 +31,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-site
 
 Package: python-django-sitetree
 Architecture: all
-Depends: python-django (>= 1.7),
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-sitetree-doc
+Depends:
+ python-django (>= 1.7),
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-django-sitetree-doc,
 Description: site tree, menu and breadcrumbs navigation for Django
  django-sitetree is a reusable application for Django, introducing site tree,
  menu and breadcrumbs navigation elements. Site structure in django-sitetree is
@@ -40,31 +44,34 @@ Description: site tree, menu and breadcrumbs navigation for Django
  of such a tree describes a page or a set of pages through the relation of URI
  or URL to human-friendly title.
 
-Package: python3-django-sitetree
+Package: python-django-sitetree-doc
+Section: doc
 Architecture: all
-Depends: python3-django,
-         ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-django-sitetree-doc
-Description: site tree, menu and breadcrumbs navigation for Django (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: site tree, menu and breadcrumbs navigation for Django (Documentation)
  django-sitetree is a reusable application for Django, introducing site tree,
  menu and breadcrumbs navigation elements. Site structure in django-sitetree is
  described through Django admin interface in a so called site trees. Every item
  of such a tree describes a page or a set of pages through the relation of URI
  or URL to human-friendly title.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
 
-Package: python-django-sitetree-doc
-Section: doc
+Package: python3-django-sitetree
 Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
-Description: site tree, menu and breadcrumbs navigation for Django (Documentation)
+Depends:
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-django-sitetree-doc,
+Description: site tree, menu and breadcrumbs navigation for Django (Python3 version)
  django-sitetree is a reusable application for Django, introducing site tree,
  menu and breadcrumbs navigation elements. Site structure in django-sitetree is
  described through Django admin interface in a so called site trees. Every item
  of such a tree describes a page or a set of pages through the relation of URI
  or URL to human-friendly title.
  .
- This package contains the documentation.
+ This package contains the Python 3 version of the library.

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



More information about the Python-modules-commits mailing list