From patchwork Wed Nov 30 10:53:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 5394 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 25BD123E04 for ; Wed, 30 Nov 2011 10:53:08 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 01DD0A18155 for ; Wed, 30 Nov 2011 10:53:07 +0000 (UTC) Received: by laah2 with SMTP id h2so201946laa.11 for ; Wed, 30 Nov 2011 02:53:07 -0800 (PST) Received: by 10.152.105.226 with SMTP id gp2mr894132lab.28.1322650387657; Wed, 30 Nov 2011 02:53:07 -0800 (PST) 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.41.198 with SMTP id h6cs7251lal; Wed, 30 Nov 2011 02:53:07 -0800 (PST) Received: by 10.220.230.72 with SMTP id jl8mr322737vcb.40.1322650384951; Wed, 30 Nov 2011 02:53:04 -0800 (PST) Received: from afflict.kos.to (afflict.kos.to. [92.243.29.197]) by mx.google.com with ESMTPS id o1si409994vcq.21.2011.11.30.02.53.04 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Nov 2011 02:53:04 -0800 (PST) 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 0866826674; Wed, 30 Nov 2011 10:53:03 +0000 (UTC) Date: Wed, 30 Nov 2011 12:53:03 +0200 From: Riku Voipio To: submit@bugs.debian.org Subject: please add multi-arch support for patchutils Message-ID: <20111130105302.GA7667@afflict.kos.to> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Package: patchutils Version: 0.3.2-1 Severity: normal User: multiarch-devel@lists.alioth.debian.org Usertags: multiarch Tags: patch Hi, The attached patch adds Multi-Arch: foreign fields debian/control to allow cross-architecture (build)-depends. Similar change would be nice for "patch" package as well. Riku diff -ur orig/patchutils-0.3.2//debian/control patchutils-0.3.2//debian/control --- orig/patchutils-0.3.2//debian/control 2011-02-12 15:15:01.000000000 +0200 +++ patchutils-0.3.2//debian/control 2011-09-27 09:27:52.722808040 +0300 @@ -13,6 +13,7 @@ Package: patchutils Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, debianutils (>= 1.16) +Multi-Arch: foreign Description: Utilities to work with patches This package includes the following utilities: - combinediff creates a cumulative patch from two incremental patches