Control: tags -1 patch

Unfortunately Adrian is right. ;)
We have simply overseen the -dev package in the -3 upload.

I add a patch that correct the -dev package.

On Thu, Nov 15, 2018 at 05:28:26PM +0200, Adrian Bunk wrote:
> On Wed, Nov 14, 2018 at 06:24:03PM +0000, Debian Bug Tracking System wrote:
> >...
> >    * Limit build archs as per supported by upstream (Closes: #913269)
> >...
> 
> libsystemc-dev is still Architecture: any, still causing the builds
> to be tried:
>   https://buildd.debian.org/status/package.php?p=systemc

Regards
Carsten
>From 72b722c47f9ac287327068a969a48c4ff6d35005 Mon Sep 17 00:00:00 2001
From: Carsten Schoenert <c.schoen...@t-online.de>
Date: Thu, 15 Nov 2018 19:02:35 +0100
Subject: [PATCH] libsystemc-dev: decrease Architecture list

As libsystemc-dev holds the *.so symlink to the (real) libsystemc-*.so
the Architecture field needs to hold the same architectures as the
libsystemc package.
A lintian check would be useful as this needed change was an oversight
in the preparation of the previous version. Thanks Adrian Bunk for
spotting this issue again and reopen #913269.

So this commit is a addition to
c3d5ff176772766bc79ea78cfbcb702a7543449c.

Closes: #913269
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a327d40..ccfc9d8 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: SystemC library
  This package contains the shared libraries.
 
 Package: libsystemc-dev
-Architecture: any
+Architecture: amd64 arm64 i386 kfreebsd-any
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends}, libsystemc (= ${binary:Version})
-- 
2.19.1

Reply via email to