[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#1100960: bookworm-pu: package lintian/2.116.3+deb12u1



On Mon, 2025-07-07 at 01:20 +0300, Adrian Bunk wrote:
> I'd like to suggest a slightly larger update with two changes instead:
> 
> 
>   * data/changes-file/known-dists: Add releases bookworm to duke.
>     (Closes: #1051140)
> 
> All releases up to what is in trixie:
> https://salsa.debian.org/lintian/lintian/-/commit/d16a8f67ba842b8c395d2e983b2a7560a5866856
> 
> E.g. running bookworm lintian on trixie-pu updates will not emit this 
> tag now.
> 
> 
>   * Don't emit source-nmu-has-incorrect-version-number for stable updates.
>     (Closes: #1022759)
> 
> That's two commits, changing Nmu.pm to its version in trixie:
> https://salsa.debian.org/lintian/lintian/-/commit/79d146acb7b4784cea4e7cd705de9f9854e98bd6
> https://salsa.debian.org/lintian/lintian/-/commit/809dd16a279e43cc351c2831f6456f519cf3f810

Revised debdiff (attached) needs to be acked by Release Team.

Thanks,
Maytham
diff -Nru lintian-2.116.3/data/changes-file/known-dists lintian-2.116.3+deb12u1/data/changes-file/known-dists
--- lintian-2.116.3/data/changes-file/known-dists	2019-07-10 23:54:56.000000000 +0800
+++ lintian-2.116.3+deb12u1/data/changes-file/known-dists	2025-07-18 20:02:34.000000000 +0800
@@ -11,6 +11,10 @@
 stretch
 buster
 bullseye
+bookworm
+trixie
+forky
+duke
 sid
 
 # Aliases
diff -Nru lintian-2.116.3/debian/changelog lintian-2.116.3+deb12u1/debian/changelog
--- lintian-2.116.3/debian/changelog	2023-02-05 16:10:20.000000000 +0800
+++ lintian-2.116.3+deb12u1/debian/changelog	2025-07-18 20:03:34.000000000 +0800
@@ -1,3 +1,19 @@
+lintian (2.116.3+deb12u1) UNRELEASED; urgency=medium
+
+  * Team upload.
+
+  [ Maytham Alsudany ]
+  * data/changes-file/known-dists: Add bookworm, trixie, forky, duke (Closes: #1051140)
+
+  [ Emilio Pozuelo Monfort ]
+  * Don't emit source-nmu-has-incorrect-version-number for stable updates
+    (Closes: #1022759)
+
+  [ Adrian Bunk ]
+  * source-nmu-has-incorrect-version-number: Fix false positive for +deb*u* versions
+
+ -- Maytham Alsudany <maytham@debian.org>  Fri, 18 Jul 2025 20:03:34 +0800
+
 lintian (2.116.3) unstable; urgency=medium
 
   The "FFP3 (Fixing False Positives, Three Small Changes)" Release.
diff -Nru lintian-2.116.3/lib/Lintian/Check/Nmu.pm lintian-2.116.3+deb12u1/lib/Lintian/Check/Nmu.pm
--- lintian-2.116.3/lib/Lintian/Check/Nmu.pm	2022-07-02 21:47:11.000000000 +0800
+++ lintian-2.116.3+deb12u1/lib/Lintian/Check/Nmu.pm	2025-07-18 20:01:21.000000000 +0800
@@ -102,6 +102,7 @@
     my $version_nmuness = 0;
     my $version_local = 0;
     my $upload_is_backport = $version =~ m/~bpo(\d+)\+(\d+)$/;
+    my $upload_is_stable_update = $version =~ m/[~|\+]deb(\d+)u(\d+)$/;
 
     if ($version =~ /-[^.-]+(\.[^.-]+)?(\.[^.-]+)?$/) {
         $version_nmuness = 1 if defined $1;
@@ -158,6 +159,7 @@
                 $pointer, $version)
               if $upload_is_nmu
               && $version_nmuness != 1
+              && !$upload_is_stable_update
               && !$upload_is_backport;
         }
 

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: