From de08b82ebeccc0b77b653a3eecf1d6a2f965eb70 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Tue, 17 Oct 2023 22:28:33 +0000 Subject: [PATCH] debian: update packaging instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f927de53..ce8a41e0 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,10 @@ There have been two instances of hardware damage in OpenRGB's development and we ##### Packaging - * You can also build a Debian package (.deb) from this source code with `dpkg-buildpackage -us -B` - - Building a Debian package requires `debhelper` to be installed: `sudo apt install debhelper` + * You can also build a Debian package (.deb) from this source code with: + - `sudo apt install debhelper` + - `/scripts/build-package-files.sh debian/changelog` + - `dpkg-buildpackage -us -B`