[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-3-6-g64c8351

Andres Mejia amejia004 at gmail.com
Sat Jun 2 14:28:28 UTC 2012


The following commit has been merged in the master branch:
commit a051257e36739daad52c8909b5ec44133bfb0b14
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat Jun 2 10:18:52 2012 -0400

    Drop libportaudio2 to Suggests field.

diff --git a/debian/changelog b/debian/changelog
index 13129e4..f206f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 openal-soft (1:1.14-4) UNRELEASED; urgency=medium
 
   * Drop libroar-compat2 to Suggests field. (Closes: #673178)
+  * Drop libportaudio2 to Suggests field.
 
  -- Andres Mejia <amejia at debian.org>  Sat, 02 Jun 2012 10:13:49 -0400
 
diff --git a/debian/rules b/debian/rules
index 6f26af9..aca9ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,11 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-DLOPENED_RECOMMENDS_LIBS = -lportaudio -lpulse
+DLOPENED_RECOMMENDS_LIBS = -lpulse
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DLOPENED_RECOMMENDS_LIBS += -lasound
 endif
-DLOPENED_SUGGESTS_LIBS = -lsndio
+DLOPENED_SUGGESTS_LIBS = -lsndio -lportaudio
 
 .PHONY: build
 %:

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list