[Python-modules-commits] [python-flake8] 01/01: Require to install same version of python3-flake8 and flake8
Ondřej Nový
onovy at moszumanska.debian.org
Fri Aug 12 13:38:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit 074864b74593c7dfa6fc8ef731bd26cfa40956f6
Author: Ondřej Nový <onovy at debian.org>
Date: Fri Aug 12 15:38:26 2016 +0200
Require to install same version of python3-flake8 and flake8
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4179e10..3fe3b5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-flake8 (3.0.4+dfsg1-2) UNRELEASED; urgency=medium
* d/source/options: Ignore egg-info
* d/rules: clean target fixed for new release
+ * Require to install same version of python3-flake8 and flake8
-- Ondřej Nový <onovy at debian.org> Fri, 12 Aug 2016 14:16:25 +0200
diff --git a/debian/control b/debian/control
index 2ab69cb..aaf1b9b 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ X-Python3-Version: >= 3.4
Package: flake8
Architecture: all
-Depends: python3-flake8,
+Depends: python3-flake8 (=${binary:Version}),
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
--
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