[Python-modules-commits] [python-cachetools] 04/05: d/control: Tweak syntax by adding trailing commas
Christian Kastner
ckk at moszumanska.debian.org
Tue Apr 19 20:07:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to branch master
in repository python-cachetools.
commit 840d2e2db6145a5dde147f1d9ad379f37ca90efc
Author: Christian Kastner <ckk at kvr.at>
Date: Fri Apr 15 10:44:10 2016 +0200
d/control: Tweak syntax by adding trailing commas
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index e7592a8..6c7fef1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
python-all,
python3-all,
python-setuptools,
- python3-setuptools
+ python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/tkem/cachetools/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cachetools.git
@@ -21,7 +21,7 @@ Package: python-cachetools
Architecture: all
Depends:
${python:Depends},
- ${misc:Depends}
+ ${misc:Depends},
Description: extensible memoizing collections and decorators for Python
This Python module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library functools.lru_cache()
@@ -38,7 +38,7 @@ Package: python3-cachetools
Architecture: all
Depends:
${python3:Depends},
- ${misc:Depends}
+ ${misc:Depends},
Description: extensible memoizing collections and decorators for Python 3
This Python 3 module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library functools.lru_cache()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cachetools.git
More information about the Python-modules-commits
mailing list