Docs: Document packaging/debian.

The debian directory was moved to packaging/debian in 79da670bd1. Update
the documentation to match. Ping #18097.
This commit is contained in:
Gerald Combs 2022-05-17 09:09:07 -07:00
parent b4e041a619
commit cc6a749fda
1 changed files with 4 additions and 4 deletions

View File

@ -921,16 +921,16 @@ If you have a question not addressed here, please contact
==== Debian: .deb Packages
The Debian Package is built using dpkg-buildpackage, based on information
found in the source tree under _debian_. See
https://www.debian.org/doc/manuals/maint-guide/build.en.html for a
more in-depth discussion of the build process.
The Debian Package is built using dpkg-buildpackage, based on information found in the source tree under _packaging/debian_.
You must create a top-level symbolic link to _packaging/debian_ before building.
See https://www.debian.org/doc/manuals/maint-guide/build.en.html for a more in-depth discussion of the build process.
In the wireshark directory, type:
[source,sh]
----
ln -snf packaging/debian
dpkg-buildpackage -b -us -uc -jauto
----