Codebase list sugar-log-activity / 364c962
fix shebang Jonas Smedegaard 3 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 # omit git hint files
1313 %:
1414 dh $@ --with linktree --buildsystem=pybuild -X.git
15
16 execute_after_dh_install:
17 # Ensure proper hash-bang in Python script (Python Policy 0.9 ยง3.1)
18 perl -pi -e 's,^#! ?/usr/bin/(env )?python[[:print:]]*$$,#!/usr/bin/python3,' \
19 debian/*/usr/share/sugar/activities/*/setup.py