diff -pruN 0.3.1-3/debian/changelog 0.3.1-3ubuntu2/debian/changelog
--- 0.3.1-3/debian/changelog	2008-01-24 16:16:23.000000000 +0000
+++ 0.3.1-3ubuntu2/debian/changelog	2008-01-24 16:12:26.000000000 +0000
@@ -1,3 +1,16 @@
+ldap2dns (0.3.1-3ubuntu2) hardy; urgency=low
+
+  * Rebuild against libldap2.4-2
+
+ -- Emmet Hikory <persia@ubuntu.com>  Thu, 24 Jan 2008 21:58:53 +0900
+
+ldap2dns (0.3.1-3ubuntu1) hardy; urgency=low
+
+  * Do not include /usr/share/debconf/confmodule in postinst (LP: #90932)
+  * Update Maintainer field in debian/control
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 24 Oct 2007 13:31:32 +0200
+
 ldap2dns (0.3.1-3) unstable; urgency=low
 
   * New maintainer (Closes: #248520)
diff -pruN 0.3.1-3/debian/control 0.3.1-3ubuntu2/debian/control
--- 0.3.1-3/debian/control	2008-01-24 16:16:23.000000000 +0000
+++ 0.3.1-3ubuntu2/debian/control	2008-01-24 16:12:26.000000000 +0000
@@ -1,7 +1,8 @@
 Source: ldap2dns
 Section: admin
 Priority: optional
-Maintainer: Igor Stroh <jenner@debian.org>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Igor Stroh <jenner@debian.org>
 Build-Depends: debhelper (>= 4.1.16), libldap2-dev (>= 2.1.22-1), links (>=0.98-3)
 Standards-Version: 3.6.1
 
diff -pruN 0.3.1-3/debian/postinst 0.3.1-3ubuntu2/debian/postinst
--- 0.3.1-3/debian/postinst	2008-01-24 16:16:23.000000000 +0000
+++ 0.3.1-3ubuntu2/debian/postinst	2008-01-24 16:12:26.000000000 +0000
@@ -20,8 +20,6 @@ case "$1" in
     ;;
 esac
 
-. /usr/share/debconf/confmodule
-
 umask 022
 
 echo ""
