diff -pruN 1.1.1-2.2/debian/changelog 1.1.1-2.2ubuntu1/debian/changelog
--- 1.1.1-2.2/debian/changelog	2009-03-01 14:21:04.000000000 +0000
+++ 1.1.1-2.2ubuntu1/debian/changelog	2009-03-01 14:18:52.000000000 +0000
@@ -1,3 +1,9 @@
+python-fam (1.1.1-2.2ubuntu1) jaunty; urgency=low
+
+  * Python 2.6 transition.
+
+ -- Michael Bienia <geser@ubuntu.com>  Sun, 01 Mar 2009 13:16:52 +0100
+
 python-fam (1.1.1-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 1.1.1-2.2/debian/control 1.1.1-2.2ubuntu1/debian/control
--- 1.1.1-2.2/debian/control	2009-03-01 14:21:04.000000000 +0000
+++ 1.1.1-2.2ubuntu1/debian/control	2009-03-01 14:18:52.000000000 +0000
@@ -1,7 +1,8 @@
 Source: python-fam
 Section: python
 Priority: optional
-Maintainer: Martin v. Loewis <martin@v.loewis.de>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Martin v. Loewis <martin@v.loewis.de>
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
  python-support (>= 0.3), libfam-dev (>= 2.7.0-7.1)
 Standards-Version: 3.7.3
diff -pruN 1.1.1-2.2/debian/rules 1.1.1-2.2ubuntu1/debian/rules
--- 1.1.1-2.2/debian/rules	2009-03-01 14:21:04.000000000 +0000
+++ 1.1.1-2.2ubuntu1/debian/rules	2009-03-01 14:18:52.000000000 +0000
@@ -37,7 +37,8 @@ install-%:
 	dh_installdirs
 
 	python$* setup.py install --no-compile \
-		--root=$(CURDIR)/debian/python-fam
+		--root=$(CURDIR)/debian/python-fam \
+		--install-layout=deb
 
 # Build architecture-independent files here.
 binary-indep: build install
