[Python-modules-commits] r9009 - in packages/jinja2/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jul 8 20:28:45 UTC 2009


    Date: Wednesday, July 8, 2009 @ 20:28:45
  Author: piotr
Revision: 9009

remove non .so files in /usr/local as well (and let dh_pysupport do the rest :)

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

Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog	2009-07-08 20:03:26 UTC (rev 9008)
+++ packages/jinja2/trunk/debian/changelog	2009-07-08 20:28:45 UTC (rev 9009)
@@ -4,6 +4,7 @@
     Jakub Wilk for the patch (Closes: #527486)
   * Standards-version bumped to 3.8.2:
     - python-jinja2-dbg's section changed to debug
+  * Support /usr/local/*/dist-packages in debian/rules (python2.6 will need it)
 
  -- Piotr Ożarowski <piotr at debian.org>  Wed, 08 Jul 2009 21:40:46 +0200
 

Modified: packages/jinja2/trunk/debian/rules
===================================================================
--- packages/jinja2/trunk/debian/rules	2009-07-08 20:03:26 UTC (rev 9008)
+++ packages/jinja2/trunk/debian/rules	2009-07-08 20:28:45 UTC (rev 9009)
@@ -48,8 +48,8 @@
 install-debug-python%: build
 	python$*-dbg setup.py install \
 		--skip-build --single-version-externally-managed --root $(PKGDIR)-dbg/
-	find $(PKGDIR)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete
-	find $(PKGDIR)-dbg/usr/lib/python$*/ -depth -empty -delete
+	find $(PKGDIR)-dbg/usr/ ! -type d ! -name '*_d\.so' -delete
+	find $(PKGDIR)-dbg/usr/ -depth -empty -delete
 	touch $@
 
 binary-arch: build install




More information about the Python-modules-commits mailing list