summaryrefslogtreecommitdiff
path: root/multiarchanalyze.sql
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-09-03 20:19:45 +0200
committerHelmut Grohne <helmut@subdivi.de>2020-09-03 20:19:45 +0200
commite6115dd16b4670541e06e9eeb1377033d870dccb (patch)
treefbc4ad038385d2e3e4956e5a3090cb1d871fa6cf /multiarchanalyze.sql
parentdde13ade9454ce77ab666ebaf4329e3dd7d9801b (diff)
downloaddebian-dedup-e6115dd16b4670541e06e9eeb1377033d870dccb.tar.gz
hide M-A:same conflicts in binNMUed packages
binNMUed packages are not currently reproducible, because buildds don't pass --binNMU-timestamp to sbuild. Thus they use varying SOURCE_DATE_EPOCH and produce faulty packages. As much as this is a real bug, it is not actionable by maintainers. Hide such issues for now. Link: https://salsa.debian.org/perl-team/modules/packages/libtie-hash-indexed-perl/-/merge_requests/1 Link: https://bugs.debian.org/843773
Diffstat (limited to 'multiarchanalyze.sql')
-rw-r--r--multiarchanalyze.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/multiarchanalyze.sql b/multiarchanalyze.sql
index 5a7d403..48e95c9 100644
--- a/multiarchanalyze.sql
+++ b/multiarchanalyze.sql
@@ -109,7 +109,7 @@ CREATE VIEW indeppackage AS
/* Packages violating M-A:same by shipping conflicting files. */
DROP VIEW IF EXISTS masame_conflict;
CREATE VIEW masame_conflict AS
- SELECT name1, architecture1, architecture2, filename
+ SELECT name1 AS name, version1 AS version, architecture1, architecture2, filename
FROM contentconflict
WHERE name1 = name2
AND version1 = version2