1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix package-contains-documentation-outside-usr-share-doc lintian report
By default, the README/CHANGELOG files are moved out of the rootdir during a build
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2019-01-24
---
--- a/meson.build
+++ b/meson.build
@@ -65,7 +65,7 @@
]
-install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc'))
+# install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc'))
subdir('po')
subdir('src')
subdir('data')
|