From cc6a749fdad85cb8e850768b431a82bf2f925097 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 17 May 2022 09:09:07 -0700 Subject: [PATCH] Docs: Document packaging/debian. The debian directory was moved to packaging/debian in 79da670bd1. Update the documentation to match. Ping #18097. --- docbook/wsdg_src/WSDG_chapter_sources.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docbook/wsdg_src/WSDG_chapter_sources.adoc b/docbook/wsdg_src/WSDG_chapter_sources.adoc index 754dc20cfd..9949fe3a1b 100644 --- a/docbook/wsdg_src/WSDG_chapter_sources.adoc +++ b/docbook/wsdg_src/WSDG_chapter_sources.adoc @@ -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 ----