diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 12 insertions, 1 deletions
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 <bluca@debian.org> 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 <bluca@debian.org> 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 |