[Python-modules-commits] [python-tmdbsimple] 08/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jan 9 07:28:22 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-tmdbsimple.
commit 4162e156464cd2f36ededaa0cde338a846704f73
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jan 9 08:22:53 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 27 +++++++++++++++------------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5d453ea..ecbde97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-tmdbsimple (2.1.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> Tue, 09 Jan 2018 08:20:19 +0100
diff --git a/debian/control b/debian/control
index 108f2f4..051939d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,15 @@ Source: python-tmdbsimple
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 (>= 11),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
Standards-Version: 4.1.3
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
@@ -19,8 +21,9 @@ Testsuite: autopkgtest-pkg-python
Package: python-tmdbsimple
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
Description: Wrapper for The Movie Database API (Python2 version)
tmdbsimple is a wrapper, written in Python, for The Movie Database (TMDb) API
v3. By calling the functions available in tmdbsimple one can simplify their
@@ -37,11 +40,11 @@ Description: Wrapper for The Movie Database API (Python2 version)
.
This package contains the Python 2 version of the library.
-
Package: python3-tmdbsimple
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
Description: Wrapper for The Movie Database API (Python3 version)
tmdbsimple is a wrapper, written in Python, for The Movie Database (TMDb) API
v3. By calling the functions available in tmdbsimple one can simplify their
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tmdbsimple.git
More information about the Python-modules-commits
mailing list