[Python-modules-commits] [python-tabulate] 07/11: add wcwidth to b-d

Sandro Tosi morph at moszumanska.debian.org
Sat Dec 17 00:41:30 UTC 2016


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

morph pushed a commit to branch master
in repository python-tabulate.

commit f33db2230a9c1033db6a42e276c50744a49d1684
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Dec 16 19:29:39 2016 -0500

    add wcwidth to b-d
---
 debian/changelog | 3 ++-
 debian/control   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5df095f..4e80a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,13 +7,14 @@ python-tabulate (0.7.7-1) UNRELEASED; urgency=medium
   * debian/control
     - update upstream copyright years
     - add copyright for my contributions
+    - add wcwidth to b-d
   * debian/python-tabulate.examples
     - dont install benchmarl.py in py2 package, remove from the tarball
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Fri, 16 Dec 2016 19:26:21 -0500
+ -- Sandro Tosi <morph at debian.org>  Fri, 16 Dec 2016 19:29:31 -0500
 
 python-tabulate (0.7.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d76c24c..7e9c039 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-3~),
                python-nose,
                python-setuptools,
+               python-wcwidth,
+               python3-wcwidth,
 Standards-Version: 3.9.6
 Section: python
 Homepage: https://bitbucket.org/astanin/python-tabulate/

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



More information about the Python-modules-commits mailing list