[Python-modules-commits] [python-pyotp] 01/01: Update version in debian/changelog, add missing Build-Dependency python{3, }-future.

Hugo Lefeuvre hle at moszumanska.debian.org
Tue Jul 5 16:44:40 UTC 2016


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

hle pushed a commit to branch master
in repository python-pyotp.

commit 1141f6b5f2929d0bf24fb04b5e202ca2ad012079
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Tue Jul 5 17:05:22 2016 +0200

    Update version in debian/changelog, add missing Build-Dependency python{3,}-future.
---
 debian/changelog                    | 2 +-
 debian/control                      | 4 +++-
 debian/{docs => python-pyotp.docs}  | 0
 debian/{docs => python3-pyotp.docs} | 0
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71e1d1b..86cc477 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-pyotp (2.0.1-1) unstable; urgency=low
+python-pyotp (2.1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #829703).
 
diff --git a/debian/control b/debian/control
index b8c47bb..6cab906 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,10 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-setuptools,
+               python-future,
                python3-all,
-               python3-setuptools
+               python3-setuptools,
+               python3-future
 Standards-Version: 3.9.8
 Homepage: https://github.com/pyotp/pyotp
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pyotp.git
diff --git a/debian/docs b/debian/python-pyotp.docs
similarity index 100%
copy from debian/docs
copy to debian/python-pyotp.docs
diff --git a/debian/docs b/debian/python3-pyotp.docs
similarity index 100%
rename from debian/docs
rename to debian/python3-pyotp.docs

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



More information about the Python-modules-commits mailing list