[SCM] snd packaging branch, master, updated. debian/11.2-1-6-g3918d1b

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Wed Jan 27 14:07:34 UTC 2010


The following commit has been merged in the master branch:
commit 3918d1b9154b8b3e42b757c5b2275d2a97394fc0
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Wed Jan 27 15:07:26 2010 +0100

    Enable the building of snd-nox-oss in debian/rules.

diff --git a/debian/rules b/debian/rules
index 726566f..3bef2a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,15 +25,14 @@ ifeq (,$(findstring :$(DEB_BUILD_ARCH):,:kfreebsd-i386:kfreebsd-amd64:))
 	$(MAKE)
 	dh_install -psnd-nox-alsa
 	dh_installman -psnd-nox-alsa snd.1
-	# XOR build with OSS w/o GUI (only on kfreebsd-* archs)
-else
+endif
+	# build with OSS w/o GUI
 	./configure $(COMMON_CONFIGURE_ARGS) \
 									--with-no-gui \
 									--with-oss
 	$(MAKE)
 	dh_install -psnd-nox-oss
 	dh_installman -psnd-nox-oss snd.1
-endif
 	# Clean the tree
 	$(MAKE) distclean
 	# then, build with PulseAudio

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list