[Bug 988468] Re: /usr/bin/pastebinit has bogus #! line
Launchpad Bug Tracker
988468 at bugs.launchpad.net
Fri Jan 24 03:09:15 UTC 2014
This bug was fixed in the package pastebinit - 1.4-2ubuntu1
---------------
pastebinit (1.4-2ubuntu1) trusty; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Don't build-depend on python-support.
pastebinit (1.4-2) unstable; urgency=low
* patches:
~ update upstream to r205. Fix unicode problem. LP: #1270359
This essentially gives us upstream release 1.4.1
~ increase timeout to 15s to account for bad networks
* watch: only check for 2-level (major.minor) upstream releases
* drop preinst script as obsolete
pastebinit (1.4-1) unstable; urgency=low
[ Bart Martens ]
* update watch file
[ Rolf Leggewie ]
* new upstream release 1.4
- upstream bugfixes
~ crash in create_connection(). LP: #1032221
~ point shebang to python3. LP: #988468
~ allow calling pastebin by basename. Closes: #705979, LP: #977331
~ allow pasting several files at once. Closes: #662242
- control: bump python to python3 in run-time dependencies
remove python-configobj from run-time dependencies
- drop all debian-patches as obsolete
* control:
- drop obsolete DMUA field
- update to standard version 3.9.5. No further changes.
* copyright: update upstream and my copyright to 2014
-- Stephane Graber <stgraber at ubuntu.com> Thu, 23 Jan 2014 21:52:07 -0500
** Changed in: pastebinit (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pastebinit in Ubuntu.
https://bugs.launchpad.net/bugs/988468
Title:
/usr/bin/pastebinit has bogus #! line
Status in Pastebin it !!!:
Fix Released
Status in “pastebinit” package in Ubuntu:
Fix Released
Bug description:
% head -n 1 /usr/bin/pastebinit
#!/usr/bin/env python
While it's fine, preferable even, for the development version of
pastebinit to have a #! line of /usr/bin/env python, it is just asking
for breakage for the deployed production version to use this.
Instead, when deployed, the line should be #!/usr/bin/python
To manage notifications about this bug go to:
https://bugs.launchpad.net/pastebinit/+bug/988468/+subscriptions
More information about the foundations-bugs
mailing list