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-18 22:53:17.000000000 +0000 +++ awn-extras-0.4.1~bzr1507/debian/changelog 2011-08-24 18:17:10.000000000 +0000 @@ -1,4 +1,14 @@ -awn-extras (0.4.1~bzr1507-0ubuntu2~ppa1) oneiric; urgency=low +awn-extras (0.4.1~bzr1507-0ubuntu3~ppa2) 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:17:05 +0200 + +awn-extras (0.4.1~bzr1507-0ubuntu2) oneiric; urgency=low * debian/patches: - 04-fix-indicator-API-detection.patch: Build against lastest indicators @@ -10,7 +20,7 @@ * debian/control: - Build-depends on dh-autoreconf. - -- Julien Lavergne Fri, 19 Aug 2011 00:23:07 +0200 + -- Julien Lavergne Fri, 19 Aug 2011 16:41:05 +0200 awn-extras (0.4.1~bzr1507-0ubuntu1) natty; urgency=low 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-18 22:30:38.000000000 +0000 +++ awn-extras-0.4.1~bzr1507/debian/control 2011-08-23 21:22:05.000000000 +0000 @@ -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 19:03:05.000000000 +0000 +++ awn-extras-0.4.1~bzr1507/debian/pyversions 1970-01-01 00:00:00.000000000 +0000 @@ -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-18 22:30:20.000000000 +0000 +++ awn-extras-0.4.1~bzr1507/debian/rules 2011-08-23 21:21:43.000000000 +0000 @@ -9,7 +9,7 @@ %: - dh --with autoreconf $@ + dh --with autoreconf --with python2 $@ override_dh_auto_configure: dh_auto_configure -- $(configure_flags)