[Python-modules-commits] [pysodium] 05/12: Tidy up generated debian/control file

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Jun 6 09:03:29 UTC 2017


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

mans0954 pushed a commit to branch master
in repository pysodium.

commit 6fe684ce136ff9564c3a351e1ef4a851b4af107f
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Jun 6 08:08:51 2017 +0100

    Tidy up generated debian/control file
---
 debian/control | 52 +++++++++++-----------------------------------------
 1 file changed, 11 insertions(+), 41 deletions(-)

diff --git a/debian/control b/debian/control
index 36eb871..a91a1ce 100644
--- a/debian/control
+++ b/debian/control
@@ -3,56 +3,26 @@ Maintainer: Christopher Hoskin <mans0954 at debian.org>
 Section: python
 Priority: optional
 Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/stef/pysodium
 
 Package: python-pysodium
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: python libsodium wrapper
- This is a very simple wrapper around libsodium masquerading as nacl.
+Description: python libsodium wrapper (Python2 version)
+ This is a very simple wrapper around libsodium masquerading as nacl. Most of 
+ the the *_easy functions are not implemented as the wrapper provides an easy
+ interface to the "non-easy" functions.
  .
- [![Build Status](https://travis-ci.org/stef/pysodium.svg?branch=master)](https://travis-ci.org/stef/pysodium)
- .
- This wrapper requires a pre-installed libsodium from:
- .
-    https://github.com/jedisct1/libsodium
- .
- then it provides access to the following functions:
- .
- ```
- crypto_aead_chacha20poly1305_decrypt(ciphertext, ad, nonce, key)
- crypto_aead_chacha20poly1305_decrypt_detached(ciphertext, mac, ad, nonce, key)
- crypto_aead_chacha20poly1305_encrypt_detached(message, ad, nonce, key)
- crypto_aead_chacha20poly1305_encrypt(message, ad, nonce, key)
- crypto_aead_chacha20poly1305_ietf_decrypt(ciphertext, ad, nonce, key)
- crypto_aead_chacha20poly1305_ietf_encrypt(message, ad, nonce, key)
- crypto_auth(message, key)
- crypto_auth(tag, message, key)
- crypto_auth_verify(h, m, k=b'')
+ This package contains the Python 2 version of the library.
 
 Package: python3-pysodium
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: python libsodium wrapper
- This is a very simple wrapper around libsodium masquerading as nacl.
- .
- [![Build Status](https://travis-ci.org/stef/pysodium.svg?branch=master)](https://travis-ci.org/stef/pysodium)
- .
- This wrapper requires a pre-installed libsodium from:
- .
-    https://github.com/jedisct1/libsodium
- .
- then it provides access to the following functions:
+Description: python libsodium wrapper (Python3 version)
+ This is a very simple wrapper around libsodium masquerading as nacl. Most of 
+ the the *_easy functions are not implemented as the wrapper provides an easy
+ interface to the "non-easy" functions. 
  .
- ```
- crypto_aead_chacha20poly1305_decrypt(ciphertext, ad, nonce, key)
- crypto_aead_chacha20poly1305_decrypt_detached(ciphertext, mac, ad, nonce, key)
- crypto_aead_chacha20poly1305_encrypt_detached(message, ad, nonce, key)
- crypto_aead_chacha20poly1305_encrypt(message, ad, nonce, key)
- crypto_aead_chacha20poly1305_ietf_decrypt(ciphertext, ad, nonce, key)
- crypto_aead_chacha20poly1305_ietf_encrypt(message, ad, nonce, key)
- crypto_auth(message, key)
- crypto_auth(tag, message, key)
- crypto_auth_verify(h, m, k=b'')
+ This package contains the Python 3 version of the library.
 

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



More information about the Python-modules-commits mailing list