Skip to content

Commit f4ce711

Browse files
committed
Remove 'fix_python_hashbang.patch'
Replaced by a sed script in 'override_dh_python2'.
1 parent 6159dfc commit f4ce711

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

debian/patches/fix_python_hashbang.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

debian/patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
remove_entry_points_scripts.patch
22
remove_find_pycompletion.patch
3-
fix_python_hashbang.patch

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ override_dh_fixperms:
2121

2222
override_dh_python2:
2323
dh_python2
24+
sed -i 's,^#!/usr/bin/.*,#!/usr/bin/python,' debian/pythonpy/usr/share/pythonpy/pythonpy/*.py
2425
rm -rf debian/pythonpy/usr/share/pythonpy/pythonpy-*.egg-info/

0 commit comments

Comments
 (0)