diff -Nru shairplay-0.9.0/debian/changelog shairplay-0.9.0/debian/changelog --- shairplay-0.9.0/debian/changelog 2013-04-19 18:31:55.000000000 +0000 +++ shairplay-0.9.0/debian/changelog 2013-04-22 10:52:42.000000000 +0000 @@ -1,4 +1,6 @@ -shairplay (0.9.0-4~precise) precise; urgency=low +shairplay (0.9.0-5~precise) precise; urgency=low + + * debian multiarch * add patch to read airport.key from /etc/shairport/airport.key diff -Nru shairplay-0.9.0/debian/compat shairplay-0.9.0/debian/compat --- shairplay-0.9.0/debian/compat 2013-04-18 20:20:31.000000000 +0000 +++ shairplay-0.9.0/debian/compat 2013-04-22 10:19:37.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru shairplay-0.9.0/debian/control shairplay-0.9.0/debian/control --- shairplay-0.9.0/debian/control 2013-04-19 17:23:58.000000000 +0000 +++ shairplay-0.9.0/debian/control 2013-04-22 10:19:32.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: extra Maintainer: wsnipex -Build-Depends: debhelper (>= 8.0.0), autotools-dev, libao-dev, pkg-config, autoconf, automake, libtool +Build-Depends: debhelper (>= 9.0.0), autotools-dev, libao-dev, pkg-config, autoconf, automake, libtool Standards-Version: 3.9.3 Homepage: https://github.com/juhovh/shairplay Vcs-Git: git://github.com/juhovh/shairplay diff -Nru shairplay-0.9.0/debian/libshairplay-dev.install shairplay-0.9.0/debian/libshairplay-dev.install --- shairplay-0.9.0/debian/libshairplay-dev.install 2013-04-19 07:19:15.000000000 +0000 +++ shairplay-0.9.0/debian/libshairplay-dev.install 2013-04-22 10:46:46.000000000 +0000 @@ -1 +1,2 @@ usr/include +usr/lib/*/*.so diff -Nru shairplay-0.9.0/debian/libshairplay0.install shairplay-0.9.0/debian/libshairplay0.install --- shairplay-0.9.0/debian/libshairplay0.install 2013-04-19 07:17:41.000000000 +0000 +++ shairplay-0.9.0/debian/libshairplay0.install 2013-04-22 10:43:31.000000000 +0000 @@ -1 +1 @@ -usr/lib +usr/lib/*/*.so.* diff -Nru shairplay-0.9.0/debian/rules shairplay-0.9.0/debian/rules --- shairplay-0.9.0/debian/rules 2013-04-19 09:02:11.000000000 +0000 +++ shairplay-0.9.0/debian/rules 2013-04-22 10:27:03.000000000 +0000 @@ -15,10 +15,11 @@ # This has to be exported to make some magic below work. export DH_OPTIONS +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ --with autotools-dev override_dh_auto_configure: - ./configure --disable-static --prefix=/usr + ./configure --disable-static --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)