From dcd52bf29894945982df30e64da061e1456543ac Mon Sep 17 00:00:00 2001 From: Puspendu Banerjee Date: Mon, 1 Apr 2024 20:41:13 -0500 Subject: [PATCH] Added packaging guide and compat fix Added packaging guide and compat fix --- README.md | 8 ++++++++ debian/compat | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3823790..7474be6 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,11 @@ modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.0.2-7 ls: cannot access '/dev/binder': No such file or directory ls: cannot access '/dev/ashmem': No such file or directory ``` + +# Packaging: +## Debian/Ubuntu: +``` +sudo apt-get install devscripts dh-dkms -y +debuild -i -us -uc -b +ls -lrt ../anbox-modules-dkms_*.deb +``` diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10