Your message dated Sun, 04 Sep 2011 06:47:13 +0000
with message-id <[email protected]>
and subject line Bug#528143: fixed in bzip2 1.0.5-7
has caused the Debian Bug report #528143,
regarding Add multiarch support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
528143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528143
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzip2
Version: 1.0.5-1
Severity: wishlist
Tags: patch

Hi,

the attached patch moves libraries to multiarch directories and sets
the Multi-Arch field for packages.

MfG
        Goswin

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable-i386
  APT policy: (500, 'unstable-i386'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.2-mrvn
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bzip2 depends on:
ii  libbz2-1.0                    1.0.5-1    high-quality block-sorting file co
ii  libc6                         2.9-12     GNU C Library: Shared libraries

bzip2 recommends no packages.

Versions of packages bzip2 suggests:
pn  bzip2-doc                     <none>     (no description available)

-- no debconf information
diff -u bzip2-1.0.5/debian/changelog bzip2-1.0.5/debian/changelog
--- bzip2-1.0.5/debian/changelog
+++ bzip2-1.0.5/debian/changelog
@@ -1,3 +1,9 @@
+bzip2 (1.0.5-1a0.multi.1) unstable; urgency=low
+
+  * Convert to multiarch
+
+ -- Goswin von Brederlow <[email protected]>  Mon, 11 May 2009 02:46:51 +0200
+
 bzip2 (1.0.5-1) unstable; urgency=low
 
   * Fix "bzdiff doesn't work if $TMPDIR contains spaces"; closes: #493710
diff -u bzip2-1.0.5/debian/rules bzip2-1.0.5/debian/rules
--- bzip2-1.0.5/debian/rules
+++ bzip2-1.0.5/debian/rules
@@ -152,20 +152,20 @@
 	### Split
 
 	# Development package
-	install -d debian/tmp-dev/usr/lib
+	install -d debian/tmp-dev/usr/lib/$(DEB_HOST_GNU_TYPE)
 	rm debian/tmp/lib/libbz2.so
-	ln -s /lib/libbz2.so.1.0 debian/tmp-dev/usr/lib/libbz2.so
-	mv debian/tmp/lib/libbz2.a debian/tmp-dev/usr/lib/
+	ln -s /lib/$(DEB_HOST_GNU_TYPE)/libbz2.so.1.0 debian/tmp-dev/usr/lib/$(DEB_HOST_GNU_TYPE)/libbz2.so
+	mv debian/tmp/lib/libbz2.a debian/tmp-dev/usr/lib/$(DEB_HOST_GNU_TYPE)/
 	mv debian/tmp/include debian/tmp-dev/usr/include
 	
 
 	# Library package
-	install -d debian/tmp-lib/lib
+	install -d debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)
 	for i in $$(ls debian/tmp/lib/libbz2.so*); do \
-	  (set -x; echo $$i; mv $$i debian/tmp-lib/lib/); \
+	  (set -x; echo $$i; mv $$i debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)/); \
 	done
-	ln -s libbz2.so.1.0.4 debian/tmp-lib/lib/libbz2.so.1
-	chmod -x debian/tmp-lib/lib/*
+	ln -s libbz2.so.1.0.4 debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)/libbz2.so.1
+	chmod -x debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)/*
 
 	# Binary package
 	install -d debian/tmp-run
@@ -221,14 +221,14 @@
 	  fi; \
 	done
 	$(DEBSTRIP) --strip-unneeded -R .note -R .comment \
-	  debian/tmp-lib/lib/*.so*
-	$(DEBSTRIP) --strip-debug debian/tmp-dev/usr/lib/*.a
+	  debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)/*.so*
+	$(DEBSTRIP) --strip-debug debian/tmp-dev/usr/lib/$(DEB_HOST_GNU_TYPE)/*.a
 
 	# Control files
 	install -d debian/tmp-{lib,dev,run}/DEBIAN
 	cp debian/shlibs debian/tmp-lib/DEBIAN/shlibs
 
-	dpkg-shlibdeps debian/tmp-lib/lib/*.so*
+	dpkg-shlibdeps debian/tmp-lib/lib/$(DEB_HOST_GNU_TYPE)/*.so*
 	dpkg-gencontrol -isp -Pdebian/tmp-lib -plibbz2-1.0
 	rm debian/substvars
 	dpkg-gencontrol -isp -Pdebian/tmp-dev -plibbz2-dev
diff -u bzip2-1.0.5/debian/control bzip2-1.0.5/debian/control
--- bzip2-1.0.5/debian/control
+++ bzip2-1.0.5/debian/control
@@ -11,6 +11,7 @@
 Priority: important
 Section: libs
 Architecture: any
+Multi-Arch: yes
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: high-quality block-sorting file compressor library - runtime
  This package contains libbzip2 which is used by the bzip2 compressor.
@@ -56,6 +57,7 @@
 Priority: optional
 Section: utils
 Architecture: any
+Multi-Arch: no
 Depends: libbz2-1.0 (=${binary:Version}), ${shlibs:Depends}
 Suggests: bzip2-doc
 Replaces: libbz2 (<<0.9.5d-3)

--- End Message ---
--- Begin Message ---
Source: bzip2
Source-Version: 1.0.5-7

We believe that the bug you reported is fixed in the latest version of
bzip2, which is due to be installed in the Debian FTP archive:

bzip2-doc_1.0.5-7_all.deb
  to main/b/bzip2/bzip2-doc_1.0.5-7_all.deb
bzip2_1.0.5-7.diff.gz
  to main/b/bzip2/bzip2_1.0.5-7.diff.gz
bzip2_1.0.5-7.dsc
  to main/b/bzip2/bzip2_1.0.5-7.dsc
bzip2_1.0.5-7_mipsel.deb
  to main/b/bzip2/bzip2_1.0.5-7_mipsel.deb
libbz2-1.0_1.0.5-7_mipsel.deb
  to main/b/bzip2/libbz2-1.0_1.0.5-7_mipsel.deb
libbz2-dev_1.0.5-7_mipsel.deb
  to main/b/bzip2/libbz2-dev_1.0.5-7_mipsel.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <[email protected]> (supplier of updated bzip2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 04 Sep 2011 14:36:41 +1000
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 
lib32bz2-dev bzip2-doc
Architecture: source all mipsel
Version: 1.0.5-7
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[email protected]>
Changed-By: Anibal Monsalve Salazar <[email protected]>
Description: 
 bzip2      - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit 
runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit 
develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 528143
Changes: 
 bzip2 (1.0.5-7) unstable; urgency=low
 .
   [ Riku Voipio ]
   * multiarchize, closes: #528143
   * from Colin watson:
     lib32bz2-1.0 only pre-depends on libc6-i386 on amd64; that
     pre-dependency is nonsensical on ppc64.
 .
   [ Anibal Monsalve Salazar ]
   * Standards-Version is 3.9.2
   * Fix debian-rules-missing-recommended-target
   * Fix maintainer-script-empty
   * Fix copyright-refers-to-versionless-license-file
   * Fix info-document-missing-dir-section
   * Fix missing-dependency-on-install-info
   * Fix prerm-has-useless-call-to-install-docs
   * Fix install-info-used-in-maintainer-script
Checksums-Sha1: 
 474aae794ad31ffadbefc7f378f5af753abd45f7 2085 bzip2_1.0.5-7.dsc
 a7c52a8682e4191fed43edc9f2cc2ffde6f5c12f 77108 bzip2_1.0.5-7.diff.gz
 3e77254efa04d4d0ca041f877e26d3319ab87e80 327882 bzip2-doc_1.0.5-7_all.deb
 3c53a0cf5d77159d917b8c909dfe91942bc919ac 49554 libbz2-1.0_1.0.5-7_mipsel.deb
 5f60b2e29deb05d53b2b76144729b792d143ab48 37864 libbz2-dev_1.0.5-7_mipsel.deb
 1337198ed854f6ea86d587259efac9ea149093a8 50416 bzip2_1.0.5-7_mipsel.deb
Checksums-Sha256: 
 996fb36111a5f9b7c26df0065b496afaeef9b10aadeef169c405330dbc732ace 2085 
bzip2_1.0.5-7.dsc
 fd5dc5a1f00d3b4e28c1553e5bd52d439c549e50a4770991c5df926805343d6e 77108 
bzip2_1.0.5-7.diff.gz
 87d335399d9432a238835ac68f6a29a858d2849a8ce3b66e3aaffb1094c35446 327882 
bzip2-doc_1.0.5-7_all.deb
 2d37b1c150ec83da24c8a8e0155a29a76ffd0df9d28ca05b29897b85716d3ba4 49554 
libbz2-1.0_1.0.5-7_mipsel.deb
 c32a5852250fc7b4873c4211152b37aa7e23cd6c741536ace44aaa607f4fb2d6 37864 
libbz2-dev_1.0.5-7_mipsel.deb
 06887b999c3804f93535d8a5b85fa2ed83100f033352be42153d79fe6ef7c7e9 50416 
bzip2_1.0.5-7_mipsel.deb
Files: 
 17e08b43bb41df696eb1d1fa2d0d6adf 2085 utils important bzip2_1.0.5-7.dsc
 cf4ff587fd51b2e8923ab64d20d48f9b 77108 utils important bzip2_1.0.5-7.diff.gz
 ad4000d2d8cb07c3b6e89466dd5db3eb 327882 doc optional bzip2-doc_1.0.5-7_all.deb
 c2e8986799742c54a040af5a8b5a7d26 49554 libs important 
libbz2-1.0_1.0.5-7_mipsel.deb
 6ad7c39b2ae74156a402f7019e8b125c 37864 libdevel optional 
libbz2-dev_1.0.5-7_mipsel.deb
 f0f6f5e5ffbc4770c7fc85f7028117eb 50416 utils optional bzip2_1.0.5-7_mipsel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOYxtOAAoJEHxWrP6UeJfYbX4QAIzJYbkPHcEhxw0OVekM/p7K
gc86vYCWTRkjKJ8fjKdJX/F8896bHfFU0uOFQ8iICcgZLI3fkJLgem1lCP83lXPZ
h9Msvx8/AsKd7j2HquSIyZ1PfN4Kzo44ur/fe2gTKxZibFmnSTTdgWT5MtFuMEhY
yQtoDEJaXbAFIhEbmnM2cAjYGEx/rGvsrut7gzp9krKjWfRoCB5VxKYuCjULENfM
G3n4TtzLRFBZl5gClfJZjTmxs+mCe3TCwbWg938r7nIuB7WFcGJfz0P96iqIZQ1m
P7GFfqM7TCWJQTUS7NjE0R7frpRGiSC9gznA7lw6aAaKmF4zqMbMOlwQvl1MyXTH
c2u7uFxCwLSqOqiNIpsOlxT1CrSZdz9pS2bYt6Qnch1ShCMlBw6DTRr6+PkqI8/d
9G02PbJeYNYqa6POoLKshegSoLCeFvE02hqpvYwGC8q9lxEXDmpgLCloFtgTeWXi
erbxY9hR1GLCvUXzC/SO1udi7HcnFt6bx1FWLKiKbzNFQnYKpm9SjWwbPWDtTMMs
35coLNUlPsqMJf4Pf81CKujGT4jdrapZ3hV+fOeLL5qDsbnbhW4mEbPqfizkmRMf
IwS+pOQSAxDbT22eLe4lWwLvHqgHdFSmegd+zIuAfeNQ2fkGxNb02IWLZykU98LK
gWMsV86jTR79FGj+L+A6
=KoBc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to