aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-26 06:45:19 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-26 06:45:19 +0000
commit9ec911d2373226cb0c4da5a687f053620c8c6ca2 (patch)
treec5abe25a3fcf43a2efc44ca855567b9ad181bf81 /docbook
parentdc2c4c67a30aa42d594a69bc6c3585dec4b453f0 (diff)
Filling in ChSrcDeb section
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22405 f5534014-38df-0310-8fa8-9805f1628bb7
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.