[SCM] Packaging for openal-soft branch, master, updated. debian/1.3.253-5-5-g1b8acf0

Andres Mejia mcitadel at gmail.com
Wed Jul 2 05:22:04 UTC 2008


The following commit has been merged in the master branch:
commit 1b8acf04f193de71768323c32c035cedb26026bc
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Jul 2 01:21:55 2008 -0400

      * Fix manpage for openal-config. Closes: #464676
      * Fix typo for development package description. Closes: #465310

diff --git a/debian/changelog b/debian/changelog
index 7d14920..f517684 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ openal-soft (1:1.4.272-1) unstable; urgency=low
   [ Andres Mejia ]
   * New upstream release.
   * Change Priority of packages to optional, except for debug package.
+  * Fix manpage for openal-config. Closes: #464676
+  * Fix typo for development package description. Closes: #465310
 
- -- Andres Mejia <mcitadel at gmail.com>  Tue, 01 Jul 2008 16:33:28 -0400
+ -- Andres Mejia <mcitadel at gmail.com>  Wed, 02 Jul 2008 01:20:00 -0400
 
 openal-soft (1:1.3.253-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1de1a83..731ea9f 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: Software implementation of the OpenAL API (development files)
  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.
+ This package contains the OpenAL Soft header files and static libraries.
 
 Package: libopenal1
 Section: libs
diff --git a/debian/openal-config.1 b/debian/openal-config.1
index 1a0ded5..24627a6 100644
--- a/debian/openal-config.1
+++ b/debian/openal-config.1
@@ -39,12 +39,12 @@ Prints the currently installed version of OpenAL on standard output.
 To compile a C source file for use in an executable program that uses OpenAL,
 type a command like this:
 .IP
-.B gcc $(sdl\-config \-\-cflags) \-c main.c \-o main.o
+.B gcc $(openal\-config \-\-cflags) \-c main.c \-o main.o
 .PP
 To link the resulting object file into an executable program, use a command like
 the following:
 .IP
-.B gcc \-o my_app main.o util.o $(sdl\-config \-\-libs)
+.B gcc \-o my_app main.o util.o $(openal\-config \-\-libs)
 .SH AUTHOR
 OpenAL was written by Juan Carlos Arevalo Baeza, Jonathan Blow, Keith Charley,
 Scott Draeker, John Grantham, Jacob Hawley, Garin Hiebert, Carlos Hasan, Nathan

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list