diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:44 +0000 |
commit | 3ca01c81445ba93bc859cf82c48dc2b08d92c840 (patch) | |
tree | 08afac3e0b51c3869b9c652689b5a25a9e9bc014 /debian/rules | |
parent | Adding upstream version 3.16. (diff) | |
download | iperf3-3ca01c81445ba93bc859cf82c48dc2b08d92c840.tar.xz iperf3-3ca01c81445ba93bc859cf82c48dc2b08d92c840.zip |
Adding debian version 3.16-1.debian/3.16-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3dc4986 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +export DH_OPTIONS + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +override_dh_installchangelogs: + dh_installchangelogs RELNOTES.md + +%: + dh $@ |