[SCM] bristol packaging branch, master, updated. debian/0.40.7-2-17-g0d80eb6

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Mon Apr 19 05:54:46 UTC 2010


The following commit has been merged in the master branch:
commit 0d80eb60c1d234bfe74be8c47d7bd895890f98e0
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Mon Apr 19 07:54:40 2010 +0200

    Merge debian/rules from master-unstable branch.

diff --git a/debian/rules b/debian/rules
index 83061fc..37c1f03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,21 @@
 #!/usr/bin/make -f
 
+EXTRA_CONFIGURE_ARGS=
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+EXTRA_CONFIGURE_ARGS=--disable-alsa
+endif
+
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+EXTRA_CONFIGURE_ARGS=--disable-alsa
+endif
+
 %:
 	dh --with quilt $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --prefix=/usr --libdir=\$${prefix}/lib/bristol
+	dh_auto_configure -- --prefix=/usr --libdir=\$${prefix}/lib/bristol \
+		$(EXTRA_CONFIGURE_FLAGS)
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp install

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list