r2074 - in zope.interface/trunk/debian (changelog rules)
doko at users.alioth.debian.org
doko at users.alioth.debian.org
Wed Apr 14 15:56:04 UTC 2010
Date: Wednesday, April 14, 2010 @ 15:56:01
Author: doko
Revision: 2074
* The egg doesn't require setuptools. LP: #563060.
* Call setup.py install with --install-layout=deb to install into
the final location.
Modified:
zope.interface/trunk/debian/changelog
zope.interface/trunk/debian/rules
Modified: zope.interface/trunk/debian/changelog
===================================================================
--- zope.interface/trunk/debian/changelog 2010-03-22 19:52:16 UTC (rev 2073)
+++ zope.interface/trunk/debian/changelog 2010-04-14 15:56:01 UTC (rev 2074)
@@ -1,3 +1,11 @@
+zope.interface (3.5.3-2) UNRELEASED; urgency=low
+
+ * The egg doesn't require setuptools. LP: #563060.
+ * Call setup.py install with --install-layout=deb to install into
+ the final location.
+
+ -- Matthias Klose <doko at ubuntu.com> Wed, 14 Apr 2010 17:24:26 +0200
+
zope.interface (3.5.3-1) unstable; urgency=low
* New upstream release.
Modified: zope.interface/trunk/debian/rules
===================================================================
--- zope.interface/trunk/debian/rules 2010-03-22 19:52:16 UTC (rev 2073)
+++ zope.interface/trunk/debian/rules 2010-04-14 15:56:01 UTC (rev 2074)
@@ -19,8 +19,9 @@
for py in $(shell pyversions -vr debian/control); do \
python$$py-dbg setup.py install --no-compile --single-version-externally-managed \
$(py_setup_install_args) --root=debian/$(package)-dbg \
- --install-data=usr/lib/$(package); \
+ --install-layout=deb; \
done
+ sed -i '/^setuptools$$/d' $$(find debian/$(package) -name requires.txt)
find debian/$(package)-dbg
find debian/$(package)-dbg ! -type d ! -name '*.so' | xargs rm -f
find debian/$(package)-dbg -depth -empty -exec rmdir {} \;
More information about the pkg-zope-developers
mailing list