[SCM] Packaging for openal-soft branch, master, updated. debian/1.3.253-2-1-gbfc1337

Reinhard Tartler siretart at tauware.de
Mon Jun 9 09:13:14 UTC 2008


The following commit has been merged in the master branch:
commit bfc1337c8af5eb01f09dd7375d6d257abf055dff
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jun 9 10:45:49 2008 +0200

    target at unstable, don't build the -dev package for now

diff --git a/debian/changelog b/debian/changelog
index 23f3938..83aa65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openal-soft (1:1.3.253-3) unstable; urgency=low
+
+  * upload to unstable as discussed with the debian release team. See
+    http://lists.debian.org/debian-release/2008/06/msg00163.html for details.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Mon, 09 Jun 2008 10:45:07 +0200
+
 openal-soft (1:1.3.253-2) experimental; urgency=low
 
   [ Andres Mejia ]
diff --git a/debian/control b/debian/control
index 5c008d5..1773a99 100644
--- a/debian/control
+++ b/debian/control
@@ -10,32 +10,35 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/openal-soft.git
 Homepage: http://kcat.strangesoft.net/openal.html
 DM-Upload-Allowed: yes
 
-Package: libopenal-dev
-Section: libdevel
-Architecture: any
-Depends: libopenal1 (= ${binary:Version})
-Description: Software implementation of the OpenAL API (development files)
- 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 packages contains the OpenAL Soft header files and static libraries.
+# Don't provide an libopenal-dev package for now. See
+# http://lists.debian.org/debian-release/2008/06/msg00163.html for details
+#
+# Package: libopenal-dev
+# Section: libdevel
+# Architecture: any
+# Depends: libopenal1 (= ${binary:Version})
+# Description: Software implementation of the OpenAL API (development files)
+#  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 packages contains the OpenAL Soft header files and static libraries.
 
 Package: libopenal1
 Section: libs
diff --git a/debian/rules b/debian/rules
index 630cb22..03e6dec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-arch: build install
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_install -a
-	dh_installman -plibopenal-dev debian/openal-config.1
+#	dh_installman -plibopenal-dev debian/openal-config.1
 	dh_strip -a --dbg-package=libopenal1-dbg
 	dh_compress -a
 	dh_fixperms -a

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list