[Bug 1283277] [NEW] Fix shebang to be /usr/bin/python3

Barry Warsaw 1283277 at bugs.launchpad.net
Fri Feb 21 22:37:34 UTC 2014


Public bug reported:

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

** Affects: ubuntu-system-image
     Importance: Low
         Status: Triaged

** Affects: system-image (Ubuntu)
     Importance: Low
         Status: Triaged


** Tags: client

** Also affects: system-image (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: system-image (Ubuntu)
       Status: New => Triaged

** Changed in: system-image (Ubuntu)
   Importance: Undecided => Low

-- 
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):
  Triaged
Status in “system-image” package in Ubuntu:
  Triaged

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