diff -Nru dictdlib-2.0.4.1/debian/changelog dictdlib-2.0.4.1+nmu1/debian/changelog
--- dictdlib-2.0.4.1/debian/changelog	2008-07-18 17:57:20.000000000 +0200
+++ dictdlib-2.0.4.1+nmu1/debian/changelog	2013-05-27 09:06:21.000000000 +0200
@@ -1,3 +1,10 @@
+dictdlib (2.0.4.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #616790).
+
+ -- Luca Falavigna <dktrkranz@debian.org>  Mon, 27 May 2013 09:05:48 +0200
+
 dictdlib (2.0.4.1) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490455.
diff -Nru dictdlib-2.0.4.1/debian/control dictdlib-2.0.4.1+nmu1/debian/control
--- dictdlib-2.0.4.1/debian/control	2006-11-17 16:45:24.000000000 +0100
+++ dictdlib-2.0.4.1+nmu1/debian/control	2013-05-27 09:10:43.000000000 +0200
@@ -2,18 +2,13 @@
 Section: interpreters
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends-Indep: debhelper (>> 5.0.37.2), python, python-dev (>= 2.3), python-all-dev (>= 2.3.5-11), python-central (>= 0.5)
-Build-Depends: debhelper (>> 5.0.37.2), python-central (>= 0.5)
-XS-Python-Version: >= 2.3
+Build-Depends: debhelper (>> 5.0.37.2), python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.5.2
 
 Package: python-dictdlib
 Architecture: all
-Conflicts: python2.3-dictdlib (<< 2.0.4)
-Replaces: python2.3-dictdlib (<< 2.0.4)
 Provides: ${python:Provides}
 Depends: ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Suggests: dictd
 Description: Python library for generating dictd dictionaries
  This library is useful if you want to write Python programs that generate
diff -Nru dictdlib-2.0.4.1/debian/rules dictdlib-2.0.4.1+nmu1/debian/rules
--- dictdlib-2.0.4.1/debian/rules	2006-11-17 16:55:53.000000000 +0100
+++ dictdlib-2.0.4.1+nmu1/debian/rules	2013-05-27 09:02:22.000000000 +0200
@@ -58,7 +58,7 @@
 
 	# Add here commands to install the package into debian/pygopherd.
 	#$(MAKE) install DESTDIR=$(CURDIR)/debian/pygopherd
-	$(PYTHON) setup.py install --root=`pwd`/debian/$(PACKAGE) --no-compile
+	$(PYTHON) setup.py install --root=`pwd`/debian/$(PACKAGE) --no-compile --install-layout=deb
 
 
 # Build architecture-dependent files here.
@@ -83,8 +83,7 @@
 	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs 
-	dh_pycentral
-	dh_python
+	dh_python2
 	dh_link
 	dh_strip
 	dh_compress
