[Python-modules-commits] [python-w3lib] 09/13: Reformat packaging files with cme for better readability.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 24 20:34:10 UTC 2017


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

fladi pushed a commit to branch master
in repository python-w3lib.

commit d2cafca107c0dc12bedc39865d9439baedea9461
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jan 24 20:34:11 2017 +0100

    Reformat packaging files with cme for better readability.
---
 debian/changelog |  1 +
 debian/control   | 37 ++++++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd14f26..e4399ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-w3lib (1.16.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.8.
   * Use https:// for copyright-format 1.0 URL.
   * Remove version requirement from python-all for Build-Depends.
+  * Reformat packaging files with cme for better readability.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 24 Jan 2017 16:35:02 +0100
 
diff --git a/debian/control b/debian/control
index 91417f8..c503570 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,28 @@
 Source: python-w3lib
-Section: python
-Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python-six,
- python3-all,
- python3-setuptools,
- python3-six
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.3
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python-six,
+               python3-all,
+               python3-setuptools,
+               python3-six
 Standards-Version: 3.9.8
-Homepage: https://pypi.python.org/pypi/w3lib
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-w3lib.git
 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
+Homepage: https://pypi.python.org/pypi/w3lib
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
 
 Package: python-w3lib
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-six (>= 1.6.1)
+Depends: python-six (>= 1.6.1),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Collection of web-related functions for Python (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.
@@ -45,7 +46,9 @@ Description: Collection of web-related functions for Python (Python 2)
 
 Package: python3-w3lib
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-six (>= 1.6.1)
+Depends: python3-six (>= 1.6.1),
+         ${misc:Depends},
+         ${python3:Depends}
 Description: Collection of web-related functions for Python (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