File: executable.patch

package info (click to toggle)
graphs 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,160 kB
  • sloc: python: 4,860; xml: 220; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
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'],