[Python-modules-commits] [pycryptodome] 03/04: Continue adapting auto-generated control file
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Wed Jun 7 07:14:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository pycryptodome.
commit 43da56bd8e4130860ac79a287611a4a15b4f1260
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Wed Jun 7 07:59:29 2017 +0100
Continue adapting auto-generated control file
---
debian/control | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 1e5070e..8bf4e10 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,20 @@
Source: pycryptodome
-Maintainer: Christopher Hoskin <mans0954 at debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christopher Hoskin <mans0954 at debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all-dev (>= 2.6.6-3), python3-all-dev, debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://www.pycryptodome.org
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pycryptodome.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pycryptodome.git
+
+
Package: python-pycryptodome
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: cryptographic library for Python (Python 2)
+Description: cryptographic Python library (Python 2)
PyCryptodome is a self-contained Python package of low-level
cryptographic primitives.
.
@@ -30,7 +35,8 @@ Description: cryptographic library for Python (Python 2)
* Deterministic (EC)DSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
- * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace)
+ * Random numbers get sourced directly from the OS (and not from a CSPRNG in
+ userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
@@ -45,7 +51,7 @@ Description: cryptographic library for Python (Python 2)
Package: python3-pycryptodome
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Description: cryptographic library for Python (Python 3)
+Description: cryptographic Python library for (Python 3)
PyCryptodome is a self-contained Python package of low-level
cryptographic primitives.
.
@@ -66,7 +72,8 @@ Description: cryptographic library for Python (Python 3)
* Deterministic (EC)DSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
- * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace)
+ * Random numbers get sourced directly from the OS (and not from a CSPRNG in
+ userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git
More information about the Python-modules-commits
mailing list