diff -Nru python3-defaults-3.0.1/debian/changelog python3-defaults-3.0.1/debian/changelog --- python3-defaults-3.0.1/debian/changelog 2009-03-09 20:23:06.000000000 -0400 +++ python3-defaults-3.0.1/debian/changelog 2009-03-12 15:41:50.000000000 -0400 @@ -1,3 +1,10 @@ +python3-defaults (3.0.1-0ubuntu4) jaunty; urgency=low + + * Make idle3 actually run with /usr/bin/python3. (LP: #336381) + * Remove unused idle.sh that led to the previous confusion. + + -- Anders Kaseorg Thu, 12 Mar 2009 15:37:50 -0400 + python3-defaults (3.0.1-0ubuntu3) jaunty; urgency=low * Make idle3 run with /usr/bin/python3, not /usr/bin/python. diff -Nru python3-defaults-3.0.1/debian/idle.py python3-defaults-3.0.1/debian/idle.py --- python3-defaults-3.0.1/debian/idle.py 2006-08-05 13:40:20.000000000 -0400 +++ python3-defaults-3.0.1/debian/idle.py 2009-03-12 15:37:45.000000000 -0400 @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python3 from idlelib.PyShell import main if __name__ == '__main__': diff -Nru python3-defaults-3.0.1/debian/idle.sh python3-defaults-3.0.1/debian/idle.sh --- python3-defaults-3.0.1/debian/idle.sh 2009-03-09 20:23:06.000000000 -0400 +++ python3-defaults-3.0.1/debian/idle.sh 1969-12-31 19:00:00.000000000 -0500 @@ -1,4 +0,0 @@ -#! /usr/bin/python3 - -from idlelib.PyShell import main -main()