[Python-modules-commits] r29379 - in packages/breathe/trunk/debian (changelog control rules)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Jun 18 15:24:49 UTC 2014
Date: Wednesday, June 18, 2014 @ 15:24:48
Author: sramacher
Revision: 29379
debian/control: Add Suggests: breathe-doc to python{,3}-breathe. (Closes:
#743781)
Modified:
packages/breathe/trunk/debian/changelog
packages/breathe/trunk/debian/control
packages/breathe/trunk/debian/rules
Modified: packages/breathe/trunk/debian/changelog
===================================================================
--- packages/breathe/trunk/debian/changelog 2014-06-18 13:38:24 UTC (rev 29378)
+++ packages/breathe/trunk/debian/changelog 2014-06-18 15:24:48 UTC (rev 29379)
@@ -1,3 +1,10 @@
+breathe (1.2.0-2) UNRELEASED; urgency=medium
+
+ * debian/control: Add Suggests: breathe-doc to python{,3}-breathe. (Closes:
+ #743781)
+
+ -- Sebastian Ramacher <sramacher at debian.org> Wed, 18 Jun 2014 17:23:01 +0200
+
breathe (1.2.0-1) unstable; urgency=low
* Initial release. (Closes: #736990)
Modified: packages/breathe/trunk/debian/control
===================================================================
--- packages/breathe/trunk/debian/control 2014-06-18 13:38:24 UTC (rev 29378)
+++ packages/breathe/trunk/debian/control 2014-06-18 15:24:48 UTC (rev 29379)
@@ -28,6 +28,8 @@
doxygen
Enhances:
python-sphinx
+Suggests:
+ breathe-doc
Description: Sphinx autodox support for languages other than Python (Python 2)
Breathe provides a bridge between the Sphinx and doxygen documentation
systems. It enables Sphinx to generate autodoc for languages other than Python
@@ -44,6 +46,8 @@
doxygen
Enhances:
python3-sphinx
+Suggests:
+ breathe-doc
Description: Sphinx autodox support for languages other than Python (Python 3)
Breathe provides a bridge between the Sphinx and doxygen documentation
systems. It enables Sphinx to generate autodoc for languages other than Python
Modified: packages/breathe/trunk/debian/rules
===================================================================
--- packages/breathe/trunk/debian/rules 2014-06-18 13:38:24 UTC (rev 29378)
+++ packages/breathe/trunk/debian/rules 2014-06-18 15:24:48 UTC (rev 29379)
@@ -23,8 +23,8 @@
# We test breathe by building the documention. The documentation has already
# been built for the default Python 3 version, so we do not need to do this
# again. We just test with the default Python 2 version here.
- pybuild --system=custom -p $(PY3DEF) --build \
- --build-args="env PYTHONPATH={build_dir} $(MAKE) SPHINXBUILD=$(SPHINXBUILD)"
+ pybuild --system=custom -p $(PY3DEF) --test \
+ --test-args="env PYTHONPATH={build_dir} $(MAKE) SPHINXBUILD=$(SPHINXBUILD)"
endif
override_dh_sphinxdoc:
More information about the Python-modules-commits
mailing list