[Python-modules-commits] r29172 - in packages/python-qt4/trunk/debian (2 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Jun 1 09:55:17 UTC 2014


    Date: Sunday, June 1, 2014 @ 09:55:16
  Author: mitya57-guest
Revision: 29172

Remove generated searchindex.js from the tarball.

Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/get-orig-source.sh

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2014-06-01 08:51:19 UTC (rev 29171)
+++ packages/python-qt4/trunk/debian/changelog	2014-06-01 09:55:16 UTC (rev 29172)
@@ -5,6 +5,7 @@
   * Backport add_pro_files.diff from upstream to make configure.py work.
   * Refresh other patches.
   * Bump required sip4 version to 4.16.
+  * Remove generated searchindex.js from the tarball.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 29 May 2014 16:00:57 +0400
 

Modified: packages/python-qt4/trunk/debian/get-orig-source.sh
===================================================================
--- packages/python-qt4/trunk/debian/get-orig-source.sh	2014-06-01 08:51:19 UTC (rev 29171)
+++ packages/python-qt4/trunk/debian/get-orig-source.sh	2014-06-01 09:55:16 UTC (rev 29172)
@@ -23,6 +23,7 @@
 
 # minimized jquery and underscore
 rm -rf "python-qt4-${dfsg_version}.orig/doc/html/_static"
+rm -f "python-qt4-${dfsg_version}.orig/doc/html/searchindex.js"
 rm -f "python-qt4-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery.min.js"
 rm -f "python-qt4-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery_rc2.py"
 rm -f "python-qt4-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery_rc3.py"




More information about the Python-modules-commits mailing list