[Python-modules-commits] r29024 - in packages/python-repoze.what/trunk/debian (rules)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Thu May 22 01:18:06 UTC 2014
Date: Thursday, May 22, 2014 @ 01:18:05
Author: zigo
Revision: 29024
Fixed removal of the .pht file.
Modified:
packages/python-repoze.what/trunk/debian/rules
Modified: packages/python-repoze.what/trunk/debian/rules
===================================================================
--- packages/python-repoze.what/trunk/debian/rules 2014-05-22 01:18:02 UTC (rev 29023)
+++ packages/python-repoze.what/trunk/debian/rules 2014-05-22 01:18:05 UTC (rev 29024)
@@ -10,7 +10,7 @@
python$$pyvers setup.py install --install-layout=deb \
--single-version-externally-managed --root $(CURDIR)/debian/python-repoze.what; \
done
- rm -f /usr/lib/python2*/dist-packages/repoze.what-*-nspkg.pth
+ rm -f $(CURDIR)/debian/python-repoze.what/usr/lib/python2*/dist-packages/repoze.what-*-nspkg.pth
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list