[Python-modules-commits] r5780 - in packages/pyspf/trunk/debian (changelog rules)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Tue Jul 1 18:09:42 UTC 2008


    Date: Tuesday, July 1, 2008 @ 18:09:41
  Author: kitterma-guest
Revision: 5780

Move test dir to /usr/share/doc/python-spf

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

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2008-07-01 18:02:00 UTC (rev 5779)
+++ packages/pyspf/trunk/debian/changelog	2008-07-01 18:09:41 UTC (rev 5780)
@@ -15,6 +15,8 @@
     - Update debian/rules
     - Remove debian/pycompat
     - Change build-dep and add XS/XB-Python-Versions to debian/control
+    - Install test dir in /usr/share/doc/python-spf to avoid possible
+      namespace collisions in site-packages
   * Change Recommends: python-yaml to Suggests: - Test suite is not normally
     run, so python-yaml need not be installed by default
   * Update standards version to 3.8.0.1

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2008-07-01 18:02:00 UTC (rev 5779)
+++ packages/pyspf/trunk/debian/rules	2008-07-01 18:09:41 UTC (rev 5780)
@@ -9,7 +9,7 @@
 
 install/python-spf::
 	# Install test suite
-	dh_install test usr/share/pyshared/python-spf
+	dh_install test usr/share/doc/python-spf
 
 install/spf-tools-python::
 	# Make dirs for the tools package (then move scripts from python-spf)




More information about the Python-modules-commits mailing list