[Python-modules-commits] r8711 - in packages (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 4 14:42:50 UTC 2009


    Date: Thursday, June 4, 2009 @ 14:42:42
  Author: piotr
Revision: 8711

Don't install .pth files, we don't need them

Modified:
  packages/python-repoze.what-plugins/trunk/debian/changelog
  packages/python-repoze.what-plugins/trunk/debian/rules
  packages/python-repoze.who-plugins/trunk/debian/changelog
  packages/python-repoze.who-plugins/trunk/debian/rules

Modified: packages/python-repoze.what-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/changelog	2009-06-04 14:22:09 UTC (rev 8710)
+++ packages/python-repoze.what-plugins/trunk/debian/changelog	2009-06-04 14:42:42 UTC (rev 8711)
@@ -1,3 +1,9 @@
+python-repoze.what-plugins (20090531-2) UNRELEASED; urgency=low
+
+  * Don't install .pth files, we don't need them
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Jun 2009 16:41:21 +0200
+
 python-repoze.what-plugins (20090531-1) experimental; urgency=low
 
   * First release (Closes: #531208)

Modified: packages/python-repoze.what-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/rules	2009-06-04 14:22:09 UTC (rev 8710)
+++ packages/python-repoze.what-plugins/trunk/debian/rules	2009-06-04 14:42:42 UTC (rev 8711)
@@ -17,5 +17,6 @@
 # avoid installing tests: useless at runtime and prone to name clashes
 install/$(PKG)::
 	rm -rf debian/$(PKG)/usr/lib/python*/site-packages/tests/
+	rm -f debian/$(PKG)/usr/lib/python*/site-packages/*.pth
 
 -include debian/get-orig-source.mk

Modified: packages/python-repoze.who-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/changelog	2009-06-04 14:22:09 UTC (rev 8710)
+++ packages/python-repoze.who-plugins/trunk/debian/changelog	2009-06-04 14:42:42 UTC (rev 8711)
@@ -1,3 +1,9 @@
+python-repoze.who-plugins (20090530-3) UNRELEASED; urgency=low
+
+  * Don't install .pth files, we don't need them
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Jun 2009 16:40:28 +0200
+
 python-repoze.who-plugins (20090530-2) experimental; urgency=low
 
   * debian/rules: avoid installing some tests that are useless and too

Modified: packages/python-repoze.who-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/rules	2009-06-04 14:22:09 UTC (rev 8710)
+++ packages/python-repoze.who-plugins/trunk/debian/rules	2009-06-04 14:42:42 UTC (rev 8711)
@@ -18,5 +18,6 @@
 # avoid installing tests: useless at runtime and prone to name clashes
 install/$(PKG)::
 	rm -rf debian/$(PKG)/usr/lib/python*/site-packages/tests/
+	rm -f debian/$(PKG)/usr/lib/python*/site-packages/*.pth
 
 -include debian/get-orig-source.mk




More information about the Python-modules-commits mailing list