aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-11 14:43:46 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-11 23:20:24 +0000
commit891bdc469d2da885f140d1d4bd642209dd81ca49 (patch)
tree03ab99dadc752631c2599185b53d4e3ccf9fc13b
parent16c1f480748ae09c1264cd5d280bae605eb02bd2 (diff)
Fix up the lists of binaries and man pages in dpkgs.
Sort both lists; for the man pages, sort the extcap man pages after the regular command-line tool man pages. Add the captype and randpkt programs and man pages, and the udpdump man page. Change-Id: I0244013f8d08685d61ba70274185cb5539ff0545 Reviewed-on: https://code.wireshark.org/review/31503 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--debian/wireshark-common.install10
-rw-r--r--debian/wireshark-common.manpages21
2 files changed, 18 insertions, 13 deletions
diff --git a/debian/wireshark-common.install b/debian/wireshark-common.install
index 6898b18788..3bfbd3c346 100644
--- a/debian/wireshark-common.install
+++ b/debian/wireshark-common.install
@@ -1,11 +1,13 @@
-usr/bin/dumpcap
-usr/bin/rawshark
usr/bin/capinfos
+usr/bin/captype
+usr/bin/dumpcap
usr/bin/editcap
usr/bin/mergecap
-usr/bin/text2pcap
-usr/bin/reordercap
usr/bin/mmdbresolve
+usr/bin/randpkt
+usr/bin/rawshark
+usr/bin/reordercap
+usr/bin/text2pcap
usr/lib/*/wireshark/extcap
usr/share/icons/
usr/share/mime/packages/
diff --git a/debian/wireshark-common.manpages b/debian/wireshark-common.manpages
index 8449be923c..f32ca49cc4 100644
--- a/debian/wireshark-common.manpages
+++ b/debian/wireshark-common.manpages
@@ -1,14 +1,17 @@
+obj-*/doc/capinfos.1
+obj-*/doc/captype.1
+obj-*/doc/dumpcap.1
+obj-*/doc/editcap.1
+obj-*/doc/mergecap.1
+obj-*/doc/mmdbresolve.1
+obj-*/doc/randpkt.1
+obj-*/doc/rawshark.1
+obj-*/doc/reordercap.1
+obj-*/doc/text2pcap.1
obj-*/doc/androiddump.1
obj-*/doc/ciscodump.1
-obj-*/doc/sshdump.1
obj-*/doc/randpktdump.1
-obj-*/doc/editcap.1
+obj-*/doc/udpdump.1
+obj-*/doc/sshdump.1
obj-*/doc/extcap.4
-obj-*/doc/mergecap.1
-obj-*/doc/text2pcap.1
obj-*/doc/wireshark-filter.4
-obj-*/doc/capinfos.1
-obj-*/doc/dumpcap.1
-obj-*/doc/rawshark.1
-obj-*/doc/reordercap.1
-obj-*/doc/mmdbresolve.1