Fix shebang to use Python 3
authorTimo Röhling <roehling@debian.org>
Sat, 4 May 2024 18:33:03 +0000 (20:33 +0200)
committerTimo Röhling <roehling@debian.org>
Fri, 17 May 2024 16:12:19 +0000 (18:12 +0200)
Gbp-Pq: Name 0020-Fix-shebang-to-use-Python-3.patch

12 files changed:
third_party/glslang/build_info.py
third_party/glslang/update_glslang_sources.py
third_party/spirv-tools/test/scripts/test_compact_ids.py
third_party/spirv-tools/utils/check_copyright.py
third_party/spirv-tools/utils/check_symbol_exports.py
third_party/spirv-tools/utils/fixup_fuzz_result.py
third_party/spirv-tools/utils/generate_grammar_tables.py
third_party/spirv-tools/utils/generate_language_headers.py
third_party/spirv-tools/utils/generate_registry_tables.py
third_party/spirv-tools/utils/generate_vim_syntax.py
third_party/spirv-tools/utils/git-sync-deps
third_party/spirv-tools/utils/update_build_version.py

index 2ac864b030280c5582f98e9f22ab2ab72fa6ae44..d51f01cd27d1ea5e476db46f09052cb86cb6b750 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (c) 2020 Google Inc.
 #
index 65be2f6a2ce52aea9f1f23d32db4b8138b79ade5..20f303ba3b43715881db0dd33e8f6d72f11b133f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright 2017 The Glslang Authors. All rights reserved.
 #
index 6ca6e67b2c090596f960b55df8d5700ee6d0303d..a919658ee4217ef79ff5cf125b90b14584348723 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2017 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index 39d27cb7ddd38eb159dfd4c5e47623a4c5dbac4e..f56e701d4a1f2315fb25e1bc8b3510f2db57ae84 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # coding=utf-8
 # Copyright (c) 2016 Google Inc.
 #
index bcd77da6876f8c953af1eec1fc1e0bd9cf837bbb..7919223c48947a6699977fde5adce7f191908e91 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2017 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index 9fe54a3cc43d8a09f9fdd987b3130ff2fa2d5316..5b14a7db9b18e9be027abb368c1cc019d478a0b1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2018 Google Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 2a67733697f0004572bd4f1e6f91bf400d378584..382870125eb23ca88de21363a6ed1846bdfa87ef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2016 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index 83fa99e1f7c6e8d44214aca351b9e2b28227dd3d..18a8d5ea01639d96e67cf6e627b795e25cfc54df 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2017 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index 28152ef3eb0724fb6d9b1f5610daa3a769078e1c..8cacc8ef441d074127e299626051331c5f7fa1bc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2016 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index da7e99ba771b28e9ddbdc5b5b396cb1e538bc805..5c9c6b21ae4ffc543834f437544d14574f34d89b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2016 Google Inc.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
index 057564132493bfd2df9ce933df6d99c248c88cf2..eecfbe93bbccda0525cae7c4af2ddd8c5b9543f9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2014 Google Inc.
 #
 # Redistribution and use in source and binary forms, with or without
index 321de74bdcf8147c00dd7ba39a68f3cad7086810..cbce3d8489c10206037a14ba810fdeed27a5bc76 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (c) 2016 Google Inc.
 #