diff options
| author | Sandro Tosi <morph@debian.org> | 2019-10-14 20:56:11 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2019-10-22 04:38:50 +0000 |
| commit | d697d845163fc860611c7e1391a0230754672774 (patch) | |
| tree | fe1411698a84062b81219ae23af7654a8c324972 | |
| parent | a7976d57cbc7317245d80b047650b38098237719 (diff) | |
1.0.0-1.1 (patches unapplied)import/1.0.0-1.1debian/bullseye
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload.
* Drop python2 support; Closes: #937634
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 15 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog index b27eff0..140e0bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-cbor (1.0.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937634 + + -- Sandro Tosi <morph@debian.org> Mon, 14 Oct 2019 20:56:11 -0400 + python-cbor (1.0.0-1) unstable; urgency=medium * New upstream version 1.0.0 (Closes: #875707) diff --git a/debian/control b/debian/control index 40625ba..3a4db3f 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,6 @@ Build-Depends: debhelper (>= 9), python3-all, python3-setuptools, python3-all-dev, - python-all, - python-setuptools, - python-dev, Standards-Version: 4.0.0 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 @@ -28,15 +25,3 @@ Description: Python3 Implementation of RFC 7049. Concise Binary Object Represent includes a C implementation which runs 3-5 times faster than the Python standard library’s C-accelerated implementanion of JSON. This is also includes a 100% Python implementation - -Package: python-cbor -Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} -Description: Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR) - CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes - to a binary format which is smaller and faster to generate and parse. - . - The two primary functions are cbor.loads() and cbor.dumps(). This library - includes a C implementation which runs 3-5 times faster than the Python - standard library’s C-accelerated implementanion of JSON. This is also includes - a 100% Python implementation diff --git a/debian/rules b/debian/rules index 0ad30fd..e0be1e5 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ export PYBUILD_NAME=cbor %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild |
