diff -Nru python3-defaults-3.1.2/debian/changelog python3-defaults-3.1.2/debian/changelog --- python3-defaults-3.1.2/debian/changelog 2010-06-27 20:42:36.000000000 +0100 +++ python3-defaults-3.1.2/debian/changelog 2010-06-28 05:02:20.000000000 +0100 @@ -1,3 +1,9 @@ +python3-defaults (3.1.2-2ubuntu2) maverick; urgency=low + + * python3.postinst: Fix shebang line. (LP: #599208) + + -- Anders Kaseorg Mon, 28 Jun 2010 00:01:51 -0400 + python3-defaults (3.1.2-2ubuntu1) maverick; urgency=low * Merge from debian unstable. No remaining changes. diff -Nru python3-defaults-3.1.2/debian/python3.postinst python3-defaults-3.1.2/debian/python3.postinst --- python3-defaults-3.1.2/debian/python3.postinst 2010-06-27 20:42:54.000000000 +0100 +++ python3-defaults-3.1.2/debian/python3.postinst 2010-06-28 05:01:47.000000000 +0100 @@ -1,4 +1,4 @@ -# /bin/sh -e +#! /bin/sh -e if which py3compile >/dev/null 2>&1; then py3compile -p python3