Skip to content

Commit ba63c1c

Browse files
authored
Fix for native-deb-utils, it's requires libpam0g-dev, otherwise dpkg-checkbuilddeps failes with error unmet build dependecies (#486)
1 parent 66c761f commit ba63c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Developer Resources/Custom Packages.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Make sure that the required packages are installed:
144144

145145
.. code:: sh
146146
147-
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
147+
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
148148
149149
`Get the source code <#get-the-source-code>`__.
150150

0 commit comments

Comments
 (0)