Package: pyelliptic Severity: minor Dear Maintainer,
as you can see from https://packages.debian.org/en/sid/python-pyelliptic https://packages.debian.org/en/sid/python3-pyelliptic the list of supported items is reflown and it's not as readable as in the output of apt-cache show. To avoid the reflow those lines should start with a space (see the attached patch), after the space you can also add an asterisk to get a kind of bullet list. thanks, Daniele
--- debian/control.orig 2015-04-11 13:48:32.048865334 +0200 +++ debian/control 2015-04-11 13:49:00.651546669 +0200 @@ -18,16 +18,16 @@ . The full list of functions is below: . - Key agreement : ECDH - Digital signatures : ECDSA - Hybrid encryption : ECIES (like RSA) - AES-128 (CBC, OFB, CFB, CTR) - AES-256 (CBC, OFB, CFB, CTR) - Blowfish (CFB and CBC) - RC4 - CSPRNG - HMAC (using SHA512) - PBKDF2 (SHA256 and SHA512) + Key agreement : ECDH + Digital signatures : ECDSA + Hybrid encryption : ECIES (like RSA) + AES-128 (CBC, OFB, CFB, CTR) + AES-256 (CBC, OFB, CFB, CTR) + Blowfish (CFB and CBC) + RC4 + CSPRNG + HMAC (using SHA512) + PBKDF2 (SHA256 and SHA512) . This package provides the Python 2 version. @@ -41,15 +41,15 @@ . The full list of functions is below: . - Key agreement : ECDH - Digital signatures : ECDSA - Hybrid encryption : ECIES (like RSA) - AES-128 (CBC, OFB, CFB, CTR) - AES-256 (CBC, OFB, CFB, CTR) - Blowfish (CFB and CBC) - RC4 - CSPRNG - HMAC (using SHA512) - PBKDF2 (SHA256 and SHA512) + Key agreement : ECDH + Digital signatures : ECDSA + Hybrid encryption : ECIES (like RSA) + AES-128 (CBC, OFB, CFB, CTR) + AES-256 (CBC, OFB, CFB, CTR) + Blowfish (CFB and CBC) + RC4 + CSPRNG + HMAC (using SHA512) + PBKDF2 (SHA256 and SHA512) . This package provides the Python 3 version.

