[Python-modules-commits] r26604 - in packages/pyqt5/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Thu Nov 28 15:43:30 UTC 2013
Date: Thursday, November 28, 2013 @ 15:43:30
Author: mitya57-guest
Revision: 26604
* get-orig-source.sh: Only remove the _static folder, as we still
need some files in html directory that are not generated by Sphinx.
* Add pyqt5-doc.docs file.
Added:
packages/pyqt5/trunk/debian/pyqt5-doc.docs
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/get-orig-source.sh
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-11-28 15:38:29 UTC (rev 26603)
+++ packages/pyqt5/trunk/debian/changelog 2013-11-28 15:43:30 UTC (rev 26604)
@@ -2,6 +2,9 @@
* Backport upstream patch (gluint64.sip) to disable GLuint64 on GL ES.
* Symlink duplicate files in examples using fdupes.
+ * get-orig-source.sh: Only remove the _static folder, as we still
+ need some files in html directory that are not generated by Sphinx.
+ * Add pyqt5-doc.docs file.
-- Dmitry Shachnev <mitya57 at gmail.com> Thu, 28 Nov 2013 19:33:21 +0400
Modified: packages/pyqt5/trunk/debian/get-orig-source.sh
===================================================================
--- packages/pyqt5/trunk/debian/get-orig-source.sh 2013-11-28 15:38:29 UTC (rev 26603)
+++ packages/pyqt5/trunk/debian/get-orig-source.sh 2013-11-28 15:43:30 UTC (rev 26604)
@@ -21,8 +21,8 @@
mv PyQt-gpl-* "pyqt5-${dfsg_version}.orig"
-# jquery.min.js
-rm -rf "pyqt5-${dfsg_version}.orig/doc/html/"
+# minimized jquery and underscore
+rm -rf "pyqt5-${dfsg_version}.orig/doc/html/_static"
rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery.min.js"
rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery_rc.py"
Added: packages/pyqt5/trunk/debian/pyqt5-doc.docs
===================================================================
--- packages/pyqt5/trunk/debian/pyqt5-doc.docs (rev 0)
+++ packages/pyqt5/trunk/debian/pyqt5-doc.docs 2013-11-28 15:43:30 UTC (rev 26604)
@@ -0,0 +1 @@
+doc/html
More information about the Python-modules-commits
mailing list