[Python-modules-commits] [python-ratelimiter] 03/03: Fix d/control substitution variables
chrysn
chrysn-guest at moszumanska.debian.org
Mon Dec 11 08:40:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
chrysn-guest pushed a commit to branch master
in repository python-ratelimiter.
commit 7ac7992904e463ccca79d6cf7b7b61b9dab8cb6d
Author: chrysn <chrysn at fsfe.org>
Date: Mon Dec 11 09:31:31 2017 +0100
Fix d/control substitution variables
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 3e14287..c41404f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-git: https://anonscm.debian.org/python-modules/packages/ratelimiter.git
Package: python3-ratelimiter
Architecture: any
-Depends: python3, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
Description: simple Python library for limiting the rate of operations
This package provides the ratelimiter module, which ensures that an
operation will not be executed more than a given number of times on a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ratelimiter.git
More information about the Python-modules-commits
mailing list