From 4fbaf295f641919a5545d2554b21f1fcc21becb0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 18 Dec 2016 16:55:34 +0100 Subject: remove shebangs from scripts meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/regen_checker.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_test.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_benchmark.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_exe.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/symbolextractor.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/commandrunner.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/gtkdochelper.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/meson_install.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/depfixer.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/dirchanger.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/delwithsuffix.py 644 /usr/bin/python3 meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/scripts/vcstagger.py 644 /usr/bin/python3 Signed-off-by: Igor Gnatenko --- mesonbuild/scripts/commandrunner.py | 2 -- mesonbuild/scripts/delwithsuffix.py | 2 -- mesonbuild/scripts/depfixer.py | 2 -- mesonbuild/scripts/dirchanger.py | 2 -- mesonbuild/scripts/gtkdochelper.py | 1 - mesonbuild/scripts/meson_exe.py | 2 -- mesonbuild/scripts/meson_install.py | 2 -- mesonbuild/scripts/regen_checker.py | 2 -- mesonbuild/scripts/scanbuild.py | 1 + mesonbuild/scripts/symbolextractor.py | 2 -- mesonbuild/scripts/vcstagger.py | 2 -- mesonbuild/scripts/yelphelper.py | 2 +- 12 files changed, 2 insertions(+), 20 deletions(-) mode change 100755 => 100644 mesonbuild/scripts/commandrunner.py mode change 100755 => 100644 mesonbuild/scripts/delwithsuffix.py mode change 100755 => 100644 mesonbuild/scripts/depfixer.py mode change 100755 => 100644 mesonbuild/scripts/dirchanger.py mode change 100755 => 100644 mesonbuild/scripts/gtkdochelper.py mode change 100755 => 100644 mesonbuild/scripts/meson_exe.py mode change 100755 => 100644 mesonbuild/scripts/meson_install.py mode change 100755 => 100644 mesonbuild/scripts/regen_checker.py mode change 100755 => 100644 mesonbuild/scripts/symbolextractor.py mode change 100755 => 100644 mesonbuild/scripts/vcstagger.py diff --git a/mesonbuild/scripts/commandrunner.py b/mesonbuild/scripts/commandrunner.py old mode 100755 new mode 100644 index 1c37f5c..63b5bb1 --- a/mesonbuild/scripts/commandrunner.py +++ b/mesonbuild/scripts/commandrunner.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/delwithsuffix.py b/mesonbuild/scripts/delwithsuffix.py old mode 100755 new mode 100644 index e112101..bd34202 --- a/mesonbuild/scripts/delwithsuffix.py +++ b/mesonbuild/scripts/delwithsuffix.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/depfixer.py b/mesonbuild/scripts/depfixer.py old mode 100755 new mode 100644 index 34fb2f7..ed77b56 --- a/mesonbuild/scripts/depfixer.py +++ b/mesonbuild/scripts/depfixer.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/dirchanger.py b/mesonbuild/scripts/dirchanger.py old mode 100755 new mode 100644 index 93a901d..3d7f4e2 --- a/mesonbuild/scripts/dirchanger.py +++ b/mesonbuild/scripts/dirchanger.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py old mode 100755 new mode 100644 index f4b4f34..734f80b --- a/mesonbuild/scripts/gtkdochelper.py +++ b/mesonbuild/scripts/gtkdochelper.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/meson_exe.py b/mesonbuild/scripts/meson_exe.py old mode 100755 new mode 100644 index d412e01..938ec87 --- a/mesonbuild/scripts/meson_exe.py +++ b/mesonbuild/scripts/meson_exe.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/meson_install.py b/mesonbuild/scripts/meson_install.py old mode 100755 new mode 100644 index 3d22022..f81bf89 --- a/mesonbuild/scripts/meson_install.py +++ b/mesonbuild/scripts/meson_install.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2014 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/regen_checker.py b/mesonbuild/scripts/regen_checker.py old mode 100755 new mode 100644 index 5077970..6f7ff79 --- a/mesonbuild/scripts/regen_checker.py +++ b/mesonbuild/scripts/regen_checker.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/scanbuild.py b/mesonbuild/scripts/scanbuild.py index dd74ce8..2ef22bd 100644 --- a/mesonbuild/scripts/scanbuild.py +++ b/mesonbuild/scripts/scanbuild.py @@ -1,4 +1,5 @@ # Copyright 2016 The Meson development team + # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/mesonbuild/scripts/symbolextractor.py b/mesonbuild/scripts/symbolextractor.py old mode 100755 new mode 100644 index 2df3a0c..9272495 --- a/mesonbuild/scripts/symbolextractor.py +++ b/mesonbuild/scripts/symbolextractor.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2013-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/vcstagger.py b/mesonbuild/scripts/vcstagger.py old mode 100755 new mode 100644 index 3f36e0a..19de9cb --- a/mesonbuild/scripts/vcstagger.py +++ b/mesonbuild/scripts/vcstagger.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mesonbuild/scripts/yelphelper.py b/mesonbuild/scripts/yelphelper.py index 4eec425..7431a81 100644 --- a/mesonbuild/scripts/yelphelper.py +++ b/mesonbuild/scripts/yelphelper.py @@ -1,4 +1,4 @@ -# Copyright 2016 Patrick Griffis +# Copyright 2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- cgit v1.1 From 9cfdd3078949bb30e2f88ab01ab06eaa9d353233 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 18 Dec 2016 16:58:02 +0100 Subject: remove shebang from wraptool meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/wrap/wraptool.py 644 /usr/bin/python3 Signed-off-by: Igor Gnatenko --- mesonbuild/wrap/wraptool.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 mesonbuild/wrap/wraptool.py diff --git a/mesonbuild/wrap/wraptool.py b/mesonbuild/wrap/wraptool.py old mode 100755 new mode 100644 index e94a2c5..2663465 --- a/mesonbuild/wrap/wraptool.py +++ b/mesonbuild/wrap/wraptool.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.1