diff -pruN 0.2.8-1/debian/changelog 0.2.8-1ubuntu1/debian/changelog
--- 0.2.8-1/debian/changelog	2009-10-21 15:56:14.000000000 +0100
+++ 0.2.8-1ubuntu1/debian/changelog	2009-10-21 15:56:15.000000000 +0100
@@ -1,3 +1,9 @@
+gracie (0.2.8-1ubuntu1) karmic; urgency=low
+
+  * Add --install-layout=deb to DEB_PYTHON_INSTALL_ARGS_ALL to fix FTBFS.
+
+ -- Alessio Treglia <quadrispro@ubuntu.com>  Wed, 14 Oct 2009 07:46:56 +0200
+
 gracie (0.2.8-1) unstable; urgency=low
 
   * The "Cursed conflicting package management systems" release.
diff -pruN 0.2.8-1/debian/control 0.2.8-1ubuntu1/debian/control
--- 0.2.8-1/debian/control	2009-10-21 15:56:14.000000000 +0100
+++ 0.2.8-1ubuntu1/debian/control	2009-10-21 15:56:15.000000000 +0100
@@ -1,7 +1,8 @@
 Source: gracie
 Section: web
 Priority: extra
-Maintainer: Ben Finney <ben+debian@benfinney.id.au>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ben Finney <ben+debian@benfinney.id.au>
 Build-Depends: debhelper (>= 7.0.14),
     docbook-to-man,
     python-central (>= 0.6.8),
diff -pruN 0.2.8-1/debian/rules 0.2.8-1ubuntu1/debian/rules
--- 0.2.8-1/debian/rules	2009-10-21 15:56:14.000000000 +0100
+++ 0.2.8-1ubuntu1/debian/rules	2009-10-21 15:56:15.000000000 +0100
@@ -14,7 +14,8 @@
 PACKAGE_NAME = gracie
 
 CURRENT_PYTHON_VERSION = $(shell pyversions -d)
-DEB_PYTHON_INSTALL_ARGS_ALL += --root $(CURDIR)/debian/${PACKAGE_NAME}
+DEB_PYTHON_INSTALL_ARGS_ALL += --root $(CURDIR)/debian/${PACKAGE_NAME} \
+	--install-layout=deb
 
 
 .PHONY: build
