diff options
-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 9736388..c82f4d4 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~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 11d386d..3f3ab30 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/iprout Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/iproute2 XSBC-Original-Vcs-Browser: https://salsa.debian.org/kernel-team/iproute2 XSBC-Original-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 |