[Python-modules-commits] r34050 - in packages/pyqt5/trunk/debian (4 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Sun Aug 30 13:51:40 UTC 2015
Date: Sunday, August 30, 2015 @ 13:51:39
Author: mitya57
Revision: 34050
Build with Sphinx 1.3.
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/control
packages/pyqt5/trunk/debian/rules
Deleted:
packages/pyqt5/trunk/debian/patches/
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2015-08-30 13:50:05 UTC (rev 34049)
+++ packages/pyqt5/trunk/debian/changelog 2015-08-30 13:51:39 UTC (rev 34050)
@@ -5,6 +5,7 @@
* Add explicit build-dependency on dh-python.
* Drop Enginio packages. QtEnginio is no longer developed and
pending deprecation.
+ * Build with Sphinx 1.3.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 20 Aug 2015 12:59:06 +0300
Modified: packages/pyqt5/trunk/debian/control
===================================================================
--- packages/pyqt5/trunk/debian/control 2015-08-30 13:50:05 UTC (rev 34049)
+++ packages/pyqt5/trunk/debian/control 2015-08-30 13:51:39 UTC (rev 34050)
@@ -39,7 +39,7 @@
python3-dbus-dbg,
python3-sip-dbg,
python3-sip-dev (>= 4.16.8+dfsg-2~),
- python3-sphinx,
+ python3-sphinx (>= 1.3),
qtdeclarative5-dev (>= 5.5.0),
qtmultimedia5-dev (>= 5.5.0),
qtpositioning5-dev (>= 5.5.0),
Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules 2015-08-30 13:50:05 UTC (rev 34049)
+++ packages/pyqt5/trunk/debian/rules 2015-08-30 13:51:39 UTC (rev 34050)
@@ -254,8 +254,6 @@
ifeq (,$(findstring -a, $(DH_OPTIONS)))
sphinx-build $(CURDIR)/doc/sphinx \
$(CURDIR)/debian/pyqt5-doc/usr/share/doc/pyqt5-doc/html
- # Temporary hack to use upstream stylesheet with Sphinx 1.2
- cd $(CURDIR)/debian/pyqt5-doc/usr/share/doc/pyqt5-doc/html/_static && mv classic.css default.css
dh_sphinxdoc
endif
dh_sip
More information about the Python-modules-commits
mailing list