Comment 4 for bug 2023694

Revision history for this message
Steve Langasek (vorlon) wrote :

The runc upload to lunar includes the following changes:

diff -Nru runc-1.1.4/debian/compat runc-1.1.7/debian/compat
--- runc-1.1.4/debian/compat 2023-03-31 19:15:20.000000000 +0000
+++ runc-1.1.7/debian/compat 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -Nru runc-1.1.4/debian/control runc-1.1.7/debian/control
--- runc-1.1.4/debian/control 2023-03-31 19:15:20.000000000 +0000
+++ runc-1.1.7/debian/control 2023-06-30 20:24:06.000000000 +0000
@@ -6,7 +6,7 @@
 Uploaders: Alexandre Viau <email address hidden>,
            Dmitry Smirnov <email address hidden>,
            Tim Potter <email address hidden>
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
                dh-golang,
                go-md2man,
                golang-any,

Changes to debhelper compat levels are superficially small changes that hide a lot of complexity.

What verification have you done that the maintainer script output has not changed between these two versions in a problematic way?