[Python-modules-commits] [python-django-treebeard] 10/13: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Sun Jan 21 20:21:28 UTC 2018


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

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

commit 858d792f248a0a337678ae6a3c1620db2c5991a3
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun Jan 21 15:03:52 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a6241b8..237e80c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-django-treebeard (4.2.0+dfsg-1) UNRELEASED; urgency=low
     row.
   * Bump debhelper compatibility and version to 11.
   * Bump Standards-Version to 4.1.3.
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Sat, 13 Jan 2018 18:59:35 +0100
 
diff --git a/debian/control b/debian/control
index 029ef48..e4d3bd6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: python-django-treebeard
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 11),
-               python-all,
-               python3-all
-Build-Depends-Indep: dh-python,
-                     graphviz,
-                     python-django,
-                     python-pytest,
-                     python-setuptools,
-                     python3-babel,
-                     python3-django,
-                     python3-pytest,
-                     python3-setuptools,
-                     python3-sphinx
+Build-Depends:
+ debhelper (>= 11),
+ python-all,
+ python3-all,
+Build-Depends-Indep:
+ dh-python,
+ graphviz,
+ python-django,
+ python-pytest,
+ python-setuptools,
+ python3-babel,
+ python3-django,
+ python3-pytest,
+ python3-setuptools,
+ python3-sphinx,
 Standards-Version: 4.1.3
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -25,10 +28,11 @@ Homepage: https://tabo.pe/projects/django-treebeard/
 
 Package: python-django-treebeard
 Architecture: all
-Depends: libjs-jquery-ui,
-         python-django,
-         ${misc:Depends},
-         ${python:Depends}
+Depends:
+ libjs-jquery-ui,
+ python-django,
+ ${misc:Depends},
+ ${python:Depends},
 Description: Efficient implementations of tree data structures for Django
  Django Treebeard is a library that implements efficient data structures for
  storing hierarchical data in a database using the Django web development
@@ -38,13 +42,13 @@ Description: Efficient implementations of tree data structures for Django
  materialized path and nested sets. Each one has it's own strengths and
  weaknesses but share the same API, so it’s easy to switch between them.
 
-Package: python3-django-treebeard
+Package: python-django-treebeard-doc
 Architecture: all
-Depends: libjs-jquery-ui,
-         python3-django,
-         ${misc:Depends},
-         ${python3:Depends}
-Description: Efficient implementations of tree data structures for Django (Python3 version)
+Section: doc
+Depends:
+ libjs-jquery,
+ ${misc:Depends},
+Description: Efficient implementations of tree data structures for Django (documentation)
  Django Treebeard is a library that implements efficient data structures for
  storing hierarchical data in a database using the Django web development
  framework.
@@ -53,14 +57,16 @@ Description: Efficient implementations of tree data structures for Django (Pytho
  materialized path and nested sets. Each one has it's own strengths and
  weaknesses but share the same API, so it’s easy to switch between them.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation in searchable HTML format.
 
-Package: python-django-treebeard-doc
+Package: python3-django-treebeard
 Architecture: all
-Section: doc
-Depends: libjs-jquery,
-         ${misc:Depends}
-Description: Efficient implementations of tree data structures for Django (documentation)
+Depends:
+ libjs-jquery-ui,
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Efficient implementations of tree data structures for Django (Python3 version)
  Django Treebeard is a library that implements efficient data structures for
  storing hierarchical data in a database using the Django web development
  framework.
@@ -69,4 +75,4 @@ Description: Efficient implementations of tree data structures for Django (docum
  materialized path and nested sets. Each one has it's own strengths and
  weaknesses but share the same API, so it’s easy to switch between them.
  .
- This package contains the documentation in searchable HTML format.
+ 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/python-django-treebeard.git



More information about the Python-modules-commits mailing list