From patchwork Mon Aug 15 14:10:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 3454 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 99ABB23E51 for ; Mon, 15 Aug 2011 14:10:11 +0000 (UTC) Received: from mail-ey0-f170.google.com (mail-ey0-f170.google.com [209.85.215.170]) by fiordland.canonical.com (Postfix) with ESMTP id 853A8A1800E for ; Mon, 15 Aug 2011 14:10:11 +0000 (UTC) Received: by eyd10 with SMTP id 10so3919311eyd.29 for ; Mon, 15 Aug 2011 07:10:11 -0700 (PDT) Received: by 10.213.3.155 with SMTP id 27mr533186ebn.18.1313417411116; Mon, 15 Aug 2011 07:10:11 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.213.102.5 with SMTP id e5cs94065ebo; Mon, 15 Aug 2011 07:10:11 -0700 (PDT) Received: from mr.google.com ([10.229.42.68]) by 10.229.42.68 with SMTP id r4mr861636qce.44.1313417410870 (num_hops = 1); Mon, 15 Aug 2011 07:10:10 -0700 (PDT) Received: by 10.229.42.68 with SMTP id r4mr648081qce.44.1313417410263; Mon, 15 Aug 2011 07:10:10 -0700 (PDT) Received: from afflict.kos.to (afflict.kos.to [92.243.29.197]) by mx.google.com with ESMTPS id a2si149055qcz.193.2011.08.15.07.10.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 07:10:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of nchip@afflict.kos.to designates 92.243.29.197 as permitted sender) client-ip=92.243.29.197; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of nchip@afflict.kos.to designates 92.243.29.197 as permitted sender) smtp.mail=nchip@afflict.kos.to Received: by afflict.kos.to (Postfix, from userid 1000) id C789E2669D; Mon, 15 Aug 2011 14:10:07 +0000 (UTC) Date: Mon, 15 Aug 2011 17:10:07 +0300 From: Riku Voipio To: submit@bugs.debian.org Cc: patches@linaro.org Subject: [PATCH] Add multiarch fields Message-ID: <20110815141007.GA14164@afflict.kos.to> MIME-Version: 1.0 Content-Disposition: inline X-message-flag: Warning: message not sent with a DRM-Certified client User-Agent: Mutt/1.5.18 (2008-05-17) Package: xz-utils Version: 5.1.1alpha+20110528-1~exp1 Severity: wishlist User: debian-dpkg@lists.debian.org Usertags: multiarch Multiarch transition in experimental is half-done. While the paths have been changed, Multi-Arch: fields from debian/control are missing. Multi-Arch: same for packages that install to multiarch directories, and Multi-Arch: foreign for packages where foreign architecture version is ok. ps. If you need sponsor for upload, I'm available. Signed-off-by: Riku Voipio --- debian/control | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/debian/control b/debian/control index 8d57b8b..dedceb4 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful @@ -30,6 +31,7 @@ Description: XZ-format compression library Package: xz-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Suggests: xz-lzma Breaks: xz-lzma (<< 4.999.9beta+20091004-1) Replaces: xz-lzma (<< 4.999.9beta+20091004-1) @@ -76,6 +78,7 @@ Package: xzdec Priority: extra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Suggests: xz-utils Breaks: xz-lzma (<< 4.999.9beta+20091004-1) Replaces: xz-lzma (<< 4.999.9beta+20091004-1) @@ -105,6 +108,7 @@ Priority: optional Architecture: any Depends: liblzma5 (= ${binary:Version}), ${misc:Depends} Suggests: liblzma-doc +Multi-Arch: same Description: XZ-format compression library - development files XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful