[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.13-1

Andres Mejia mcitadel at gmail.com
Fri Apr 22 21:50:56 UTC 2011


The following commit has been merged in the master branch:
commit 24265af02a8d832551a395990abfbff56fa996d1
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Apr 22 16:20:12 2011 -0400

    Build openal-soft with 'Release' configuration.
    This removes debugging package.

diff --git a/debian/control b/debian/control
index eb8eb35..62ad648 100644
--- a/debian/control
+++ b/debian/control
@@ -69,31 +69,3 @@ Description: Software implementation of the OpenAL API (shared library)
  and others.
  .
  This package installs the OpenAL Soft shared library.
-
-Package: libopenal1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libopenal1 (= ${binary:Version}), ${misc:Depends}
-Description: Software implementation of the OpenAL API (debugging symbols)
- OpenAL, the Open Audio Library, is a joint effort to create an open,
- vendor-neutral, cross-platform API for interactive, primarily spatialized
- audio. OpenAL's primary audience are application developers and desktop
- users that rely on portable standards like OpenGL, for games and other
- multimedia applications.
- .
- This library is meant as a compatible update/replacement to the OpenAL Sample
- Implementation (the SI). The SI has been unmaintained for quite a while, and
- would require a lot of work to clean up. This is a fork the old Windows version
- to attempt an accelerated ALSA version of an OpenAL implementation.
- .
- OpenAL Soft supports mono, stereo, 4-channel, 5.1, 6.1, and 7.1 output, as
- opposed to the SI's 4-channel max (though it did have some provisions for 6
- channel, this was not 5.1, and was seemingly a "late" addition). OpenAL Soft
- does not support the Vorbis and MP3 extensions, however those were considered
- deprecated even in the SI. It does, though, support some of the newer
- extensions like AL_EXT_FLOAT32 and AL_EXT_MCFORMATS for multi-channel and
- floating-point formats, as well as ALC_EXT_EFX for environmental audio effects,
- and others.
- .
- This package installs the OpenAL Soft library debugging symbols.
diff --git a/debian/rules b/debian/rules
index 3fb3095..0daa46b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   TYPE=RelWithDebInfo
+   TYPE=Release
 else
    TYPE=Debug
 endif
@@ -38,8 +38,5 @@ override_dh_auto_build:
 override_dh_auto_install:
 	$(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp
 
-override_dh_strip:
-	dh_strip --dbg-package=libopenal1-dbg
-
 get-orig-source:
 	$(dir $_)openal-soft-get-orig-source

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list