diff -Nru awn-extras-0.4.1~bzr1507/debian/changelog awn-extras-0.4.1~bzr1507/debian/changelog --- awn-extras-0.4.1~bzr1507/debian/changelog 2011-08-19 16:41:14.000000000 +0200 +++ awn-extras-0.4.1~bzr1507/debian/changelog 2011-08-24 20:11:38.000000000 +0200 @@ -1,3 +1,13 @@ +awn-extras (0.4.1~bzr1507-0ubuntu3) oneiric; urgency=low + + * debian/control: + - Remove python-central build-depends. + - Add build-depends on python (>= 2.6.6-3~) for dh_python2 support. + * debian/rules: + - Use --with python2 (LP: #830220). + + -- Julien Lavergne Wed, 24 Aug 2011 20:11:34 +0200 + awn-extras (0.4.1~bzr1507-0ubuntu2) oneiric; urgency=low * debian/patches: diff -Nru awn-extras-0.4.1~bzr1507/debian/control awn-extras-0.4.1~bzr1507/debian/control --- awn-extras-0.4.1~bzr1507/debian/control 2011-08-19 00:30:38.000000000 +0200 +++ awn-extras-0.4.1~bzr1507/debian/control 2011-08-23 23:22:05.000000000 +0200 @@ -14,7 +14,7 @@ libsexy-dev, libnotify-dev, libvte-dev, - python-central (>= 0.6.0), + python (>= 2.6.6-3~), python-gtk2-dev, python-cairo-dev, valac (>= 0.7.7), diff -Nru awn-extras-0.4.1~bzr1507/debian/pyversions awn-extras-0.4.1~bzr1507/debian/pyversions --- awn-extras-0.4.1~bzr1507/debian/pyversions 2010-07-18 21:03:05.000000000 +0200 +++ awn-extras-0.4.1~bzr1507/debian/pyversions 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -2.5- diff -Nru awn-extras-0.4.1~bzr1507/debian/rules awn-extras-0.4.1~bzr1507/debian/rules --- awn-extras-0.4.1~bzr1507/debian/rules 2011-08-19 00:30:20.000000000 +0200 +++ awn-extras-0.4.1~bzr1507/debian/rules 2011-08-23 23:21:43.000000000 +0200 @@ -9,7 +9,7 @@ %: - dh --with autoreconf $@ + dh --with autoreconf --with python2 $@ override_dh_auto_configure: dh_auto_configure -- $(configure_flags)