diff -pruN 0.5.0-1.4/debian/changelog 0.5.0-1.4ubuntu1/debian/changelog
--- 0.5.0-1.4/debian/changelog	2009-02-27 16:29:36.000000000 +0000
+++ 0.5.0-1.4ubuntu1/debian/changelog	2009-02-27 16:24:48.000000000 +0000
@@ -1,3 +1,9 @@
+jabber.py (0.5.0-1.4ubuntu1) jaunty; urgency=low
+
+  * Call setup.py install with --install-layout=deb.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Feb 2009 11:54:13 +0000
+
 jabber.py (0.5.0-1.4) unstable; urgency=low
 
   * Non-maintainer upload. Thanks to Franz Pletz <fpletz@franz-pletz.org
diff -pruN 0.5.0-1.4/debian/rules 0.5.0-1.4ubuntu1/debian/rules
--- 0.5.0-1.4/debian/rules	2009-02-27 16:29:36.000000000 +0000
+++ 0.5.0-1.4ubuntu1/debian/rules	2009-02-27 16:24:48.000000000 +0000
@@ -48,7 +48,7 @@ install: build
 
 	set -e; \
 	for py in $(PYVERS); do                              	\
-	    $$py setup.py install --root=debian/python-jabber; 	\
+	    $$py setup.py install --root=debian/python-jabber --install-layout=deb; 	\
 	done
 
 
