diff -pruN 8.2.0-1/debian/changelog 8.2.0-1ubuntu1/debian/changelog
--- 8.2.0-1/debian/changelog	2009-10-21 15:27:35.000000000 +0100
+++ 8.2.0-1ubuntu1/debian/changelog	2009-10-21 15:27:35.000000000 +0100
@@ -1,3 +1,9 @@
+twisted-lore (8.2.0-1ubuntu1) karmic; urgency=low
+
+  * Call setup.py install with --install-layout=deb. LP: #372184.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 05 Oct 2009 23:21:12 +0200
+
 twisted-lore (8.2.0-1) unstable; urgency=low
 
   * New upstream version.
diff -pruN 8.2.0-1/debian/rules 8.2.0-1ubuntu1/debian/rules
--- 8.2.0-1/debian/rules	2009-10-21 15:27:35.000000000 +0100
+++ 8.2.0-1ubuntu1/debian/rules	2009-10-21 15:27:35.000000000 +0100
@@ -29,7 +29,7 @@ install-prereq: build-stamp
 
 install-python%: install-prereq
 	: # python-twisted-lore
-	python$* setup.py install --prefix=debian/python-twisted-lore/usr
+	python$* setup.py install --root=debian/python-twisted-lore --install-layout=deb
 	-find debian/python-twisted-lore -name '*.py[co]' | xargs rm -f
 
 	mkdir -p debian/python-twisted-lore/usr/share/man/man1
