diff -pruN 1.2.6-1/debian/changelog 1.2.6-1ubuntu1/debian/changelog
--- 1.2.6-1/debian/changelog	2009-10-27 01:05:32.000000000 +0000
+++ 1.2.6-1ubuntu1/debian/changelog	2009-10-26 19:56:18.000000000 +0000
@@ -1,3 +1,11 @@
+xpn (1.2.6-1ubuntu1) karmic; urgency=low
+
+  * Removed dependency on python-pysqlite2 as xpn already depends on
+    python >= 2.5 which include the sqlite3 module in de standard
+    library
+
+ -- Jan Claeys <devel@janc.be>  Wed, 11 Mar 2009 00:39:03 +0100
+
 xpn (1.2.6-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 1.2.6-1/debian/control 1.2.6-1ubuntu1/debian/control
--- 1.2.6-1/debian/control	2009-10-27 01:05:32.000000000 +0000
+++ 1.2.6-1ubuntu1/debian/control	2009-10-26 19:56:18.000000000 +0000
@@ -1,7 +1,8 @@
 Source: xpn
 Section: news
 Priority: optional
-Maintainer: David Paleino <d.paleino@gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: David Paleino <d.paleino@gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), quilt
 Standards-Version: 3.8.0
@@ -11,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=co
 
 Package: xpn
 Architecture: all
-Depends: python (>= 2.5), python-gtk2 (>= 2.8), python-pysqlite2, ${misc:Depends}
+Depends: python (>= 2.5), python-gtk2 (>= 2.8), ${misc:Depends}
 Description: graphical newsreader written in Python and GTK+ toolkit
  With XPN you can read/write articles on the Usenet with a good MIME support.
  XPN can operate with all the most widespread charsets, starting from US-ASCII
