@@ -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
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(-)