debian/bin: Change "#!/usr/bin/env python3" to "#!/usr/bin/python3"

This commit is contained in:
Ben Hutchings 2018-08-25 23:19:09 +01:00
parent 2ade725761
commit 6033fc28e8
5 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import sys
sys.path.append(sys.path[0] + "/../lib/python")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import sys
sys.path.append("debian/lib/python")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import sys
sys.path.append("debian/lib/python")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import optparse
import os.path

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ linux (4.18-1~exp1) UNRELEASED; urgency=medium
* Move file exclusion from d/p/debian/dfsg/files-1 to d/copyright
* Move disabling of broken features from d/p/series-orig to d/p/series
* Remove our private patch system, which is no longer needed
* debian/bin: Change "#!/usr/bin/env python3" to "#!/usr/bin/python3"
-- Uwe Kleine-König <ukleinek@debian.org> Sat, 21 Jul 2018 16:52:01 +0200