aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-07-26 06:45:19 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-07-26 06:45:19 +0000
commit98f3b6ea30de7a8c4e727184d902dd13ec56a721 (patch)
treec5abe25a3fcf43a2efc44ca855567b9ad181bf81 /docbook
parent14cbf71f7389262ce8f8eac4072f4893b1900925 (diff)
Filling in ChSrcDeb section
svn path=/trunk/; revision=22405
Diffstat (limited to 'docbook')
-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&#36;
<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.