2025-02-09 08:53:02 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2025-02-09 09:10:44 +01:00
|
|
|
ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4))
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
|
|
|
|
endif
|
|
|
|
|
2025-02-09 08:53:02 +01:00
|
|
|
%:
|
|
|
|
dh ${@}
|
|
|
|
|
|
|
|
execute_after_dh_auto_install:
|
|
|
|
# queryparse
|
|
|
|
cp contrib/queryparse/queryparse debian/dnsperf/usr/bin/pcap-queryparse
|
|
|
|
cp contrib/queryparse/queryparse.1 debian/dnsperf/usr/share/man/man1/pcap-queryparse.1
|
|
|
|
cp contrib/queryparse/USAGE debian/dnsperf/usr/share/doc/dnsperf/pcap-queryparse.USAGE
|
|
|
|
|
|
|
|
# Removing useless files
|
|
|
|
rm -f debian/dnsperf/usr/share/doc/dnsperf/LICENSE
|
|
|
|
rm -f debian/dnsperf/usr/share/doc/dnsperf/README.md
|