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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
betamax (0.8.0-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Add Multi-Arch: foreign for python-betamax-doc.
* debian/rules
- Ignore test_requests_2_11_body_matcher.py because it needs Internet
connection.
-- Daniele Tricoli <eriol@mornie.org> Sun, 18 Sep 2016 18:04:15 +0200
betamax (0.7.1-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Add python3-doc dependency for local intersphinx links.
- Bump dh-python to >= 2.20160609.
* debian/patches/local-intersphinx.patch
- Use local python3-doc for intersphinx. (Closes: #830543)
* debian/python-betamax-doc.docs
- Remove since not needed anymore.
* debian/rules
- Build the Sphinx documentation under the override_dh_sphinxdoc.
- Remove custom pybuild system for testing since not needed anymore with
dh-python >= 2.20160609.
-- Daniele Tricoli <eriol@mornie.org> Thu, 14 Jul 2016 02:22:13 +0200
betamax (0.7.0-2) unstable; urgency=medium
* debian/control
- Bump python-sphinx B-D to >= 1.3.
* debian/rules
- Use custom pybuild system for testing to make the package able to build
in Jessie. (Closes: #826566)
-- Daniele Tricoli <eriol@mornie.org> Tue, 07 Jun 2016 19:47:30 +0200
betamax (0.7.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Daniele Tricoli ]
* New upstram release. (Closes: #826123)
* Add documentation package (python-betamax-doc) and register it with
doc-base.
* debian/clean
- Clean built documentation.
* debian/control
- Bump Standards-Version to 3.9.8 (no changes needed).
- Bump X-Python-Version to >= 2.7 and X-Python3-Version to >= 3.3.
- Add python{,3}-mock, python{,3}-pytest and python-sphinx to
Build-Depends.
- Add stanza for python-betamax-doc.
* debian/copyright
- Add stanza for betamax/headers.py.
* debian/rules
- Run tests at build time.
- Build documentation using sphinx.
-- Daniele Tricoli <eriol@mornie.org> Fri, 03 Jun 2016 02:41:13 +0200
betamax (0.5.1-1) unstable; urgency=low
* Initial release. (Closes: #808880)
-- Daniele Tricoli <eriol@mornie.org> Sun, 03 Jan 2016 15:34:07 +0000
|