Skip to content

Commit a256d0d

Browse files
authored
Merge pull request #396 from ruancomelli/fix/build-packages-locally/remove-piuparts-from-prerequisites
fix(build-packages-locally): remove `piuparts` from prerequisites
2 parents 8e42d1e + 199e3f9 commit a256d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors/bug-fix/build-packages-locally.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Prerequisites
2323

2424
.. code-block:: none
2525
26-
$ sudo apt install dpkg-dev sbuild debhelper ubuntu-dev-tools piuparts
26+
$ sudo apt install dpkg-dev sbuild debhelper ubuntu-dev-tools
2727
2828
All of the following sections assume you have already fetched the packaging (see :ref:`how-to-get-the-source-of-a-package`) and are in the same directory as the :file:`debian/` sub-directory.
2929

0 commit comments

Comments
 (0)