From c8cfcd03d9a684056e9a87116b441583805353d4 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 24 Sep 2016 09:50:37 -0400 Subject: [PATCH] Include module static files in build "./setup.py install" already handles this correctly, but needs to be explicity listed for git-buildpackage to include the files in the debian package. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2da6cafd2..799829beb 100755 --- a/setup.py +++ b/setup.py @@ -192,6 +192,7 @@ setuptools.setup( tests_require=['coverage >= 3.7'], include_package_data=True, package_data={'plinth': ['templates/*', + 'modules/*/static/*', 'modules/*/templates/*', 'locale/*/LC_MESSAGES/*.[pm]o']}, data_files=[('/usr/lib/firewalld/services/',