diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 14:59:00 +0000 |
commit | 417a1d52e0a6409a935415121a9cb70db52a2a7a (patch) | |
tree | 939a8b0c718f0be8e033369dbfb05568b9745aa6 /debian | |
parent | Merging upstream version 6.9.0. (diff) | |
download | iproute2-debian.tar.xz iproute2-debian.zip |
Adding debian version 6.9.0-1.debian/6.9.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 |