1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
python-nbxmpp (0.5.4-1) unstable; urgency=medium
* New upstream version.
* debian/control:
- update Standards-Version to 3.9.8 (no change needed).
- switch Vcs-* to HTTPS.
* debian/python-nbxmpp-doc.links: of two identical files, make one a symlink
to the other.
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Thu, 13 Oct 2016 15:16:38 +0200
python-nbxmpp (0.5.3-1) unstable; urgency=medium
[ Filip Pytloun ]
* New upstream version
* Require python3-gi for successful test run; closes: #802146
[ Tanguy Ortolo ]
* debian/patches: remove fix-raise-statements.patch against removed file
nbxmpp/xmpp_stringprep.py, therefore no longer needed.
* debian/copyright: remove entries related to removed file
nbxmpp/xmpp_stringprep.py.
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Sun, 10 Jan 2016 16:44:41 +0100
python-nbxmpp (0.5.1-2) unstable; urgency=medium
* Build for python2 and python3 (thanks to W. Martin Borgert for notifying
me that python3 was supported).
* debian/control:
- update the Vcs-* URLs (add .git suffix).
- build-depend on python3-all.
- split in three binary packages (python2, python3 and doc).
- recomment python-openssl (and python3-openssl).
* debian/python-nbxmpp.doc-base, debian/python-nbxmpp.docs: rename to
python-nbxmpp-doc.doc-base, python-nbxmpp-doc.docs to install
documentation to the documentation package.
* debian/rules: use pybuild to build for python2 and python3.
* debian/patches/fix-raise-statements.patch: fix old syntax of raise
statement which was incompatible with python 3.4.
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Wed, 15 Oct 2014 23:27:47 +0200
python-nbxmpp (0.5.1-1) unstable; urgency=low
* Initial release. (Closes: #672847)
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Wed, 15 Oct 2014 09:37:00 +0200
|