Adding debian version 2.4.2+debian-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 08:53:02 +01:00
parent 153471ed4b
commit 09f8c97288
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 97 additions and 0 deletions

14
debian/rules vendored Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/make -f
%:
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