tag 632261 pending tag 637101 pending thanks Hi,
I've uploaded a 10-day delayed NMU for these two bugs. changelog entry: expat (2.0.1-7.1) unstable; urgency=low * Non-maintainer upload. * Multi-arch support (patch from Steve Langaseck). (Closes: #632261) * Move libexpat.so.1 to /lib. (Closes: #637101) -- Robert Millan <r...@debian.org> Sat, 22 Oct 2011 10:09:29 +0000 Patch for the /lib move is attached. -- Robert Millan
=== modified file 'debian/libexpat1-udeb.install' --- debian/libexpat1-udeb.install 2011-10-22 10:10:23 +0000 +++ debian/libexpat1-udeb.install 2011-10-22 10:49:45 +0000 @@ -1 +1 @@ -usr/lib/*/libexpat.so.* usr/lib +lib/*/libexpat.so.* lib === modified file 'debian/libexpat1.install' --- debian/libexpat1.install 2011-10-22 10:10:23 +0000 +++ debian/libexpat1.install 2011-10-22 10:49:45 +0000 @@ -1 +1 @@ -usr/lib/*/*.so.* +lib/*/*.so.* === modified file 'debian/rules' --- debian/rules 2011-10-22 10:10:23 +0000 +++ debian/rules 2011-10-22 10:49:45 +0000 @@ -97,6 +97,10 @@ ifneq ($(BUILD64),) $(MAKE) -C build64/ installlib DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C buildw64/ installlib LIBRARY=libexpatw.la DESTDIR=$(CURDIR)/debian/tmp APIHEADER= endif + # Move to /lib so that zfsutils can use it. + mkdir -p $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH) + mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so.* \ + $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/ binary-indep: build install binary-arch: build install