Index: geophar-14.07~dfsg1/wxgeometrie/param/personnaliser_.py
===================================================================
--- geophar-14.07~dfsg1.orig/wxgeometrie/param/personnaliser_.py
+++ geophar-14.07~dfsg1/wxgeometrie/param/personnaliser_.py
@@ -33,4 +33,5 @@ from math import pi
 # Placez ici les modifications que vous souhaitez apporter au fichier de paramétrage.
 
 debug = False
-#install = True
+# forces installations to be done in ${HOME}/.geophar
+install = True
Index: geophar-14.07~dfsg1/wxgeometrie/mathlib/tests/test_sympy.py
===================================================================
--- geophar-14.07~dfsg1.orig/wxgeometrie/mathlib/tests/test_sympy.py
+++ geophar-14.07~dfsg1/wxgeometrie/mathlib/tests/test_sympy.py
@@ -54,9 +54,9 @@ def test_sympy_files():
     sympy_dir = os.path.normpath(os.path.dirname(os.path.abspath(__file__)) + '/../../sympy')
     def tst(path):
         assert os.path.isfile(os.path.join(sympy_dir, path))
-    tst('AUTHORS')
-    tst('LICENSE')
-    tst('README.rst')
+    #tst('AUTHORS')
+    #tst('LICENSE')
+    #tst('README.rst')
 
 
 @XFAIL
