[Python-modules-commits] r2761 - in /packages/pylons/trunk/debian: changelog rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon Jul 16 20:48:32 UTC 2007


Author: malex
Date: Mon Jul 16 20:48:32 2007
New Revision: 2761

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2761
Log:
Move tests to documentation (closes #433374).

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

Modified: packages/pylons/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/changelog?rev=2761&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Mon Jul 16 20:48:32 2007
@@ -1,3 +1,9 @@
+pylons (0.9.5-7) unstable; urgency=low
+
+  * Move tests to documentation (Closes: #433374).
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Mon, 16 Jul 2007 14:47:06 -0600
+
 pylons (0.9.5-6) unstable; urgency=low
 
   * debian/control: Added a dependency on dpatch.

Modified: packages/pylons/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/rules?rev=2761&op=diff
==============================================================================
--- packages/pylons/trunk/debian/rules (original)
+++ packages/pylons/trunk/debian/rules Mon Jul 16 20:48:32 2007
@@ -49,6 +49,8 @@
 	dh_fixperms
 	dh_pysupport
 	chmod 644 `find debian/$(package) -type f -perm 755`
+	mv $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/ \
+	    $(CURDIR)/debian/$(package)/usr/share/doc/python-pylons
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Python-modules-commits mailing list