diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:15 +0000 |
commit | 3a169a70a376c5ed493f93d890393979be4b31ab (patch) | |
tree | 1261466fee2a4e54ddc3e6effcfab14d3bdd1317 /debian/rules | |
parent | Merging upstream version 6.9.0. (diff) | |
download | iproute2-3a169a70a376c5ed493f93d890393979be4b31ab.tar.xz iproute2-3a169a70a376c5ed493f93d890393979be4b31ab.zip |
Merging debian version 6.9.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2adb152..c0aafb0 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,9 @@ export NETNS_RUN_DIR=/run/netns execute_after_dh_clean: make distclean +override_dh_auto_configure: + dh_auto_configure -- --color=auto + override_dh_auto_test: # upstream test suite needs root and leaves machine unclean, skip it |