[Python-modules-commits] [python-flake8] 02/02: Rearranged build depends and depends for new upstream version
Ondřej Nový
onovy at moszumanska.debian.org
Wed Aug 10 21:00:58 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 c708f04b20a5b5fed2a8fb1da8cd15759ebfc44f
Author: Ondřej Nový <onovy at debian.org>
Date: Wed Aug 10 22:40:41 2016 +0200
Rearranged build depends and depends for new upstream version
---
debian/changelog | 2 +-
debian/control | 19 ++++++-------------
debian/py3dist-overrides | 1 -
debian/pydist-overrides | 1 -
4 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d6c38c4..53a6431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ python-flake8 (3.0.4+dfsg1-1) UNRELEASED; urgency=medium
* d/{control,copyright}: Use my @debian.org email address
* Generate changelog from docs/source/release-notes/*.rst
* Bumped required Python version to 2.7 / 3.4
- * Rearranged B-D for new upstream version
+ * Rearranged build depends and depends for new upstream version
* Renaming pep8 to pycodestyle
* d/rules: Cleanup and use pybuild
* Removed prebuilded docs from orig tarball
diff --git a/debian/control b/debian/control
index 04bcf73..07437a3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
Barry Warsaw <barry at debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
- pycodestyle (>= 2.0.0),
+ pycodestyle,
python-all,
python-configparser,
python-enum34,
python-mccabe (>= 0.5.0),
python-mock,
python-nose,
- python-pycodestyle (>= 2.0.0),
+ python-pycodestyle,
python-pyflakes (>= 0.8.1),
python-pytest,
python-pytest-runner,
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 9),
python3-mccabe (>= 0.5.0),
python3-mock,
python3-nose,
- python3-pycodestyle (>= 2.0.0),
+ python3-pycodestyle,
python3-pyflakes (>= 0.8.1),
python3-pytest,
python3-pytest-runner,
@@ -41,6 +41,7 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-flake8,
+ python3-pkg-resources,
Replaces: python-flake8 (<< 2.5.4-1)
Breaks: python-flake8 (<< 2.5.4-1)
Description: code checker using pycodestyle and pyflakes
@@ -53,11 +54,7 @@ Description: code checker using pycodestyle and pyflakes
Package: python-flake8
Architecture: all
-Depends: python-pycodestyle (>= 2.0.0),
- python-setuptools,
- python-pyflakes (>= 0.8.1),
- python-mccabe (>= 0.5.0),
- ${misc:Depends},
+Depends: ${misc:Depends},
${python:Depends}
Suggests: python-mock
Description: code checker using pycodestyle and pyflakes - Python 2.x
@@ -70,11 +67,7 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
Package: python3-flake8
Architecture: all
-Depends: python3-pycodestyle (>= 2.0.0),
- python3-setuptools,
- python3-pyflakes (>= 0.8.1),
- python3-mccabe (>= 0.5.0),
- ${misc:Depends},
+Depends: ${misc:Depends},
${python3:Depends}
Description: code checker using pycodestyle and pyflakes - Python 3.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
deleted file mode 100644
index 5e36a0b..0000000
--- a/debian/py3dist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-pyflakes pyflakes
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 5e36a0b..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-pyflakes pyflakes
--
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