[Python-modules-commits] [fuzzywuzzy] 02/02: various improvements to debian/control

Edward Betts edward at moszumanska.debian.org
Sun Feb 21 07:55:51 UTC 2016


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

edward pushed a commit to branch master
in repository fuzzywuzzy.

commit 6df5734fecd5de903444cc00dcd5d078b6db026c
Author: Edward Betts <edward at 4angle.com>
Date:   Sun Feb 21 07:17:05 2016 +0000

    various improvements to debian/control
    
     - remove unneeded versions on Build-Depends
     - update Standards-Version (no changes)
     - update Vcs-Git field to use https
---
 debian/changelog | 9 +++++++++
 debian/control   | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 73787df..f9a1de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+fuzzywuzzy (0.8.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: remove unneeded versions on Build-Depends
+  * debian/control: update Standards-Version (no changes)
+  * debian/control: update Vcs-Git field to use https
+
+ -- Edward Betts <edward at 4angle.com>  Sun, 21 Feb 2016 07:15:00 +0000
+
 fuzzywuzzy (0.8.0-2) unstable; urgency=medium
 
   * debian/tests/control: pep8 packages are required for DEP 8 tests
diff --git a/debian/control b/debian/control
index 96e5420..490bccb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,19 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                pep8,
-               python-all (>= 2.6.6-3),
+               python-all,
                python-levenshtein (>= 0.12),
                python-nose,
-               python-setuptools (>= 0.6b3),
+               python-setuptools,
                python3-all,
                python3-levenshtein (>= 0.12),
                python3-nose,
                python3-pep8,
                python3-setuptools
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://github.com/seatgeek/fuzzywuzzy
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fuzzywuzzy.git
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/fuzzywuzzy.git
+Vcs-Git: https://anonscm.debian.org/python-modules/packages/fuzzywuzzy.git
 
 Package: python-fuzzywuzzy
 Architecture: all

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



More information about the Python-modules-commits mailing list