[Python-modules-commits] r23484 - in packages/python-webob/trunk/debian (changelog rules)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu Feb 14 18:23:14 UTC 2013


    Date: Thursday, February 14, 2013 @ 18:23:13
  Author: zigo
Revision: 23484

Added seemingly missing --install-layout=deb when calling setup.py

Modified:
  packages/python-webob/trunk/debian/changelog
  packages/python-webob/trunk/debian/rules

Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog	2013-02-14 18:05:18 UTC (rev 23483)
+++ packages/python-webob/trunk/debian/changelog	2013-02-14 18:23:13 UTC (rev 23484)
@@ -4,6 +4,7 @@
   * New upstream release.
   * Uploading to experimental.
   * Increase compat level and debhelper to 9.
+  * Added missing --install-layout=deb when calling setup.py.
 
  -- Thomas Goirand <zigo at debian.org>  Thu, 14 Feb 2013 18:01:49 +0000
 

Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules	2013-02-14 18:05:18 UTC (rev 23483)
+++ packages/python-webob/trunk/debian/rules	2013-02-14 18:23:13 UTC (rev 23484)
@@ -31,7 +31,8 @@
 	python setup.py install \
 		--no-compile \
 		--single-version-externally-managed \
-		--root $(CURDIR)/debian/$(package)
+		--root $(CURDIR)/debian/$(package) \
+		--install-layout=deb
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	python setup.py test --quiet
 endif




More information about the Python-modules-commits mailing list