From 417a1d52e0a6409a935415121a9cb70db52a2a7a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 17 May 2024 16:59:00 +0200 Subject: Adding debian version 6.9.0-1. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c895654..c445daa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +iproute2 (6.9.0-1) unstable; urgency=medium + + * Bump Standards-Version to 4.7.0, no changes + * Update upstream source from tag 'upstream/6.9.0' + * Enable output with colors on terminals + + -- Luca Boccassi Thu, 16 May 2024 10:30:39 +0100 + iproute2 (6.8.0-1) unstable; urgency=medium [ Ceppo ] diff --git a/debian/control b/debian/control index 03da4b7..30b537d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Luca Boccassi Homepage: https://wiki.linuxfoundation.org/networking/iproute2 Vcs-Browser: https://salsa.debian.org/kernel-team/iproute2 Vcs-Git: https://salsa.debian.org/kernel-team/iproute2.git -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Build-Depends: bison, debhelper-compat (= 13), 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 -- cgit v1.2.3