[gnome-build-meta/alatiera/debugsym: 3/4] split-rules: define a new domain for sourcedir




commit 1c6aa363b46bc0221ab2380087dfcd52de03398a
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Jan 27 12:24:30 2022 +0200

    split-rules: define a new domain for sourcedir
    
    So we can more easily filter it out and later on create
    a flaptak Sdk.Source extension instead of bundling the
    sources in .Debug
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1499>

 project.conf | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/project.conf b/project.conf
index f9e6152a1..a614ccf7f 100644
--- a/project.conf
+++ b/project.conf
@@ -150,6 +150,9 @@ split-rules:
     (>):
     - '%{datadir}/gtk-doc/html/'
     - '%{datadir}/gtk-doc/html/**'
+  source:
+  - '%{sourcedir}'
+  - '%{sourcedir}/**'
   vm:
   - '%{datadir}/dbus-1/**'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]