Source: mariadb
Source-Version: 1:10.11.5-3
Severity: important
Tags: patch

Hi!

The debian/control file refers to the tilegx architecture which has
been removed from dpkg 1.22.0. This might cause issues in the future
once the host running dak gets upgraded to that dpkg version, where
the archive software might be unhappy about the unknown architecture.

Attached patch remove the reference.

Thanks,
Guillem
From 44cda54868242e842000162e3ab21a621f97b94f Mon Sep 17 00:00:00 2001
From: Guillem Jover <guil...@debian.org>
Date: Sat, 25 Nov 2023 21:23:41 +0100
Subject: [PATCH] Remove tilegx support removed from dpkg 1.22.0

The definition for this arch was removed in dpkg 1.22.0, and once the
host running dak gets updated to that dpkg version, the archive software
might be unhappy about the unknown architecture.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 19a16b3ae5b..58afcb46335 100644
--- a/debian/control
+++ b/debian/control
@@ -638,7 +638,7 @@ Description: OQGraph storage engine for MariaDB server
  This package contains the OQGraph plugin for MariaDB server.
 
 Package: mariadb-plugin-mroonga
-Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx
+Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4
 Depends: mariadb-server (= ${server:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-- 
2.42.0

Reply via email to