[Python-modules-commits] r31882 - in packages/python-djvulibre/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Feb 19 17:43:09 UTC 2015


    Date: Thursday, February 19, 2015 @ 17:43:08
  Author: danstender-guest
Revision: 31882

deb/rules: set http_proxy to localhost/discard for Sphinx build

Modified:
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	2015-02-19 17:39:21 UTC (rev 31881)
+++ packages/python-djvulibre/trunk/debian/changelog	2015-02-19 17:43:08 UTC (rev 31882)
@@ -12,11 +12,12 @@
     + added sphinx-modules-path.diff (needed to prevent build break
       of new upstream tarball but also fixes inheritance diagrams).
     + deb/control: added build-deps needed for sphinx.ext.math extension.
-    + deb/rules: moved dh_sphinxdoc to dh sequencer options.
+    + deb/rules: moved dh_sphinxdoc to dh sequencer options,
+      set http_proxy to localhost/discard for Sphinx build.
     + added examples/ to deb/python-djvu-doc.docs.
   * Added DEP-8 test suite.
 
- -- Daniel Stender <debian at danielstender.com>  Fri, 06 Feb 2015 11:40:33 +0100
+ -- Daniel Stender <debian at danielstender.com>  Thu, 19 Feb 2015 18:38:50 +0100
 
 python-djvulibre (0.3.9-3) unstable; urgency=low
 

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2015-02-19 17:39:21 UTC (rev 31881)
+++ packages/python-djvulibre/trunk/debian/rules	2015-02-19 17:43:08 UTC (rev 31882)
@@ -15,7 +15,7 @@
 	rm -r debian/python*-djvu/usr/lib/python*/dist-packages/djvu/dllpath.py
 
 override_dh_installdocs:
-	python setup.py build_sphinx
+	http_proxy='127.0.0.1:9' python setup.py build_sphinx
 	dh_installdocs -Xobjects.inv -A doc/credits.txt
 
 override_dh_strip:




More information about the Python-modules-commits mailing list