[Python-modules-commits] [python-flake8] 01/04: Added python-pyflakes to Build-Depend.
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Mar 4 13:36:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository python-flake8.
commit b34b1946035837bf6c6dd56bbefce6902ef9069d
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Mar 4 14:34:19 2016 +0100
Added python-pyflakes to Build-Depend.
---
debian/changelog | 1 +
debian/control | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index be6f25f..55c92f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ python-flake8 (2.5.4-1) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.7 now (no change).
* Vcs-Git changed to https.
+ * Added python-pyflakes to Build-Depend.
-- Sylvestre Ledru <sylvestre at debian.org> Tue, 01 Mar 2016 18:32:47 +0100
diff --git a/debian/control b/debian/control
index 1a3798b..cef579e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,19 @@ Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
pep8 (>= 1.5.7),
- python3-pyflakes (>= 0.8.1),
python-all,
python-mccabe,
python-mock,
python-nose,
python-pep8 (>= 1.5.7),
+ python-pyflakes (>= 0.8.1),
python-setuptools,
python3-all,
python3-mccabe (>= 0.2.1),
python3-mock,
python3-nose,
python3-pep8 (>= 1.5.7),
+ python3-pyflakes (>= 0.8.1),
python3-setuptools
Standards-Version: 3.9.7
Homepage: https://gitlab.com/pycqa/flake8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list