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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
breathe (4.4.0-1) unstable; urgency=medium
* New upstream release.
-- Sebastian Ramacher <sramacher@debian.org> Wed, 16 Nov 2016 19:49:19 +0100
breathe (4.3.1-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Bump B-D on sphinx to >= 1.4.
- Update Description.
* debian/patches/sphinx-1.4.patch: Removed, included upstream.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 07 Nov 2016 21:04:27 +0100
breathe (4.2.0-3) unstable; urgency=medium
[ Jeremy Bicha ]
* Add texlive-generic-extra to autopkgtest Depends (Closes: #830103)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 10 Jul 2016 11:56:28 +0200
breathe (4.2.0-2) unstable; urgency=medium
* debian/control:
- Bump Standards-Version.
- Add texlive-generic-extra to Build-Depends.
* debian/patches/sphinx-1.4.patch: Apply upstream patch to fix Sphinx 1.4
compatibility (Closes: #827804)
-- Sebastian Ramacher <sramacher@debian.org> Tue, 21 Jun 2016 20:22:48 +0200
breathe (4.2.0-1) unstable; urgency=medium
* New upstream release.
- Make output reproducible. (Closes: #809186)
* debian/copyright: Update copyright years.
* debian/{*.install,rules,*.prerm,*.postinst}: Install breathe-apidoc using
alternatives system.
* debian/control:
- Bump Standards-Version.
- Update Vcs-*.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 21 Mar 2016 13:29:32 +0100
breathe (4.1.0-1) unstable; urgency=medium
* New upstream release (Closes: #797142)
* debian/control:
- Remove XS-Autotest field.
- Add python-six and python3-six to Build-Depends.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 28 Aug 2015 10:52:16 +0200
breathe (4.0.0-2) unstable; urgency=medium
* debian/tests/control: Add texlive-latex-extra and
texlive-fonts-recommended to test dependencies.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 03 May 2015 13:33:10 +0200
breathe (4.0.0-1) unstable; urgency=medium
* New upstream release.
* Upload to unstable.
* debian/control:
- Move to collab-maint and git.
- Set myself as sole Maintainer.
- Build-Depends: Add texlive-latex-extra and texlive-fonts-recommended.
* debian/patches/conf.py-version.patch: Refreshed.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 03 Apr 2015 19:11:44 +0200
breathe (3.2.0-1) experimental; urgency=medium
* New upstream release.
* debian/control: Bump Standards-Version, no changes required.
* debian/patches: Refresh patches.
* debian/rules: Export READTHEDOCS and TRAVIS_CI to control documentation
build.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 16 Nov 2014 15:16:08 +0100
breathe (3.1.0-1) unstable; urgency=medium
* New upstream release.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 16 Sep 2014 12:08:48 +0200
breathe (3.0.0-2) unstable; urgency=medium
* debian/tests/control: Add make to Depends which is needed by the tests.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 10 Aug 2014 14:26:20 +0200
breathe (3.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/watch: Mangle filename.
-- Sebastian Ramacher <sramacher@debian.org> Thu, 07 Aug 2014 18:42:56 +0200
breathe (2.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Add Suggests: breathe-doc to python{,3}-breathe. (Closes: #743781)
- Point Homepage to upstream repository.
* debian/rules: Call pybuild with --test instead of --build to run tests and
run the test for the correct Python version.
* debian/patches:
- undefined-names.patch: Removed, applied upstream.
- conf.py-version.patch: Hardcode version for documentation instead of
running git describe.
* Fix MathJax symlinks:
- debian/{rules,breathe-doc.links}: Link _static/mathjax to the packaged
MathJax directory and create the appropriate symlinks in the package.
- debian/patches/packaged-mathjax.patch: Refreshed and adopted for the new
symlink.
* debian/tests: Add DEP-8 tests.
* debian/copyright: Update copyright years
-- Sebastian Ramacher <sramacher@debian.org> Wed, 18 Jun 2014 20:12:49 +0200
breathe (1.2.0-1) unstable; urgency=low
* Initial release. (Closes: #736990)
-- Sebastian Ramacher <sramacher@debian.org> Mon, 03 Feb 2014 01:35:25 +0100
|