[SCM] Packaging for openal-soft branch, master, updated. debian/1.3.253-4-6-gde987f0

Reinhard Tartler siretart at tauware.de
Sun Jun 29 08:36:38 UTC 2008


The following commit has been merged in the master branch:
commit de987f0a9c6569009f7f63884864c40af0b832b8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 29 10:36:10 2008 +0200

    enable building of libopenal-dev

diff --git a/debian/changelog b/debian/changelog
index 25c9ab2..2b60f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
-openal-soft (1:1.3.253-5) unstable; urgency=low
+openal-soft (1:1.3.253-5) UNRELEASED; urgency=low
 
   [ Andres Mejia ]
   * Exclude libasound2-dev dependency for kfreebsd and hurd kernels.
   * Bumped to Standards-Version 3.8.0 (no changes required).
   * Add watch file.
 
- -- Andres Mejia <mcitadel at gmail.com>  Fri, 20 Jun 2008 01:17:37 -0400
+  [ Reinhard Tartler ]
+  * reenable building of libopenal-dev.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sun, 29 Jun 2008 10:32:20 +0200
 
 openal-soft (1:1.3.253-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3845dc5..218e720 100644
--- a/debian/control
+++ b/debian/control
@@ -10,35 +10,32 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/openal-soft.git
 Homepage: http://kcat.strangesoft.net/openal.html
 DM-Upload-Allowed: yes
 
-# 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: 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 03e6dec..630cb22 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