From b6ebd7df468c8b0cbf8d2fe485d41bb67bb83784 Mon Sep 17 00:00:00 2001 From: Mason Loring Bliss Date: Wed, 19 Nov 2025 22:02:28 -0500 Subject: [PATCH 1/2] Sort package list; add missing libtirpc-dev. --- docs/Developer Resources/Custom Packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer Resources/Custom Packages.rst b/docs/Developer Resources/Custom Packages.rst index 5f084bea3..357772a82 100644 --- a/docs/Developer Resources/Custom Packages.rst +++ b/docs/Developer Resources/Custom Packages.rst @@ -212,7 +212,7 @@ Make sure that the required packages are installed: .. code:: sh - sudo apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-generic python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging debhelper-compat dh-python po-debconf python3-all-dev python3-sphinx libpam0g-dev + sudo apt install alien autoconf automake build-essential debhelper-compat dh-python dkms fakeroot gawk libaio-dev libattr1-dev libblkid-dev libelf-dev libffi-dev libpam0g-dev libssl-dev libtirpc-dev libtool libudev-dev linux-headers-generic po-debconf python3 python3-all-dev python3-cffi python3-dev python3-packaging python3-setuptools python3-sphinx uuid-dev zlib1g-dev `Get the source code <#get-the-source-code>`__. From 3c295f9e83837b0e6113340e17de94c4366951f8 Mon Sep 17 00:00:00 2001 From: Mason Loring Bliss Date: Wed, 19 Nov 2025 22:28:26 -0500 Subject: [PATCH 2/2] dh-dkms and libcurl4-openssl-dev too --- docs/Developer Resources/Custom Packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer Resources/Custom Packages.rst b/docs/Developer Resources/Custom Packages.rst index 357772a82..55ab8c711 100644 --- a/docs/Developer Resources/Custom Packages.rst +++ b/docs/Developer Resources/Custom Packages.rst @@ -212,7 +212,7 @@ Make sure that the required packages are installed: .. code:: sh - sudo apt install alien autoconf automake build-essential debhelper-compat dh-python dkms fakeroot gawk libaio-dev libattr1-dev libblkid-dev libelf-dev libffi-dev libpam0g-dev libssl-dev libtirpc-dev libtool libudev-dev linux-headers-generic po-debconf python3 python3-all-dev python3-cffi python3-dev python3-packaging python3-setuptools python3-sphinx uuid-dev zlib1g-dev + sudo apt install alien autoconf automake build-essential debhelper-compat dh-dkms dh-python dkms fakeroot gawk libaio-dev libattr1-dev libblkid-dev libcurl4-openssl-dev libelf-dev libffi-dev libpam0g-dev libssl-dev libtirpc-dev libtool libudev-dev linux-headers-generic po-debconf python3 python3-all-dev python3-cffi python3-dev python3-packaging python3-setuptools python3-sphinx uuid-dev zlib1g-dev `Get the source code <#get-the-source-code>`__.