Fix lintian warnings
Agustin Henze
4 years ago
19 | 19 | Package: python3-cbor |
20 | 20 | Architecture: any |
21 | 21 | Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} |
22 | Description: Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR). | |
22 | Description: Python3 Implementation of RFC 7049. Concise Binary Object Representation (CBOR) | |
23 | 23 | CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes |
24 | 24 | to a binary format which is smaller and faster to generate and parse. |
25 | 25 | . |
31 | 31 | Package: python-cbor |
32 | 32 | Architecture: any |
33 | 33 | Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} |
34 | Description: Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR). | |
34 | Description: Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR) | |
35 | 35 | CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes |
36 | 36 | to a binary format which is smaller and faster to generate and parse. |
37 | 37 | . |