From patchwork Wed Sep 7 09:35:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 3957 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 B355923EF7 for ; Wed, 7 Sep 2011 09:35:09 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id A02EAA180A6 for ; Wed, 7 Sep 2011 09:35:09 +0000 (UTC) Received: by fxd18 with SMTP id 18so542136fxd.11 for ; Wed, 07 Sep 2011 02:35:09 -0700 (PDT) Received: by 10.223.5.139 with SMTP id 11mr1497779fav.138.1315388109442; Wed, 07 Sep 2011 02:35:09 -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.152.11.8 with SMTP id m8cs132878lab; Wed, 7 Sep 2011 02:35:09 -0700 (PDT) Received: by 10.229.64.80 with SMTP id d16mr4810685qci.169.1315388108268; Wed, 07 Sep 2011 02:35:08 -0700 (PDT) Received: from afflict.kos.to (afflict.kos.to [92.243.29.197]) by mx.google.com with ESMTPS id v15si3428697qcg.20.2011.09.07.02.35.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 02:35:07 -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 6B76D266A4; Wed, 7 Sep 2011 09:35:05 +0000 (UTC) Date: Wed, 7 Sep 2011 12:35:05 +0300 From: Riku Voipio To: submit@bugs.debian.org Subject: please add multi-arch support for quilt Message-ID: <20110907093505.GB28842@afflict.kos.to> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Package: quilt Version: 0.48-7 Severity: normal User: debian-dpkg@lists.debian.org Usertags: multiarch Tags: patch Hi, The attached patch adds Multi-Arch: foreign field to quilt, to annotate the fact that a quilt of foreign architecture can satisfy (build-)depends of quilt. This might seem counter-intuitive as quilt is Arch: all, but this is to tell the package manager that the depends on quilt (patch, diffstat, bzip2, gettext) can be installed from a foreign architecture. http://wiki.debian.org/Multiarch/Implementation https://wiki.ubuntu.com/MultiarchSpec#Dependencies_involving_Architecture:_all_packages Riku --- quilt-0.48/debian/control 2010-04-16 23:09:27.000000000 +0300 +++ new/quilt-0.48/debian/control 2011-09-07 11:15:07.684738001 +0300 @@ -15,6 +15,7 @@ Package: quilt Architecture: all Depends: patch, diffstat, bzip2, gettext, ${misc:Depends} +Multi-Arch: foreign Suggests: procmail, graphviz Enhances: debhelper, cdbs Description: Tool to work with series of patches