Skip to content

Commit 7f97070

Browse files
apply review suggestions
1 parent 81bb3c6 commit 7f97070

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,25 @@ This repository contains the Debian packaging files for **Lunatik** — the kern
99
- Post-install and helper scripts used during package installation
1010
- Debian changelog, rules, control files, and other packaging assets
1111

12+
## Submodule Integration with Lunatik
13+
This repository is intended to be used as a Git submodule within the main Lunatik repository.
14+
15+
To clone the main Lunatik repository along with this packaging submodule:
16+
17+
```
18+
git clone --recurse-submodules https://github.com/luainkernel/lunatik.git
19+
```
20+
21+
If you've already cloned Lunatik without submodules:
22+
23+
```
24+
git submodule update --init --recursive
25+
```
26+
1227
## Usage
1328

14-
To build the Lunatik Debian package from this repository, clone it alongside the upstream Lunatik source code and run the standard Debian packaging tools:
29+
To build the package, run the following command from the root of the Lunatik repository:
1530

1631
```bash
1732
dpkg-buildpackage -us -uc
33+
```

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lunatik (3.6.2-1) unstable; urgency=medium
22

3-
* Initial release of Lunatik kernel Lua scripting framework for Debian/Ubuntu.
3+
* Lunatik kernel Lua scripting framework for Debian/Ubuntu.
44

55
-- Shivam Vashisth <vashisth11shivam@gmail.com> Tue, 01 Jul 2025 19:55:00 +0530

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lua5.4
1212
Description: User-space tools for the Lunatik kernel module
1313
This package provides the lunatik CLI tool for interacting with the Lunatik
1414
kernel module, including running Lua scripts in the kernel and accessing the
15-
REPL. Intended for advanced users and kernel developers interested in rapid
15+
REPL. Intended for kernel developers interested in rapid
1616
prototyping and scripting within the kernel space.
1717

1818
Package: lunatik-dkms

0 commit comments

Comments
 (0)