diff --git a/debian/changelog b/debian/changelog
index ca60dc3..da029b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ensymble (0.28-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * drop python-central (Closes: 616799)
+    - add dependency on python (>= 2.6.6-3~)
+    - remove XB-Python-Version line
+    - Use X-Python-Version instead of XS-Python-Version
+
+ -- Eddy Petrișor <eddy.petrisor@gmail.com>  Wed, 10 Oct 2012 22:40:20 +0300
+
 ensymble (0.28-2) unstable; urgency=low
 
   * Acknowledge NMU
diff --git a/debian/control b/debian/control
index a90306d..9d673ab 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: ensymble
 Section: devel
 Priority: extra
 Maintainer: Dominic Hargreaves <dom@earth.li>
-Build-Depends: debhelper (>= 5), docbook-to-man, python-central
+Build-Depends: debhelper (>= 5), docbook-to-man,  python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
-XS-Python-Version: all
+X-Python-Version: all
 Homepage: http://code.google.com/p/ensymble/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/ensymble.git
 Vcs-Git: git://anonscm.debian.org/users/dom/ensymble.git
@@ -12,7 +12,6 @@ Vcs-Git: git://anonscm.debian.org/users/dom/ensymble.git
 Package: ensymble
 Architecture: all
 Depends: ${python:Depends}, openssl, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: developer utilities for Symbian OS
  This is the Ensymble developer utilities for Symbian OS(TM), a
  collection of Python modules and command line programs for Symbian
diff --git a/debian/rules b/debian/rules
index 48a2caa..2415eb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,8 +61,7 @@ binary-indep: build install
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
-	dh_pycentral
-#	dh_python
+	dh_python2
 #	dh_installinit
 #	dh_installcron
 #	dh_installinfo
