On Mon, Jun 04, 2012 at 02:00:35PM +0100, Iain Lane wrote: > Package: libpst > Version: 0.6.54-3 > Severity: wishlist > Tags: patch
> […] > I just prepared an update to Ubuntu to bring us back together with the > Debian package of libpst; thanks so much for your work here in taking > One change we've got left over is to build for multiarch. I think it > makes sense to have this in Debian to[o], hence forwarding you the patch > now for your consideration. Take II: Revenge of the patch*. -- Iain Lane [ [email protected] ] Debian Developer [ [email protected] ] Ubuntu Developer [ [email protected] ] PhD student [ [email protected] ] * That means that the script I was using didn't attach it, so here I am doing it manually :P
diff -Nru libpst-0.6.54/debian/compat libpst-0.6.54/debian/compat --- libpst-0.6.54/debian/compat 2012-06-01 18:09:19.000000000 +0100 +++ libpst-0.6.54/debian/compat 2012-02-27 22:23:17.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libpst-0.6.54/debian/control libpst-0.6.54/debian/control --- libpst-0.6.54/debian/control 2012-06-02 17:45:41.000000000 +0100 +++ libpst-0.6.54/debian/control 2012-06-04 13:35:12.000000000 +0100 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Leo Costela <[email protected]> -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, # for buildflags.mk dpkg-dev (>= 1.16.1~), @@ -14,7 +14,9 @@ Package: libpst4 Section: libs Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: library for reading Microsoft Outlook PST files Library for accessing data from Microsoft Outlook PST files. diff -Nru libpst-0.6.54/debian/libpst4.install libpst-0.6.54/debian/libpst4.install --- libpst-0.6.54/debian/libpst4.install 2012-06-01 18:09:19.000000000 +0100 +++ libpst-0.6.54/debian/libpst4.install 2012-06-04 13:21:17.000000000 +0100 @@ -1,2 +1,2 @@ -usr/lib/libpst*.so.* +usr/lib/*/libpst*.so.* usr/share/man/man5 diff -Nru libpst-0.6.54/debian/libpst-dev.install libpst-0.6.54/debian/libpst-dev.install --- libpst-0.6.54/debian/libpst-dev.install 2012-06-02 21:48:03.000000000 +0100 +++ libpst-0.6.54/debian/libpst-dev.install 2012-06-04 13:34:42.000000000 +0100 @@ -1,5 +1,5 @@ -usr/lib/pkgconfig -usr/lib/libpst*.so -usr/lib/libpst*.a +usr/lib/*/pkgconfig +usr/lib/*/libpst*.so +usr/lib/*/libpst*.a usr/include/libpst-4 usr/share/doc/libpst-*/devel usr/share/doc/libpst-dev/
signature.asc
Description: Digital signature

