1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix lintian warning executable-not-elf-or-script
Author: Sven Geuer <sge@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/data/meson.build
+++ b/data/meson.build
@@ -44,7 +44,7 @@
install_data(application_id + '.gschema.xml',
install_dir: join_paths(datadir, 'glib-2.0/schemas'),
- install_mode: 'rwxrwxrwx',
+ install_mode: 'rw-rw-rw-',
)
gnome.compile_schemas(
depend_files: [application_id + '.gschema.xml'],
|