[Python-modules-commits] r22186 - in packages/basemap/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Jun 15 17:51:12 UTC 2012


    Date: Friday, June 15, 2012 @ 17:51:11
  Author: morph
Revision: 22186

* debian/rules
  - set MPLCONFIGDIR to a writable directory, so it won't fail to build the
    doc; thanks to Lucas Nussbaum for the report; Closes: #676058

Modified:
  packages/basemap/trunk/debian/changelog
  packages/basemap/trunk/debian/rules

Modified: packages/basemap/trunk/debian/changelog
===================================================================
--- packages/basemap/trunk/debian/changelog	2012-06-14 21:53:13 UTC (rev 22185)
+++ packages/basemap/trunk/debian/changelog	2012-06-15 17:51:11 UTC (rev 22186)
@@ -1,3 +1,11 @@
+basemap (1.0.3+dfsg-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - set MPLCONFIGDIR to a writable directory, so it won't fail to build the
+      doc; thanks to Lucas Nussbaum for the report; Closes: #676058
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 15 Jun 2012 19:31:29 +0200
+
 basemap (1.0.3+dfsg-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/basemap/trunk/debian/rules
===================================================================
--- packages/basemap/trunk/debian/rules	2012-06-14 21:53:13 UTC (rev 22185)
+++ packages/basemap/trunk/debian/rules	2012-06-15 17:51:11 UTC (rev 22186)
@@ -26,7 +26,7 @@
 build-indep:
 	# build doc only for default python version
 	LIB=$$(python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_platlib")
-	(cd doc ; PYTHONPATH=$$LIB python make.py html)
+	(export MPLCONFIGDIR=. ; cd doc ; PYTHONPATH=$$LIB python make.py html)
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc -i




More information about the Python-modules-commits mailing list