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

Michael Fladischer fladi at moszumanska.debian.org
Sat Jan 27 12:46:43 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-w3lib.

commit 98e56a64612c4c3eadd02d843406b50d5bbdcbff
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sat Jan 27 13:40:01 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 2c2cdf9..7d63a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-w3lib (1.19.0-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility and version to 11.
   * Bump Standards-Version to 4.1.3.
   * Enable autopkgtest-pkg-python testsuite.
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Sat, 27 Jan 2018 13:37:58 +0100
 
diff --git a/debian/control b/debian/control
index 194eefa..d2728c9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,18 @@
 Source: python-w3lib
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
+Uploaders:
+ Ignace Mouzannar <mouzannar at gmail.com>,
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 11),
-               dh-python,
-               python-all,
-               python-setuptools,
-               python-six,
-               python3-all,
-               python3-setuptools,
-               python3-six
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-six,
+ python3-all,
+ python3-setuptools,
+ python3-six,
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-w3lib.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-w3lib.git
@@ -21,9 +23,10 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-w3lib
 Architecture: all
-Depends: python-six (>= 1.6.1),
-         ${misc:Depends},
-         ${python:Depends}
+Depends:
+ python-six (>= 1.6.1),
+ ${misc:Depends},
+ ${python:Depends},
 Description: Collection of web-related functions (Python 2)
  Python module with simple, reusable functions to work with URLs, HTML,
  forms, and HTTP, that aren’t found in the Python standard library.
@@ -47,9 +50,10 @@ Description: Collection of web-related functions (Python 2)
 
 Package: python3-w3lib
 Architecture: all
-Depends: python3-six (>= 1.6.1),
-         ${misc:Depends},
-         ${python3:Depends}
+Depends:
+ python3-six (>= 1.6.1),
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Collection of web-related functions (Python 3)
  Python module with simple, reusable functions to work with URLs, HTML,
  forms, and HTTP, that aren’t found in the Python standard library.

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



More information about the Python-modules-commits mailing list