diff -pruN 0.6.49-2/debian/changelog 0.6.49-2ubuntu1/debian/changelog
--- 0.6.49-2/debian/changelog	2013-11-07 17:05:43.000000000 +0000
+++ 0.6.49-2ubuntu1/debian/changelog	2013-11-07 17:05:43.000000000 +0000
@@ -1,3 +1,9 @@
+distribute (0.6.49-2ubuntu1) trusty; urgency=low
+
+  * Depend on python:any/python3:any rather than python/python3.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 07 Nov 2013 15:19:49 +0000
+
 distribute (0.6.49-2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 0.6.49-2/debian/control 0.6.49-2ubuntu1/debian/control
--- 0.6.49-2/debian/control	2013-11-07 17:05:43.000000000 +0000
+++ 0.6.49-2ubuntu1/debian/control	2013-11-07 17:05:43.000000000 +0000
@@ -1,7 +1,8 @@
 Source: distribute
 Section: python
 Priority: optional
-Maintainer: Matthias Klose <doko@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
 Build-Depends-Indep: python-all-dev (>= 2.6.6-2~), python3-all-dev (>= 3.1.2-8~), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
 Build-Depends: debhelper (>= 5.0.37.1)
 XS-Python-Version: 2.7
diff -pruN 0.6.49-2/debian/rules 0.6.49-2ubuntu1/debian/rules
--- 0.6.49-2/debian/rules	2013-11-07 17:05:43.000000000 +0000
+++ 0.6.49-2ubuntu1/debian/rules	2013-11-07 17:05:43.000000000 +0000
@@ -162,7 +162,7 @@ binary-indep: build install
 	( \
 	  echo 'python:Versions=2.7'; \
 	  echo 'python:Provides=python2.7-setuptools'; \
-	  echo 'python:Depends=python (>= 2.7), python (<< 2.8)'; \
+	  echo 'python:Depends=python:any (>= 2.7), python:any (<< 2.8)'; \
 	) > $(d_setp).substvars
 	cp $(d_setp).substvars $(d_pkgr).substvars
 
@@ -175,7 +175,7 @@ binary-indep: build install
 	( \
 	  echo 'python3:Versions=3.3'; \
 	  echo 'python3:Provides=python3.3-setuptools'; \
-	  echo 'python3:Depends=python3 (>= 3.3), python3 (<< 3.4)'; \
+	  echo 'python3:Depends=python3:any (>= 3.3), python3:any (<< 3.4)'; \
 	) > $(call pname,$(d_setp),3.3).substvars
 	cp $(call pname,$(d_setp),3.3).substvars $(call pname,$(d_pkgr),3.3).substvars
 
