# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1661349720 -7200
# Node ID b97a2ffef87f4d866ebff13093773a85441f68a4
# Parent  55cf7f063af6d6c172a574847d9d2ae2d2ea2b86
mod_auth_imap: Fix packaging

Since this module consists of multiple files and the additional
directory level, we need to tell luarocks which files correspond to what
Lua modules names.

diff -r 55cf7f063af6 -r b97a2ffef87f mod_auth_imap/README.markdown
--- a/mod_auth_imap/README.markdown	Wed Aug 24 11:37:00 2022 +0200
+++ b/mod_auth_imap/README.markdown	Wed Aug 24 16:02:00 2022 +0200
@@ -3,6 +3,11 @@
 - 'Stage-Alpha'
 - 'Type-Auth'
 summary: IMAP authentication module
+rockspec:
+  build:
+    modules:
+      mod_auth_imap: auth_imap/mod_auth_imap.lua
+      mod_auth_imap.sasl_imap: auth_imap/sasl_imap.lib.lua
 ...
 
 Introduction