[SCM] ALURE packaging branch, master, updated. upstream/1.1-23-gb2b2da2

Andres Mejia mcitadel at gmail.com
Fri Apr 15 02:48:38 UTC 2011


The following commit has been merged in the master branch:
commit b2b2da2532c16a4126ab1f65c590e33bf9cb2859
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Thu Apr 14 22:47:34 2011 -0400

    Build libalure for release.
    Removes debugging package.

diff --git a/debian/control b/debian/control
index be82d39..b4b9ad7 100644
--- a/debian/control
+++ b/debian/control
@@ -62,31 +62,6 @@ Description: AL Utilities REtooled (shared library)
  .
  This package installs the ALURE shared library.
 
-Package: libalure1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libalure1 (= ${binary:Version}), ${misc:Depends}
-Description: AL Utilities REtooled (debugging symbols)
- ALURE is a utility library to help manage common tasks with OpenAL
- applications. This includes device enumeration and initialization, file
- loading, and streaming.
- .
- The purpose of this library is to provide pre-made functionality that would
- otherwise be repetitive or difficult to (re)code for various projects and
- platforms, such as loading a sound file into an OpenAL buffer and streaming an
- audio file through a buffer queue. Support for different formats is consistant
- across platforms, so no special checks are needed when loading files, and all
- formats are handled through the same API.
- .
- Currently ALURE includes a basic .wav and .aif file reader, and can leverage
- external libraries such as libSndFile (for extended wave formats and several
- others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC), and
- others. External libraries can also be dynamically loaded at run-time, or
- individually disabled outright at compile time.
- .
- This package installs the ALURE library debugging symbols.
-
 Package: alure-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index a34665b..2312272 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CXXFLAGS = "-Wall $(DEB_CXXFLAGS)"
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   TYPE=RelWithDebInfo
+   TYPE=Release
 else
    TYPE=Debug
 endif
@@ -34,9 +34,6 @@ override_dh_auto_build:
 override_dh_auto_install:
 	$(MAKE) --directory=build install DESTDIR=$(CURDIR)/debian/tmp
 
-override_dh_strip:
-	dh_strip --dbg-package=libalure1-dbg
-
 override_dh_gencontrol:
 	dh_gencontrol
 	debian/alure-dynload-shlibdeps

-- 
ALURE packaging



More information about the Pkg-games-commits mailing list