[Python-modules-commits] r23669 - in packages/gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Mar 6 22:35:58 UTC 2013


    Date: Wednesday, March 6, 2013 @ 22:35:56
  Author: jwilk
Revision: 23669

Override HOME, so that ~/.matplotlib/ directory is not left behind.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2013-03-06 22:09:55 UTC (rev 23668)
+++ packages/gamera/trunk/debian/changelog	2013-03-06 22:35:56 UTC (rev 23669)
@@ -14,8 +14,9 @@
   * Rewrite debian/rules without using dh.
     + Reduce minimum required debhelper version to 7. 
   * Install *.egg-info into the binary package.
+  * Override HOME, so that ~/.matplotlib/ directory is not left behind.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 06 Mar 2013 22:54:39 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 06 Mar 2013 23:34:43 +0100
 
 gamera (3.3.3-2) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2013-03-06 22:09:55 UTC (rev 23668)
+++ packages/gamera/trunk/debian/rules	2013-03-06 22:35:56 UTC (rev 23669)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export HOME = $(CURDIR)/build/
+
 export PYTHONWARNINGS=d
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)




More information about the Python-modules-commits mailing list