[SCM] soundtouch/master: Update compat level to 9.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Thu Aug 4 14:45:30 UTC 2011


The following commit has been merged in the master branch:
commit fd9bea677d6126a56f000f16b8d88c17bf3ae559
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Thu Aug 4 10:35:38 2011 -0400

    Update compat level to 9.
    
    Follow:
    http://wiki.debian.org/Multiarch/Implementation#dh.281.29_and_autotools
    .
    Using compat level 9, --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
    gets passed automatically and DEB_HOST_MULTIARCH is not used anywhere
    else so remove it.
    .
    I had these changed made locally but was waiting for 1.6.1 to commit them.

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/rules b/debian/rules
index 1ad0777..9eb8638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,9 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared=yes --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_auto_configure -- --enable-shared=yes
 
 override_dh_installdocs:
 	dh_installdocs -plibsoundtouch0 -psoundstretch

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list