[Python-modules-commits] [asn1crypto] 05/09: Fix up control.

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jun 20 19:04:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to annotated tag debian/0.22.0-1
in repository asn1crypto.

commit 0c2ea234ab3a27080289a1d2404df1192d2d802f
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Tue Jun 20 20:44:39 2017 +0200

    Fix up control.
---
 debian/control | 32 +++++++++++++++++++++++++-------
 1 file changed, 25 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index e15a78a..a54b763 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  python-setuptools,
  python3-all,
  python3-setuptools,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/wbond/asn1crypto
 
 Package: python-asn1crypto
@@ -19,21 +19,39 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: ${python:Recommends}
 Suggests: ${python:Suggests}
-Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys, - Python 2.X
- Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
+Description: Fast ASN.1 parser and serializer (Python 2)
+ asn1crypto focuses on:
+  - Delayed parsing of byte string values
+  - Persistence of original ASN.1 encoded data until a value is changed
+  - Lazy loading of child fields
+  - Utilization of high-level Python stdlib modules
+ .
+ This package contains the Python 2 version of asn1crypto.
 
 Package: python3-asn1crypto
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
-Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys,
- Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
+Description: Fast ASN.1 parser and serializer (Python 3)
+ asn1crypto focuses on:
+  - Delayed parsing of byte string values
+  - Persistence of original ASN.1 encoded data until a value is changed
+  - Lazy loading of child fields
+  - Utilization of high-level Python stdlib modules
+ .
+ This package contains the Python 3 version of asn1crypto.
 
 Package: pypy-asn1crypto
 Architecture: all
 Depends: ${misc:Depends}, ${pypy:Depends}
 Recommends: ${pypy:Recommends}
 Suggests: ${pypy:Suggests}
-Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys,
- Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
+Description: Fast ASN.1 parser and serializer (PyPy)
+ asn1crypto focuses on:
+  - Delayed parsing of byte string values
+  - Persistence of original ASN.1 encoded data until a value is changed
+  - Lazy loading of child fields
+  - Utilization of high-level Python stdlib modules
+ .
+ This package contains the PyPy version of asn1crypto.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/asn1crypto.git



More information about the Python-modules-commits mailing list