summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-01 14:20:59 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-01 14:20:59 -0400
commitcf55e756742c48babec26d9e3d87ed31b163ebcc (patch)
treee031e15c03c2e55e54d1174ba97a0e62cf05898c /debian
parentec62efa9792eae708c39c688aacc0a26f90c7fda (diff)
invert python ordering
--force allows doing so
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 31456106..1f74f0d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ debhelper (7.4.3) UNRELEASED; urgency=low
* dh_perl: Do not look at perl scripts under /usr/share/doc.
Closes: #546683
* Allow dpkg-architecture to print errors to stderr. Closes: #548636
+ * python_distutils: Run default python last, not first, and pass --force
+ to setup.py install to ensure that timestamps do not prevent installation
+ of the scripts built for the default python, without versioned shebang
+ lines. Closes: #547510 (Thanks, Andrew Straw)
-- Joey Hess <joeyh@debian.org> Tue, 15 Sep 2009 13:18:35 -0400