[Bug 1283277] Re: Fix shebang to be /usr/bin/python3
Launchpad Bug Tracker
1283277 at bugs.launchpad.net
Tue Mar 18 19:40:55 UTC 2014
This bug was fixed in the package system-image - 2.2-0ubuntu1
---------------
system-image (2.2-0ubuntu1) trusty; urgency=medium
[ Barry Warsaw ]
* New upstream release.
- LP: #1284217 - When CheckForUpdate() is called a second time, while
an auto-download is in progress, but after the first check is
complete, we send an UpdateAvailableStatus signal with the cached
information.
- LP: #1287919 - Close a race condition when manually downloading and
issuing multiple CheckForUpdate calls.
- LP: #1278589 - Support disabling either HTTP or HTTPS services for
custom system image servers.
- Allow the channel.ini file to override the [service] section.
- LP: #1287287 - Do not do atomic renames of temporary download files;
ubuntu-download-manager now supports this by default.
- LP: #1250817 - Exceptions in the state machine are caught and
logged, with an appropriate error message added to
UpdateAvailableStatus signals. These exceptions do not percolate up
to the GLib main loop.
- LP: #1279532 - During testing, pass the log dir argument to
ubuntu-download-manager.
* d/rules: Add override_dh_python3 rule to set shebang line to
/usr/bin/python3. (LP: #1283277)
* d/patches/lp1284217.patch: Removed; applied upstream.
-- Ubuntu daily release <ps-jenkins at lists.canonical.com> Mon, 17 Mar 2014 17:28:16 +0000
** Changed in: system-image (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to system-image in Ubuntu.
https://bugs.launchpad.net/bugs/1283277
Title:
Fix shebang to be /usr/bin/python3
Status in Ubuntu system image (server/client/updater):
Fix Committed
Status in “system-image” package in Ubuntu:
Fix Released
Bug description:
Right now, system-image-cli and system-image-dbus get a Python version
specific shebang, e.g. #! /usr/bin/python3.4. They should just use
/usr/bin/python3 since they aren't minor version specific.
This currently requires an override_dh_python3 in d/rules:
override_dh_python3:
dh_python3 --shebang=/usr/bin/python3
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-image/+bug/1283277/+subscriptions
More information about the foundations-bugs
mailing list