[Python-modules-commits] [python-measurement] 08/14: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Sat Jan 13 16:44:33 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-measurement.

commit 2c2407cfef31cc0a67dcccca93570671a5f2431b
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Jan 10 16:55:26 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c20ab2e..d17dbdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-measurement (2.0.1-1) UNRELEASED; urgency=low
   * Always use pristine-tar.
   * 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>  Wed, 10 Jan 2018 16:51:28 +0100
 
diff --git a/debian/control b/debian/control
index 4a7e626..b788dfe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: python-measurement
 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),
-               dh-python,
-               python-all,
-               python-nose,
-               python-setuptools,
-               python-six,
-               python-sympy,
-               python3-all,
-               python3-nose,
-               python3-setuptools,
-               python3-six,
-               python3-sphinx,
-               python3-sympy
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-nose,
+ python-setuptools,
+ python-six,
+ python-sympy,
+ python3-all,
+ python3-nose,
+ python3-setuptools,
+ python3-six,
+ python3-sphinx,
+ python3-sympy,
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-measurement.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-measurement.git
@@ -25,9 +27,11 @@ X-Python3-Version: >= 3.4
 
 Package: python-measurement
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends}
-Suggests: python-measurement-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-measurement-doc,
 Description: unit-aware measurement objects (Python2 version)
  Easily use and manipulate unit-aware measurement objects in Python.
  .
@@ -42,12 +46,13 @@ Description: unit-aware measurement objects (Python2 version)
  .
  This package contains the Python 2 version of the library.
 
-Package: python3-measurement
+Package: python-measurement-doc
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-measurement-doc
-Description: unit-aware measurement objects (Python3 version)
+Section: doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: unit-aware measurement objects (Documentation)
  Easily use and manipulate unit-aware measurement objects in Python.
  .
  django.contrib.gis.measure has these wonderful Distance objects that can be
@@ -59,14 +64,16 @@ Description: unit-aware measurement objects (Python3 version)
  (courtesy of Django), but also other measurements including Weight, Volume, and
  Temperature.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
 
-Package: python-measurement-doc
+Package: python3-measurement
 Architecture: all
-Section: doc
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
-Description: unit-aware measurement objects (Documentation)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-measurement-doc,
+Description: unit-aware measurement objects (Python3 version)
  Easily use and manipulate unit-aware measurement objects in Python.
  .
  django.contrib.gis.measure has these wonderful Distance objects that can be
@@ -78,4 +85,4 @@ Description: unit-aware measurement objects (Documentation)
  (courtesy of Django), but also other measurements including Weight, Volume, and
  Temperature.
  .
- 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/python-measurement.git



More information about the Python-modules-commits mailing list