# HG changeset patch # User Kim Alvefur # Date 1601927797 -7200 # Node ID ae738969f38aca27209e40ed60b5fdcde4aece38 # Parent 7191d4638393429c5fc46318188a4947ae061c4f mod_firewall: Add packaging metadata to include libraries diff -r 7191d4638393 -r ae738969f38a mod_firewall/README.markdown --- a/mod_firewall/README.markdown Mon Oct 05 21:56:04 2020 +0200 +++ b/mod_firewall/README.markdown Mon Oct 05 21:56:37 2020 +0200 @@ -2,7 +2,15 @@ labels: - 'Stage-Alpha' summary: 'A rule-based stanza filtering module' -... +rockspec: + build: + modules: + mod_firewall.actions: actions.lib.lua + mod_firewall.conditions: conditions.lib.lua + mod_firewall.definitions: definitions.lib.lua + mod_firewall.marks: marks.lib.lua + mod_firewall.test: test.lib.lua +--- ------------------------------------------------------------------------