Remove executable bits from json files
This commit is contained in:
parent
7038c51c4b
commit
5ea6742076
2 changed files with 18 additions and 0 deletions
17
debian/patches/0008-rmtp-services-Remove-executable-bits-from-json-files.patch
vendored
Normal file
17
debian/patches/0008-rmtp-services-Remove-executable-bits-from-json-files.patch
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
From: Sebastian Ramacher <sramacher@debian.org>
|
||||||
|
Date: Wed, 25 Mar 2020 21:58:13 +0100
|
||||||
|
Subject: rmtp-services: Remove executable bits from json files
|
||||||
|
|
||||||
|
---
|
||||||
|
plugins/rtmp-services/data/package.json | 0
|
||||||
|
plugins/rtmp-services/data/services.json | 0
|
||||||
|
2 files changed, 0 insertions(+), 0 deletions(-)
|
||||||
|
mode change 100755 => 100644 plugins/rtmp-services/data/package.json
|
||||||
|
mode change 100755 => 100644 plugins/rtmp-services/data/services.json
|
||||||
|
|
||||||
|
diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json
|
||||||
|
old mode 100755
|
||||||
|
new mode 100644
|
||||||
|
diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json
|
||||||
|
old mode 100755
|
||||||
|
new mode 100644
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -5,3 +5,4 @@
|
||||||
0005-Link-with-xcb-and-X-libraries-to-fix-underlinking.patch
|
0005-Link-with-xcb-and-X-libraries-to-fix-underlinking.patch
|
||||||
0006-Add-SONAME.patch
|
0006-Add-SONAME.patch
|
||||||
0007-Do-not-build-with-SSE2-enabled-on-i386.patch
|
0007-Do-not-build-with-SSE2-enabled-on-i386.patch
|
||||||
|
0008-rmtp-services-Remove-executable-bits-from-json-files.patch
|
||||||
|
|
Loading…
Reference in a new issue