diff -Nru libbuffy-bindings-0.15/debian/changelog libbuffy-bindings-0.15ubuntu1/debian/changelog --- libbuffy-bindings-0.15/debian/changelog 2013-10-25 15:19:12.000000000 +0000 +++ libbuffy-bindings-0.15ubuntu1/debian/changelog 2013-11-23 07:18:08.000000000 +0000 @@ -1,3 +1,9 @@ +libbuffy-bindings (0.15ubuntu1) trusty; urgency=low + + * Convert to dh_python2. + + -- Logan Rosen Sat, 23 Nov 2013 02:18:00 -0500 + libbuffy-bindings (0.15) unstable; urgency=low * Cleaned up dependencies. Closes: #727609. diff -Nru libbuffy-bindings-0.15/debian/control libbuffy-bindings-0.15ubuntu1/debian/control --- libbuffy-bindings-0.15/debian/control 2013-10-25 16:06:44.000000000 +0000 +++ libbuffy-bindings-0.15ubuntu1/debian/control 2013-11-23 07:18:09.000000000 +0000 @@ -1,7 +1,8 @@ Source: libbuffy-bindings Section: misc Priority: optional -Maintainer: Enrico Zini +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Enrico Zini Uploaders: martin f krafft Build-Depends: debhelper (>= 7.0.50~), @@ -9,7 +10,7 @@ libwibble-dev (>= 1.0), libwibble-dev (<< 2.0), libglib2.0-dev, zlib1g-dev, swig (>= 2.0), perl (>= 5.6.0-16), - python-all-dev, python-support, + python-all-dev (>= 2.6.6-3~), dh-python, pkg-config Standards-Version: 3.9.4.0 Vcs-Git: git://git.debian.org/git/buffy/bindings.git diff -Nru libbuffy-bindings-0.15/debian/rules libbuffy-bindings-0.15ubuntu1/debian/rules --- libbuffy-bindings-0.15/debian/rules 2011-03-27 15:42:50.000000000 +0000 +++ libbuffy-bindings-0.15ubuntu1/debian/rules 2013-11-23 07:17:29.000000000 +0000 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with python2 override_dh_auto_configure: dh_auto_configure -Dperl