changeset 4169:ae738969f38a

mod_firewall: Add packaging metadata to include libraries
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 21:56:37 +0200
parents 7191d4638393
children 2a655577fbcb
files mod_firewall/README.markdown
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
+---
 
 ------------------------------------------------------------------------