debian: compile for all supported Python3 versions

* debian/rules: Build for all supported python3 versions.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-16 11:18:52 +02:00
parent 9e7d0677e7
commit 3669eba5b2
2 changed files with 16 additions and 3 deletions

2
NEWS
View file

@ -44,6 +44,8 @@ New in spot 1.99.4a (not yet released)
* Add bindings for complete() and dtwa_complement()
* Formulas now have a custom __format__ function. See
https://spot.lrde.epita.fr/tut01.html for examples.
* The Debian package is now compiled for all Python3 versions
supported by Debian, not just the default one.
Bugs fixed: