diff -pruN 1.1.8a-3/debian/changelog 1.1.8a-3ubuntu2/debian/changelog
--- 1.1.8a-3/debian/changelog	2009-03-19 02:25:45.000000000 +0000
+++ 1.1.8a-3ubuntu2/debian/changelog	2009-03-19 02:22:48.000000000 +0000
@@ -1,3 +1,17 @@
+python-pysqlite1.1 (1.1.8a-3ubuntu2) jaunty; urgency=low
+
+  * No-change rebuild to fix lpia shared library dependencies.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 19 Mar 2009 00:29:52 +0000
+
+python-pysqlite1.1 (1.1.8a-3ubuntu1) jaunty; urgency=low
+
+  * debian/rules:
+   - Include include /usr/share/python/python.mk.
+   - Use $(py_setup_install_args) macro to build with Python 2.6.
+
+ -- Alessio Treglia <quadrispro@ubuntu.com>  Thu, 12 Mar 2009 10:48:28 +0000
+
 python-pysqlite1.1 (1.1.8a-3) unstable; urgency=low
 
   * Rebuild to add Python 2.5 support.
diff -pruN 1.1.8a-3/debian/control 1.1.8a-3ubuntu2/debian/control
--- 1.1.8a-3/debian/control	2009-03-19 02:25:45.000000000 +0000
+++ 1.1.8a-3ubuntu2/debian/control	2009-03-19 02:22:48.000000000 +0000
@@ -1,7 +1,8 @@
 Source: python-pysqlite1.1
 Section: python
 Priority: optional
-Maintainer: Joel Rosdahl <joel@debian.org>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Joel Rosdahl <joel@debian.org>
 Build-Depends: debhelper (>= 5.0.38), libsqlite3-dev (>= 3.0.8), python-all-dev (>= 2.3.5-11), python-all-dbg, python-central (>= 0.5.6)
 XS-Python-Standards-Version: 0.4
 XS-Python-Version: all
diff -pruN 1.1.8a-3/debian/rules 1.1.8a-3ubuntu2/debian/rules
--- 1.1.8a-3/debian/rules	2009-03-19 02:25:45.000000000 +0000
+++ 1.1.8a-3ubuntu2/debian/rules	2009-03-19 02:22:48.000000000 +0000
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/python/python.mk
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE = 1
 
@@ -37,7 +39,7 @@ install-prereq:
 	dh_installdirs
 
 install-ext-%:
-	$* setup.py install --root=debian/python-pysqlite1.1
+	$* setup.py install --root=debian/python-pysqlite1.1 $(py_setup_install_args)
 	find debian/python-pysqlite1.1 -name '*.pyc' | xargs rm -f
 
 dbg-install-ext-%:
