[Python-modules-commits] r21740 - in packages/cheetah/trunk/debian (changelog rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Mon May 14 03:08:05 UTC 2012
Date: Monday, May 14, 2012 @ 03:08:00
Author: arnau
Revision: 21740
* debian/rules: add --install-layout=deb to python install command to
install files in the proper directory, as per dh_python2 warning.
Modified:
packages/cheetah/trunk/debian/changelog
packages/cheetah/trunk/debian/rules
Modified: packages/cheetah/trunk/debian/changelog
===================================================================
--- packages/cheetah/trunk/debian/changelog 2012-05-14 02:57:20 UTC (rev 21739)
+++ packages/cheetah/trunk/debian/changelog 2012-05-14 03:08:00 UTC (rev 21740)
@@ -1,3 +1,10 @@
+cheetah (2.4.4-4) UNRELEASED; urgency=low
+
+ * debian/rules: add --install-layout=deb to python install command to
+ install files in the proper directory, as per dh_python2 warning.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 14 May 2012 12:06:59 +0900
+
cheetah (2.4.4-3) unstable; urgency=low
* Switch to dh_python2.
Modified: packages/cheetah/trunk/debian/rules
===================================================================
--- packages/cheetah/trunk/debian/rules 2012-05-14 02:57:20 UTC (rev 21739)
+++ packages/cheetah/trunk/debian/rules 2012-05-14 03:08:00 UTC (rev 21740)
@@ -13,7 +13,9 @@
# cdbs_python_supported_versions += $(shell py3versions -vr)
# Install egg-info directories
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
+ --install-layout=deb
+
DEB_PYTHON_BUILDDIR := $(CURDIR)/$(DEB_BUILDDIR)/build
binary-post-install/python-cheetah::
More information about the Python-modules-commits
mailing list