[Python-modules-commits] [python-backports-abc] 04/06: Fixed typo in Depends field
Ondřej Nový
onovy at moszumanska.debian.org
Mon Aug 1 13:49:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-backports-abc.
commit d5a78fd95e06a08bfcca5559adbcd2b26b8d088f
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Aug 1 15:43:54 2016 +0200
Fixed typo in Depends field
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 16f8192..1491667 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-backports-abc (0.4-2) UNRELEASED; urgency=medium
* d/control
- Added Homepage field
- Added X-Python-Version field
+ - Fixed typo in Depends field
* Run unit tests during build
* Enabled autopkgtest-pkg-python testsuite
diff --git a/debian/control b/debian/control
index 18e9bc8..c8f557a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-backports-abc
Architecture: all
-Depends: ${misc:Depends}, ${python-Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Backport of the "collections.abc" stdlib module (Python 2)
This is a backport to Python 2 of recent additions to the "collections.abc" in
Python 3.5.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-backports-abc.git
More information about the Python-modules-commits
mailing list