[Python-modules-commits] [python-keyczar] 02/03: d/control: Tweak syntax by adding trailing commas
Christian Kastner
ckk at moszumanska.debian.org
Sun Apr 17 18:30:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to branch master
in repository python-keyczar.
commit 165be22f88103c407ef4f5bd5b00753d79612437
Author: Christian Kastner <ckk at kvr.at>
Date: Sun Apr 17 16:17:22 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 3ddc82f..13f51e0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
python-all,
python-setuptools,
python-pyasn1,
- python-crypto
+ python-crypto,
Standards-Version: 3.9.8
Homepage: https://github.com/google/keyczar
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-keyczar.git
@@ -22,9 +22,9 @@ Depends:
${python:Depends},
${misc:Depends},
python-pyasn1,
- python-crypto
+ python-crypto,
Conflicts:
- python-json
+ python-json,
Description: toolkit for safe and simple cryptography for Python
Keyczar is an open source cryptographic toolkit designed to make it easier and
safer for developers to use cryptography in their applications. Keyczar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyczar.git
More information about the Python-modules-commits
mailing list