[Python-modules-commits] [voluptuous] 02/02: wrap-and-sort -ta

Barry Warsaw barry at moszumanska.debian.org
Tue Aug 2 18:02:55 UTC 2016


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

barry pushed a commit to branch master
in repository voluptuous.

commit 43d5c65791f7de9072862be4a483edb27c1189ba
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Aug 2 14:02:46 2016 -0400

    wrap-and-sort -ta
---
 debian/changelog |  3 ++-
 debian/control   | 10 ++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b58c648..05c110b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,8 @@ voluptuous (0.9.2-1) UNRELEASED; urgency=medium
   * d/control:
     - Bump Standards-Version to 3.9.8 with no other changes needed.
     - Add myself to Uploaders.
-    - wrap-and-sort
+    - wrap-and-sort -t -a
+  * d/gbp.conf: Removed
 
  -- Barry Warsaw <barry at debian.org>  Tue, 02 Aug 2016 10:26:17 -0400
 
diff --git a/debian/control b/debian/control
index d13e747..552e82f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Antoine Musso <hashar at free.fr>,
            Thomas Goirand <zigo at debian.org>,
            Paul Belanger <paul.belanger at polybeacon.com>,
            Robert S. Edmonds <edmonds at debian.org>,
-           Barry Warsaw <barry at debian.org>
+           Barry Warsaw <barry at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3),
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python3-all,
                python3-nose,
-               python3-setuptools
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/alecthomas/voluptuous
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/voluptuous.git
@@ -22,7 +22,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/voluptuous.
 
 Package: python-voluptuous
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 Description: Python library to validate data
  Voluptuous is primarily intended to validate data coming in to Python
  as JSON, YAML, etc. The aim is to offer a light-weight style with three
@@ -38,7 +39,8 @@ Description: Python library to validate data
 
 Package: python3-voluptuous
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 Description: Python 3 library to validate data
  Voluptuous is primarily intended to validate data coming in to Python
  as JSON, YAML, etc. The aim is to offer a light-weight style with three

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



More information about the Python-modules-commits mailing list