diff -pruN 3.2.1-1/Makefile 3.2.1-1ubuntu1/Makefile
--- 3.2.1-1/Makefile	2008-05-12 01:53:05.000000000 +0100
+++ 3.2.1-1ubuntu1/Makefile	2009-10-21 16:15:08.000000000 +0100
@@ -5,7 +5,7 @@ all:
 	$(PYTHON) setup.py build
 
 install:
-	$(PYTHON) setup.py install --root $(DESTDIR)
+	$(PYTHON) setup.py install --root $(DESTDIR) --install-layout=deb
 
 clean:
 	$(PYTHON) setup.py clean
diff -pruN 3.2.1-1/debian/changelog 3.2.1-1ubuntu1/debian/changelog
--- 3.2.1-1/debian/changelog	2009-10-21 16:15:08.000000000 +0100
+++ 3.2.1-1ubuntu1/debian/changelog	2009-10-21 16:15:08.000000000 +0100
@@ -1,3 +1,10 @@
+mimms (3.2.1-1ubuntu1) karmic; urgency=low
+
+  * Call setup.py install with --install-layout=deb, fixes FTBFS
+    (LP: #448624).
+
+ -- Ilya Barygin <barygin@gmail.com>  Sun, 11 Oct 2009 15:04:59 +0400
+
 mimms (3.2.1-1) unstable; urgency=low
 
   * New upstream release.
diff -pruN 3.2.1-1/debian/control 3.2.1-1ubuntu1/debian/control
--- 3.2.1-1/debian/control	2008-05-12 01:53:05.000000000 +0100
+++ 3.2.1-1ubuntu1/debian/control	2009-10-21 16:15:08.000000000 +0100
@@ -1,7 +1,8 @@
 Source: mimms
 Section: net
 Priority: optional
-Maintainer: Wesley J. Landaker <wjl@icecavern.net>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Wesley J. Landaker <wjl@icecavern.net>
 Build-Depends: debhelper (>= 6), python2.5-dev, python-central (>= 0.6)
 Standards-Version: 3.7.3
 XS-Python-Version: >= 2.5
