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

Michael Fladischer fladi at moszumanska.debian.org
Mon Jan 8 20:38:53 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-dropbox.

commit c8e0a39d36b2ecab4c14a377657d129e2022a0d1
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Jan 8 18:57:11 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 43b6305..32f8c27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-dropbox (8.5.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>  Mon, 08 Jan 2018 18:55:20 +0100
 
diff --git a/debian/control b/debian/control
index 2d239ca..e26a4e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
 Source: python-dropbox
 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,
-               python3-all,
-               python3-pytest-runner,
-               python3-requests,
-               python3-setuptools
+Build-Depends:
+ debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-pytest-runner,
+ python3-requests,
+ python3-setuptools,
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dropbox.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dropbox.git
@@ -17,8 +19,9 @@ X-Python3-Version: >= 3.3
 
 Package: python3-dropbox
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Official Dropbox API Client (Python3 version)
  A Python SDK for integrating with the Dropbox API v2. You need to create an
  Dropbox Application to make API requests. All requests need to be made with an

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



More information about the Python-modules-commits mailing list