diff mbox

please add multi-arch support for quilt

Message ID 20110907093505.GB28842@afflict.kos.to
State Accepted
Headers show

Commit Message

Riku Voipio Sept. 7, 2011, 9:35 a.m. UTC
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
diff mbox

Patch

--- 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