diff mbox

Add multiarch fields

Message ID 20110815141007.GA14164@afflict.kos.to
State Accepted
Headers show

Commit Message

Riku Voipio Aug. 15, 2011, 2:10 p.m. UTC
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 <riku.voipio@linaro.org>
---
 debian/control |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Jonathan Nieder Aug. 15, 2011, 2:38 p.m. UTC | #1
Hi,

Riku Voipio wrote:

> Multiarch transition in experimental is half-done. While the paths have been
> changed, Multi-Arch: fields from debian/control are missing.

Thanks!  Do you know if the Multi-Arch field is in policy yet (or if
there's been work on that)?

> ps. If you need sponsor for upload, I'm available.

I would like to take you up on that.  I'll try preparing uploads for
sid and experimental later today.

Regards,
Jonathan
diff mbox

Patch

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