summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-06-19 15:39:52 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-06-19 15:39:52 +0000
commite54831aef1e0cf2a6f13f833ce3f31aa7d140db5 (patch)
tree02e25504d237759f43e6fbd4479a0f0ab20dead5 /debian/rules
parentafa07ed684fcc735e5f6aafca08c2a416e10680d (diff)
downloadwireshark-e54831aef1e0cf2a6f13f833ce3f31aa7d140db5.tar.gz
Don't install idl2wrs except in Debian's special wireshark-dev package.
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 6d6a7ab2d5..4869053992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
+include /usr/share/dpatch/dpatch.make
DB2MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
@@ -52,7 +52,7 @@ clean: unpatch-stamp
dh_testroot
rm -f build-stamp configure-stamp
- [ ! -f Makefile ] || $(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
rm -f rdps wireshark.1 tshark.1 wireshark-filter.4
rm -f conftest conftest.c
rm -f config.guess config.sub config.log
@@ -75,6 +75,7 @@ install: build
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
mkdir -p $(CURDIR)/debian/tmp/usr/share/applications/
cp debian/wireshark.desktop $(CURDIR)/debian/tmp/usr/share/applications/
+ cp tools/idl2wrs $(CURDIR)/debian/tmp/usr/bin/
#cp debian/wireshark-root.desktop $(CURDIR)/debian/tmp/usr/share/applications/
mkdir -p $(CURDIR)/debian/tmp/usr/share/pixmaps/
cp image/hi48-app-wireshark.png $(CURDIR)/debian/tmp/usr/share/pixmaps/
@@ -93,6 +94,7 @@ install: build
done
-rm -rf $(CURDIR)/debian/tmp/usr/man
dh_installman
+ cp doc/idl2wrs.1 $(CURDIR)/debian/tmp/usr/man
dh_movefiles
dh_pysupport