aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-11-11 18:09:22 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-12 17:33:13 +0000
commitca06d7e4fe59d997d0fa69eea5b025b48dcff6f8 (patch)
treec6d42cb772a5434c9344abc508b50b6e60419ff7 /debian
parent76c4ca40592694d4ee72511934197a9b32f9c448 (diff)
Add an include sub-directory to the tree
Blind attempt to fix Debian package brokenness managing headers separately from install rules. Global public headers that don't fit any of the Wireshark libraries should be placed in include/. Eventually the C files in the root dir should be placed somewhere else as well (like src/) but this is not a priority. Fixes #17726.
Diffstat (limited to 'debian')
-rw-r--r--debian/libwsutil-dev.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/libwsutil-dev.install b/debian/libwsutil-dev.install
index 2284dee2ea..ec5b7df161 100644
--- a/debian/libwsutil-dev.install
+++ b/debian/libwsutil-dev.install
@@ -1,7 +1,4 @@
usr/lib/*/libwsutil.so
-ws_attributes.h usr/include/wireshark
-ws_compiler_tests.h usr/include/wireshark
-ws_diag_control.h usr/include/wireshark
-ws_symbol_export.h usr/include/wireshark
+include/*.h usr/include/wireshark
wsutil/*.h usr/include/wireshark/wsutil
wsutil/wmem/*.h usr/include/wireshark/wsutil/wmem