aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src/WSDG_chapter_sources.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/wsdg_src/WSDG_chapter_sources.xml')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.xml b/docbook/wsdg_src/WSDG_chapter_sources.xml
index b2c9b5e1b5..095505ced2 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.xml
+++ b/docbook/wsdg_src/WSDG_chapter_sources.xml
@@ -1073,7 +1073,19 @@ $Id$
<section id="ChSrcDeb">
<title>Debian: .deb packages</title>
<para>
- XXX - don't know how to do
+ The Debian Package is built using dpkg-buildpackage, based on information
+ found in the source tree under <filename>debian</filename>. See
+ <ulink url="http://www.debian-administration.org/articles/336"/> for a
+ more in-depth discussion of the build process.
+ </para>
+ <para>
+ In the wireshark directory, type:
+ </para>
+ <para>
+ <prompt>$</prompt> <userinput>make debian-package</userinput>
+ </para>
+ <para>
+ to build the Debian Package.
</para>
</section>
@@ -1091,7 +1103,7 @@ $Id&#36;
In the wireshark directory, type:
</para>
<para>
- <prompt>&gt;</prompt> <userinput>make rpm-package</userinput>
+ <prompt>$</prompt> <userinput>make rpm-package</userinput>
</para>
<para>
to build the RPM. Once it is done, there will be a message stating where the built RPM can be found.