[Python-modules-commits] r30496 - in packages/matplotlib/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Sep 4 21:19:00 UTC 2014


    Date: Thursday, September 4, 2014 @ 21:18:59
  Author: morph
Revision: 30496

* debian/rules
  - export XDG_RUNTIME_DIR to prevent build stuck

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2014-09-04 11:09:55 UTC (rev 30495)
+++ packages/matplotlib/trunk/debian/changelog	2014-09-04 21:18:59 UTC (rev 30496)
@@ -7,12 +7,14 @@
     - updated to new upstream code
   * debian/control
     - updated b-d to new requirements
+  * debian/rules
+    - export XDG_RUNTIME_DIR to prevent build stuck
 
   [ Julian Taylor ]
   * debian/control:
     - update python{,3}-pyparsing dependency to the required version >= 1.5.6
 
- -- Sandro Tosi <morph at debian.org>  Mon, 01 Sep 2014 21:36:22 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 04 Sep 2014 22:18:36 +0100
 
 matplotlib (1.3.1-2) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2014-09-04 11:09:55 UTC (rev 30495)
+++ packages/matplotlib/trunk/debian/rules	2014-09-04 21:18:59 UTC (rev 30496)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export XDG_RUNTIME_DIR=/tmp
+
 PY2VERS := $(shell pyversions -v -r debian/control)
 PY3VERS := $(shell py3versions -v -r debian/control)
 DEFPY := $(shell pyversions -v -d)




More information about the Python-modules-commits mailing list