[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-3-6-g64c8351

2012-06-02 Thread Andres Mejia
The following commit has been merged in the master branch:
commit a051257e36739daad52c8909b5ec44133bfb0b14
Author: Andres Mejia amejia...@gmail.com
Date:   Sat Jun 2 10:18:52 2012 -0400

Drop libportaudio2 to Suggests field.

diff --git a/debian/changelog b/debian/changelog
index 13129e4..f206f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 openal-soft (1:1.14-4) UNRELEASED; urgency=medium
 
   * Drop libroar-compat2 to Suggests field. (Closes: #673178)
+  * Drop libportaudio2 to Suggests field.
 
  -- Andres Mejia ame...@debian.org  Sat, 02 Jun 2012 10:13:49 -0400
 
diff --git a/debian/rules b/debian/rules
index 6f26af9..aca9ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,11 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-DLOPENED_RECOMMENDS_LIBS = -lportaudio -lpulse
+DLOPENED_RECOMMENDS_LIBS = -lpulse
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DLOPENED_RECOMMENDS_LIBS += -lasound
 endif
-DLOPENED_SUGGESTS_LIBS = -lsndio
+DLOPENED_SUGGESTS_LIBS = -lsndio -lportaudio
 
 .PHONY: build
 %:

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-3-6-g64c8351

2012-06-02 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 089386afcd8f4d571d88294651765135fe852de5
Author: Andres Mejia amejia...@gmail.com
Date:   Sat Jun 2 10:05:35 2012 -0400

Revert Remove sndio support on request of Ron Lee and Bastian Blank

This reverts commit 01a717089659581f7c8f3a4b3e51f07257e65858.

diff --git a/debian/control b/debian/control
index 3467f49..2921d9b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
 Build-Depends: debhelper (= 8.1.3~),
libasound2-dev [linux-any],
cmake, portaudio19-dev, libpulse-dev,
+   libroar-dev | libsndio-dev,
 Standards-Version: 3.9.3
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-games/openal-soft.git
diff --git a/debian/rules b/debian/rules
index f9f6106..a4b7cd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-DLOPENED_LIBS = -lportaudio -lpulse
+DLOPENED_LIBS = -lportaudio -lpulse -lsndio
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DLOPENED_LIBS += -lasound
 endif

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-3-6-g64c8351

2012-06-02 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 20beaff09bb05d082e0aea05695cbd47b60897fb
Author: Andres Mejia amejia...@gmail.com
Date:   Sat Jun 2 10:15:54 2012 -0400

Drop libroar-compat2 to Suggests field. (Closes: #673178)

diff --git a/debian/changelog b/debian/changelog
index 7848b1b..13129e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openal-soft (1:1.14-4) UNRELEASED; urgency=medium
+
+  * Drop libroar-compat2 to Suggests field. (Closes: #673178)
+
+ -- Andres Mejia ame...@debian.org  Sat, 02 Jun 2012 10:13:49 -0400
+
 openal-soft (1:1.14-3) unstable; urgency=low
 
   * Add dlopened libs as Recommends for libopenal1.
diff --git a/debian/control b/debian/control
index 2921d9b..cd05038 100644
--- a/debian/control
+++ b/debian/control
@@ -54,6 +54,7 @@ Depends: libopenal-data (= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: ${shlibs:Recommends}
+Suggests: ${shlibs:Suggests}
 Description: Software implementation of the OpenAL API (shared library)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized
diff --git a/debian/rules b/debian/rules
index a4b7cd1..6f26af9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,11 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-DLOPENED_LIBS = -lportaudio -lpulse -lsndio
+DLOPENED_RECOMMENDS_LIBS = -lportaudio -lpulse
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-DLOPENED_LIBS += -lasound
+DLOPENED_RECOMMENDS_LIBS += -lasound
 endif
+DLOPENED_SUGGESTS_LIBS = -lsndio
 
 .PHONY: build
 %:
@@ -51,14 +52,19 @@ override_dh_auto_build:
 override_dh_auto_install:
$(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp
 
-override_dh_shlibdeps: debian/tmp/openal-soft-dummy.so
+override_dh_shlibdeps: debian/tmp/openal-soft-Recommends-dummy.so 
debian/tmp/openal-soft-Suggests-dummy.so
dh_shlibdeps -O--parallel
# Need to manually add dependencies for dlopened libs.
-   dpkg-shlibdeps -dRecommends -edebian/tmp/openal-soft-dummy.so -xlibc6 
-O debian/libopenal1.substvars
+   dpkg-shlibdeps -dRecommends 
-edebian/tmp/openal-soft-Recommends-dummy.so -xlibc6 -O 
debian/libopenal1.substvars
+   dpkg-shlibdeps -dSuggests -edebian/tmp/openal-soft-Suggests-dummy.so 
-xlibc6 -O debian/libopenal1.substvars
 
-debian/tmp/openal-soft-dummy.so:
+debian/tmp/openal-soft-Recommends-dummy.so:
mkdir -p debian/tmp
-   cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null $(DLOPENED_LIBS)
+   cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null 
$(DLOPENED_RECOMMENDS_LIBS)
+
+debian/tmp/openal-soft-Suggests-dummy.so:
+   mkdir -p debian/tmp
+   cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null 
$(DLOPENED_SUGGESTS_LIBS)
 
 get-orig-source:
$(dir $_)openal-soft-get-orig-source

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.14-4, created. debian/1%1.14-4

2012-06-02 Thread Andres Mejia
The annotated tag, debian/1%1.14-4 has been created
at  9dca33df2c3cf9f454e2849665d4df95b6ae61da (tag)
   tagging  64c8351c094f7e67799e0cdaea4a5502b44d706c (commit)
  replaces  debian/1%1.14-3
 tagged by  Andres Mejia
on  Sat Jun 2 10:28:11 2012 -0400

- Shortlog 
Debian release 1:1.14-4

Andres Mejia (5):
  Add Forwarded tags to patches.
  Revert Remove sndio support on request of Ron Lee and Bastian Blank
  Drop libroar-compat2 to Suggests field. (Closes: #673178)
  Drop libportaudio2 to Suggests field.
  Update changelog.

Evgeni Golov (1):
  Remove sndio support on request of Ron Lee and Bastian Blank

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-4-1-ga7fb0ec

2012-05-05 Thread Andres Mejia
The following commit has been merged in the master branch:
commit a7fb0eceb47508939c16f2a2bbbd72c0b3315cbb
Author: Andres Mejia amejia...@gmail.com
Date:   Sat May 5 16:21:29 2012 -0400

Change Depends on dlopened libraries to Recommends.
This uses different mechanism to generate Recommends. (Closes: #669520)

diff --git a/debian/alure-dynload-shlibdeps b/debian/alure-dynload-shlibdeps
deleted file mode 100755
index 773cb17..000
--- a/debian/alure-dynload-shlibdeps
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# This script is used to check all dependencies for dynamically loaded
-# libraries.
-
-set -e
-
-LIBSNDFILE_DEPENDS=$(cat /var/lib/dpkg/info/libsndfile1.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBVORBISFILE_DEPENDS=$(cat /var/lib/dpkg/info/libvorbisfile3.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBFLAC_DEPENDS=$(cat /var/lib/dpkg/info/libflac8.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBMPG123_DEPENDS=$(cat /var/lib/dpkg/info/libmpg123-0.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBDUMB_DEPENDS=$(cat /var/lib/dpkg/info/libdumb1.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBMODPLUG_DEPENDS=$(cat /var/lib/dpkg/info/libmodplug1.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-LIBFLUIDSYNTH_DEPENDS=$(cat /var/lib/dpkg/info/libfluidsynth1.shlibs | \
-  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
-
-sed s/^Depends:.*$/, $LIBSNDFILE_DEPENDS, $LIBVORBISFILE_DEPENDS, 
$LIBFLAC_DEPENDS, $LIBMPG123_DEPENDS, $LIBDUMB_DEPENDS, $LIBMODPLUG_DEPENDS, 
$LIBFLUIDSYNTH_DEPENDS/ \
-  -i debian/libalure1/DEBIAN/control
-
-exit 0
diff --git a/debian/changelog b/debian/changelog
index 68f63f2..5abd2fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+alure (1.2-5) unstable; urgency=low
+
+  * Change Depends on dlopened libraries to Recommends.
+This uses different mechanism to generate Recommends. (Closes: #669520)
+
+ -- Andres Mejia ame...@debian.org  Sat, 05 May 2012 16:14:42 -0400
+
 alure (1.2-4) unstable; urgency=low
 
   * Enable hardened compiler flags.
diff --git a/debian/control b/debian/control
index da91685..8817083 100644
--- a/debian/control
+++ b/debian/control
@@ -44,6 +44,7 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${shlibs:Recommends}
 Description: AL Utilities REtooled (shared library)
  ALURE is a utility library to help manage common tasks with OpenAL
  applications. This includes device enumeration and initialization, file
diff --git a/debian/rules b/debian/rules
index f621a42..c99e048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,21 @@ override_dh_auto_build:
 override_dh_auto_install:
$(MAKE) --directory=build install DESTDIR=$(CURDIR)/debian/tmp
 
-override_dh_gencontrol:
-   dh_gencontrol
-   debian/alure-dynload-shlibdeps
+override_dh_shlibdeps: debian/tmp/alure-dummy.so
+   dh_shlibdeps -O--parallel
+   # Need to manually add dependencies for dlopened libs.
+   dpkg-shlibdeps -dRecommends -edebian/tmp/alure-dummy.so -xlibc6 -O 
debian/libalure1.substvars
+
+debian/tmp/alure-dummy.so:
+   mkdir -p debian/tmp
+   cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null \
+   -lsndfile \
+   -lvorbisfile \
+   -lFLAC \
+   -lmpg123 \
+   -ldumb \
+   -lmodplug \
+   -lfluidsynth
 
 get-orig-source:
$(dir $_)alure-get-orig-source

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.2-5, created. debian/1.2-5

2012-05-05 Thread Andres Mejia
The annotated tag, debian/1.2-5 has been created
at  c5b05ebc0d4dbad1e17ea6e821f54816af0ab0ed (tag)
   tagging  a7fb0eceb47508939c16f2a2bbbd72c0b3315cbb (commit)
  replaces  debian/1.2-4
 tagged by  Andres Mejia
on  Sat May 5 16:27:24 2012 -0400

- Shortlog 
Debian release 1.2-5

Andres Mejia (1):
  Change Depends on dlopened libraries to Recommends.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.14-3, created. debian/1%1.14-3

2012-05-05 Thread Andres Mejia
The annotated tag, debian/1%1.14-3 has been created
at  fd1c2aabb235dc7e7dcbfb494756dee87ca2e473 (tag)
   tagging  72e3dbc7af383a4769f2f899bc31acbd99856f7a (commit)
  replaces  debian/1%1.14-2
 tagged by  Andres Mejia
on  Sat May 5 17:38:53 2012 -0400

- Shortlog 
Debian release 1:1.14-3

Andres Mejia (3):
  Add dlopened libs as Recommends for libopenal1.
  Dlopen libsndio.so.2 instead of libsndio.so.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-05-05 Thread Andres Mejia
The following commit has been merged in the master branch:
commit de70ba64b6ad4bcab4d51dd7f98293faeed4bd22
Author: Andres Mejia amejia...@gmail.com
Date:   Sat May 5 17:50:57 2012 -0400

Add Forwarded tags to patches.

diff --git a/debian/patches/libsndio-dlopen-change.patch 
b/debian/patches/libsndio-dlopen-change.patch
index efcc4d8..dc8c07a 100644
--- a/debian/patches/libsndio-dlopen-change.patch
+++ b/debian/patches/libsndio-dlopen-change.patch
@@ -1,5 +1,6 @@
 Description: Dlopen libsndio.so.2 instead of libsndio.so.
 Author: Andres Mejia ame...@debian.org
+Forwarded: 
http://opensource.creative.com/pipermail/openal-devel/2012-May/005900.html
 
 --- a/Alc/backends/sndio.c
 +++ b/Alc/backends/sndio.c
diff --git a/debian/patches/no-fpuextended.patch 
b/debian/patches/no-fpuextended.patch
index 58aae81..b68fe65 100644
--- a/debian/patches/no-fpuextended.patch
+++ b/debian/patches/no-fpuextended.patch
@@ -1,5 +1,6 @@
 Description: Fix builds on architectures without _FPU_EXTENDED
 Author: Nobuhiro Iwamatsu iwama...@nigauri.org
+Forwarded: 
http://opensource.creative.com/pipermail/openal-devel/2012-May/005900.html
 
 --- a/OpenAL32/Include/alu.h
 +++ b/OpenAL32/Include/alu.h

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-2-3-g72e3dbc

2012-05-05 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 72e3dbc7af383a4769f2f899bc31acbd99856f7a
Author: Andres Mejia amejia...@gmail.com
Date:   Sat May 5 17:25:50 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index f68d14a..7848b1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openal-soft (1:1.14-3) unstable; urgency=low
+
+  * Add dlopened libs as Recommends for libopenal1.
+  * Dlopen libsndio.so.2 instead of libsndio.so.
+
+ -- Andres Mejia ame...@debian.org  Sat, 05 May 2012 17:24:59 -0400
+
 openal-soft (1:1.14-2) unstable; urgency=low
 
   * Fix build failures on architectures without _FPU_EXTENDED. (Closes: 
#666963)

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-2-3-g72e3dbc

2012-05-05 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 4eac5abe84fc606011444d3d3674ffb91f9ba66e
Author: Andres Mejia amejia...@gmail.com
Date:   Sat May 5 17:24:36 2012 -0400

Dlopen libsndio.so.2 instead of libsndio.so.

diff --git a/debian/patches/libsndio-dlopen-change.patch 
b/debian/patches/libsndio-dlopen-change.patch
new file mode 100644
index 000..efcc4d8
--- /dev/null
+++ b/debian/patches/libsndio-dlopen-change.patch
@@ -0,0 +1,14 @@
+Description: Dlopen libsndio.so.2 instead of libsndio.so.
+Author: Andres Mejia ame...@debian.org
+
+--- a/Alc/backends/sndio.c
 b/Alc/backends/sndio.c
+@@ -79,7 +79,7 @@
+ #ifdef HAVE_DYNLOAD
+ if(!sndio_handle)
+ {
+-sndio_handle = LoadLib(libsndio.so);
++sndio_handle = LoadLib(libsndio.so.2);
+ if(!sndio_handle)
+ return ALC_FALSE;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c6c45de..c674d41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-fpuextended.patch
+libsndio-dlopen-change.patch

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-2-3-g72e3dbc

2012-05-05 Thread Andres Mejia
The following commit has been merged in the master branch:
commit f2daa20786fe5c4f1ad5d24c710a96fe80f2449a
Author: Andres Mejia amejia...@gmail.com
Date:   Sat May 5 17:20:52 2012 -0400

Add dlopened libs as Recommends for libopenal1.

diff --git a/debian/control b/debian/control
index fc19193..2921d9b 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,7 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: libopenal-data (= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
+Recommends: ${shlibs:Recommends}
 Description: Software implementation of the OpenAL API (shared library)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized
diff --git a/debian/rules b/debian/rules
index 22e8370..a4b7cd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ else
TYPE=Debug
 endif
 
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
 # For multiarch
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
@@ -23,6 +25,11 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
+DLOPENED_LIBS = -lportaudio -lpulse -lsndio
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+DLOPENED_LIBS += -lasound
+endif
+
 .PHONY: build
 %:
dh $@ --parallel
@@ -44,5 +51,14 @@ override_dh_auto_build:
 override_dh_auto_install:
$(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp
 
+override_dh_shlibdeps: debian/tmp/openal-soft-dummy.so
+   dh_shlibdeps -O--parallel
+   # Need to manually add dependencies for dlopened libs.
+   dpkg-shlibdeps -dRecommends -edebian/tmp/openal-soft-dummy.so -xlibc6 
-O debian/libopenal1.substvars
+
+debian/tmp/openal-soft-dummy.so:
+   mkdir -p debian/tmp
+   cc -xc -shared -Wl,--no-as-needed -o $@ /dev/null $(DLOPENED_LIBS)
+
 get-orig-source:
$(dir $_)openal-soft-get-orig-source

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-05-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 36a979d38b13c9e4ea7cad59a1a628c4e13ae3e7
Author: Andres Mejia amejia...@gmail.com
Date:   Tue May 1 10:53:16 2012 -0400

Fix build failures on architectures without _FPU_EXTENDED. (Closes: #666963)

diff --git a/debian/changelog b/debian/changelog
index 61bfba8..f68d14a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openal-soft (1:1.14-2) unstable; urgency=low
+
+  * Fix build failures on architectures without _FPU_EXTENDED. (Closes: 
#666963)
+
+ -- Andres Mejia ame...@debian.org  Tue, 01 May 2012 10:52:21 -0400
+
 openal-soft (1:1.14-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/no-fpuextended.patch 
b/debian/patches/no-fpuextended.patch
new file mode 100644
index 000..58aae81
--- /dev/null
+++ b/debian/patches/no-fpuextended.patch
@@ -0,0 +1,35 @@
+Description: Fix builds on architectures without _FPU_EXTENDED
+Author: Nobuhiro Iwamatsu iwama...@nigauri.org
+
+--- a/OpenAL32/Include/alu.h
 b/OpenAL32/Include/alu.h
+@@ -224,6 +224,29 @@
+ return a0*mu*mu2 + a1*mu2 + a2*mu + a3;
+ }
+ 
++#if defined(_FPU_GETCW)  defined(_FPU_SETCW)
++ #ifndef _FPU_EXTENDED
++  #define _FPU_EXTENDED   0
++ #endif
++ #ifndef _FPU_DOUBLE
++  #define _FPU_DOUBLE 0
++ #endif
++ #ifndef _FPU_SINGLE
++  #define _FPU_SINGLE 0
++ #endif
++ #ifndef _FPU_RC_NEAREST
++  #define _FPU_RC_NEAREST 0
++ #endif
++ #ifndef _FPU_RC_DOWN
++  #define _FPU_RC_DOWN0
++ #endif
++ #ifndef _FPU_RC_UP
++  #define _FPU_RC_UP  0
++ #endif
++ #ifndef _FPU_RC_ZERO
++  #define _FPU_RC_ZERO0
++ #endif
++#endif
+ 
+ static __inline int SetMixerFPUMode(void)
+ {
diff --git a/debian/patches/series b/debian/patches/series
index cafd205..c6c45de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-# Nothing to patch
+no-fpuextended.patch

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.14-2, created. debian/1%1.14-2

2012-05-01 Thread Andres Mejia
The annotated tag, debian/1%1.14-2 has been created
at  f1ad01ab180474fc06478a6b1066ff4db5bcadeb (tag)
   tagging  36a979d38b13c9e4ea7cad59a1a628c4e13ae3e7 (commit)
  replaces  debian/1%1.14-1
 tagged by  Andres Mejia
on  Tue May 1 11:00:56 2012 -0400

- Shortlog 
Debian release 1:1.14-2

Andres Mejia (1):
  Fix build failures on architectures without _FPU_EXTENDED. (Closes: 
#666963)

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-04-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 1cfe0d32a515c67442b9490a4cfd88992a7e8105
Author: Andres Mejia amejia...@gmail.com
Date:   Sun Apr 1 16:17:31 2012 -0400

Revert Don't use dlopen. Depend on the backend libraries directly.

This reverts commit 00dd5772e8121ddf944933b0f10e2162d21f91e1.

diff --git a/debian/rules b/debian/rules
index 4c966dc..22e8370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,6 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS=$(CFLAGS) \
-DALSOFT_CONFIG=ON \
-   -DDLOPEN=OFF \
-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
..
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-04-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 96bbc159abcc95111628a0e0d45e034c33f6204b
Author: Andres Mejia amejia...@gmail.com
Date:   Sun Apr 1 16:17:55 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 42c8d30..5e0d60f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,8 @@ openal-soft (1:1.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * Add CPPFLAGS to CFLAGS. (Closes: #666095)
   * Enable new sndio support.
-  * Don't use dlopen. Depend on the backend libraries directly.
 
- -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 22:39:37 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 01 Apr 2012 16:17:37 -0400
 
 openal-soft (1:1.13-6) unstable; urgency=low
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-04-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 5698c7ff551d6459b2bbb470a13e15fd40a990f3
Author: Andres Mejia amejia...@gmail.com
Date:   Sun Apr 1 16:19:16 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 5e0d60f..61bfba8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-openal-soft (1:1.14-1) UNRELEASED; urgency=low
+openal-soft (1:1.14-1) unstable; urgency=low
 
   * New upstream release.
   * Add CPPFLAGS to CFLAGS. (Closes: #666095)
   * Enable new sndio support.
 
- -- Andres Mejia ame...@debian.org  Sun, 01 Apr 2012 16:17:37 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 01 Apr 2012 16:19:00 -0400
 
 openal-soft (1:1.13-6) unstable; urgency=low
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.14-1, created. debian/1%1.14-1

2012-04-01 Thread Andres Mejia
The annotated tag, debian/1%1.14-1 has been created
at  d949b1c6a6ec7bfffec6b890bf78a7a7afdd196b (tag)
   tagging  5698c7ff551d6459b2bbb470a13e15fd40a990f3 (commit)
  replaces  debian/1%1.13-6
 tagged by  Andres Mejia
on  Sun Apr 1 16:27:49 2012 -0400

- Shortlog 
Debian release 1:1.14-1

Andres Mejia (10):
  Add CPPFLAGS to CFLAGS. (Closes: #666095)
  Imported Upstream version 1.14
  Merge tag 'upstream/1.14'
  Update changelog.
  Enable sndio support.
  Don't use dlopen. Depend on the backend libraries directly.
  Update changelog.
  Revert Don't use dlopen. Depend on the backend libraries directly.
  Update changelog.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 895052b794a213a617c23dd2c1d2eb58937da487
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 15:01:56 2012 -0400

Add CPPFLAGS to CFLAGS. (Closes: #666095)

diff --git a/debian/rules b/debian/rules
index 0165800..22e8370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ endif
 # For multiarch
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
+CFLAGS = -Wall $(shell dpkg-buildflags --get CPPFLAGS 2/dev/null) $(shell 
dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 's/-g\|-O2//g')
 
 # Use this variable to allow options passed to cmake to be overridable
 DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c9b99afa6a8299a302796ddc6cf5dc109ed1b85c
Merge: 895052b794a213a617c23dd2c1d2eb58937da487 
fdd9bdfa8c36d1cfa3377811622b67b147ba1f43
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 15:04:18 2012 -0400

Merge tag 'upstream/1.14'

Upstream version 1.14


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit ae1dee5a60f2ec4d4b5b5df9d9b2ad82bbf9b6cf
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 15:13:33 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 83ff3c2..77a3c5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openal-soft (1:1.14-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Add CPPFLAGS to CFLAGS. (Closes: #666095)
+
+ -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 15:12:49 -0400
+
 openal-soft (1:1.13-6) unstable; urgency=low
 
   * Enable hardened compiler flags.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, pristine-tar, updated. 9f9021f900c51aba62da2346b24d169566a9551e

2012-03-28 Thread Andres Mejia
The following commit has been merged in the pristine-tar branch:
commit 9f9021f900c51aba62da2346b24d169566a9551e
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 15:04:18 2012 -0400

pristine-tar data for openal-soft_1.14.orig.tar.bz2

diff --git a/openal-soft_1.14.orig.tar.bz2.delta 
b/openal-soft_1.14.orig.tar.bz2.delta
new file mode 100644
index 000..cd8c45f
Binary files /dev/null and b/openal-soft_1.14.orig.tar.bz2.delta differ
diff --git a/openal-soft_1.14.orig.tar.bz2.id b/openal-soft_1.14.orig.tar.bz2.id
new file mode 100644
index 000..d3f4d0e
--- /dev/null
+++ b/openal-soft_1.14.orig.tar.bz2.id
@@ -0,0 +1 @@
+3013e2ca8ae9e389d9d7df633aa8b8c820b7f70d

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, upstream/1.14, created. upstream/1.14

2012-03-28 Thread Andres Mejia
The annotated tag, upstream/1.14 has been created
at  76cc421088e8efdb215bd35113c83aa5aad09825 (tag)
   tagging  fdd9bdfa8c36d1cfa3377811622b67b147ba1f43 (commit)
  replaces  upstream/1.13
 tagged by  Andres Mejia
on  Wed Mar 28 15:04:18 2012 -0400

- Shortlog 
Upstream version 1.14

Andres Mejia (1):
  Imported Upstream version 1.14

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 10e0ffa4c37ac728783f0f7d0afeb82e364ffe7d
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 15:28:24 2012 -0400

Enable sndio support.

diff --git a/debian/changelog b/debian/changelog
index 77a3c5f..fef63be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ openal-soft (1:1.14-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Add CPPFLAGS to CFLAGS. (Closes: #666095)
+  * Enable new sndio support.
 
- -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 15:12:49 -0400
+ -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 15:28:06 -0400
 
 openal-soft (1:1.13-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index df0c933..fc19193 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
 Build-Depends: debhelper (= 8.1.3~),
libasound2-dev [linux-any],
cmake, portaudio19-dev, libpulse-dev,
+   libroar-dev | libsndio-dev,
 Standards-Version: 3.9.3
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-games/openal-soft.git

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 00dd5772e8121ddf944933b0f10e2162d21f91e1
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 22:36:51 2012 -0400

Don't use dlopen. Depend on the backend libraries directly.

diff --git a/debian/rules b/debian/rules
index 22e8370..4c966dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS=$(CFLAGS) \
-DALSOFT_CONFIG=ON \
+   -DDLOPEN=OFF \
-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
..
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-28 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 7f88a1e6be20d91309612e5f4ad12301b8dbf322
Author: Andres Mejia amejia...@gmail.com
Date:   Wed Mar 28 22:46:52 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index fef63be..42c8d30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ openal-soft (1:1.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * Add CPPFLAGS to CFLAGS. (Closes: #666095)
   * Enable new sndio support.
+  * Don't use dlopen. Depend on the backend libraries directly.
 
- -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 15:28:06 -0400
+ -- Andres Mejia ame...@debian.org  Wed, 28 Mar 2012 22:39:37 -0400
 
 openal-soft (1:1.13-6) unstable; urgency=low
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-3-2-gd4018f3

2012-03-19 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 224b5998ef20c6fc0d758415316d72877db2d488
Author: Andres Mejia amejia...@gmail.com
Date:   Mon Mar 19 09:52:24 2012 -0400

Build with hardened flags.

diff --git a/debian/changelog b/debian/changelog
index 8361f00..68f63f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+alure (1.2-4) unstable; urgency=low
+
+  * Enable hardened compiler flags.
+
+ -- Andres Mejia ame...@debian.org  Mon, 19 Mar 2012 09:52:02 -0400
+
 alure (1.2-3) unstable; urgency=low
 
   * Allow dev package to be multiarch installable.
diff --git a/debian/rules b/debian/rules
index 27e8359..ac1b956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 # Pass -Wall and some other compiler options we wish to use.
-CFLAGS = -Wall $(DEB_CFLAGS)
-CXXFLAGS = -Wall $(DEB_CXXFLAGS)
+CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
+CXXFLAGS = -Wall $(shell dpkg-buildflags --get CXXFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-3-2-gd4018f3

2012-03-19 Thread Andres Mejia
The following commit has been merged in the master branch:
commit d4018f3c9debc99a2fb5727c8af524520ae03718
Author: Andres Mejia amejia...@gmail.com
Date:   Mon Mar 19 10:01:24 2012 -0400

Fix issue with setting compiler flags.

diff --git a/debian/rules b/debian/rules
index ac1b956..f621a42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 # Pass -Wall and some other compiler options we wish to use.
-CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
-CXXFLAGS = -Wall $(shell dpkg-buildflags --get CXXFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
+CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
+CXXFLAGS = -Wall $(shell dpkg-buildflags --get CXXFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.2-4, created. debian/1.2-4

2012-03-19 Thread Andres Mejia
The annotated tag, debian/1.2-4 has been created
at  914d9a37570300bd589961f38d657990caaedd6c (tag)
   tagging  d4018f3c9debc99a2fb5727c8af524520ae03718 (commit)
  replaces  debian/1.2-3
 tagged by  Andres Mejia
on  Mon Mar 19 10:06:26 2012 -0400

- Shortlog 
Debian release 1.2-4

Andres Mejia (2):
  Build with hardened flags.
  Fix issue with setting compiler flags.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-19 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 74426f25b167245408afa0c4d320b9c300b15272
Author: Andres Mejia amejia...@gmail.com
Date:   Mon Mar 19 10:13:45 2012 -0400

Enable hardened compiler flags.

diff --git a/debian/changelog b/debian/changelog
index d1a1f4e..83ff3c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openal-soft (1:1.13-6) unstable; urgency=low
+
+  * Enable hardened compiler flags.
+
+ -- Andres Mejia ame...@debian.org  Mon, 19 Mar 2012 10:13:18 -0400
+
 openal-soft (1:1.13-5) unstable; urgency=low
 
   * Set Multi-Arch: foreign for libopenal-data. (Closes: #645962)
diff --git a/debian/rules b/debian/rules
index 6544915..0165800 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,13 @@ endif
 # For multiarch
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2/dev/null | sed -e 
's/-g\|-O2//g')
+
 # Use this variable to allow options passed to cmake to be overridable
 DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=$(TYPE) \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_C_FLAGS=$(DEB_CFLAGS) \
+   -DCMAKE_C_FLAGS=$(CFLAGS) \
-DALSOFT_CONFIG=ON \
-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
..

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.13-6, created. debian/1%1.13-6

2012-03-19 Thread Andres Mejia
The annotated tag, debian/1%1.13-6 has been created
at  79ba355b3b4b686ae71dd8f9ee8f5149f0ec9b81 (tag)
   tagging  74426f25b167245408afa0c4d320b9c300b15272 (commit)
  replaces  debian/1%1.13-5
 tagged by  Andres Mejia
on  Mon Mar 19 10:43:08 2012 -0400

- Shortlog 
Debian release 1:1.13-6

Andres Mejia (1):
  Enable hardened compiler flags.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-16 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e55251dd25e087bd3266dde1af88b9ce4a4fa191
Author: Andres Mejia amejia...@gmail.com
Date:   Fri Mar 16 16:43:44 2012 -0400

Set Multi-Arch: foreign for libopenal-data. (Closes: #645962)

diff --git a/debian/control b/debian/control
index bb126a9..03b154a 100644
--- a/debian/control
+++ b/debian/control
@@ -76,6 +76,7 @@ Description: Software implementation of the OpenAL API 
(shared library)
 
 Package: libopenal-data
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Replaces: libopenal1 ( 1:1.13-3)
 Breaks: libopenal1 ( 1:1.13-3)

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-16 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c6710a372497ca1b613aa351ca78bd19e40bf048
Author: Andres Mejia amejia...@gmail.com
Date:   Fri Mar 16 16:45:53 2012 -0400

Allow dev package to be multiarch installable.

diff --git a/debian/control b/debian/control
index 03b154a..47577e9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Homepage: http://kcat.strangesoft.net/openal.html
 DM-Upload-Allowed: yes
 
 Package: libopenal-dev
+Multi-Arch: same
 Section: libdevel
 Architecture: any
 Depends: libopenal1 (= ${binary:Version}),

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-16 Thread Andres Mejia
The following commit has been merged in the master branch:
commit b4a9e6636a8cea4a5b796a03c34094c16af8bf42
Author: Andres Mejia amejia...@gmail.com
Date:   Fri Mar 16 16:47:58 2012 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 0f04bbd..d1a1f4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openal-soft (1:1.13-5) unstable; urgency=low
+
+  * Set Multi-Arch: foreign for libopenal-data. (Closes: #645962)
+  * Allow dev package to be multiarch installable.
+  * Set Standards-Version to 3.9.3.
+
+ -- Andres Mejia ame...@debian.org  Fri, 16 Mar 2012 16:47:13 -0400
+
 openal-soft (1:1.13-4) unstable; urgency=low
 
   * Remove unnecessary use of patch to support multiarch.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2012-03-16 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 4eb61f530bfe73d44ffe9288d5ba0e149ed13e5d
Author: Andres Mejia amejia...@gmail.com
Date:   Fri Mar 16 16:46:25 2012 -0400

Set Standards-Version to 3.9.3.

diff --git a/debian/control b/debian/control
index 47577e9..df0c933 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
 Build-Depends: debhelper (= 8.1.3~),
libasound2-dev [linux-any],
cmake, portaudio19-dev, libpulse-dev,
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-games/openal-soft.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/openal-soft.git

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.13-5, created. debian/1%1.13-5

2012-03-16 Thread Andres Mejia
The annotated tag, debian/1%1.13-5 has been created
at  194a7d5955434ccf0c03f37fa3d8a5afa79aff48 (tag)
   tagging  b4a9e6636a8cea4a5b796a03c34094c16af8bf42 (commit)
  replaces  debian/1%1.13-4
 tagged by  Andres Mejia
on  Fri Mar 16 16:54:45 2012 -0400

- Shortlog 
Debian release 1:1.13-5

Andres Mejia (4):
  Set Multi-Arch: foreign for libopenal-data. (Closes: #645962)
  Allow dev package to be multiarch installable.
  Set Standards-Version to 3.9.3.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-2-2-g45f45e3

2012-03-16 Thread Andres Mejia
The following commit has been merged in the master branch:
commit acd526ea364f09dc8d692f00d497643dd952b0ad
Author: Andres Mejia amejia...@gmail.com
Date:   Fri Mar 16 16:38:51 2012 -0400

Allow dev package to be multiarch installable.

diff --git a/debian/changelog b/debian/changelog
index 062fa91..3db8d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+alure (1.2-3) unstable; urgency=low
+
+  * Allow dev package to be multiarch installable.
+
+ -- Andres Mejia ame...@debian.org  Fri, 16 Mar 2012 16:38:19 -0400
+
 alure (1.2-2) unstable; urgency=low
 
   * Be slightly less strict on version build depends on debhelper.
diff --git a/debian/control b/debian/control
index 9a95d48..3a67f0a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Homepage: http://kcat.strangesoft.net/alure.html
 
 Package: libalure-dev
 Section: libdevel
+Multi-Arch: same
 Architecture: any
 Depends: libopenal-dev, libalure1 (= ${binary:Version}), ${shlibs:Depends},
  ${misc:Depends}

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.2-3, created. debian/1.2-3

2012-03-16 Thread Andres Mejia
The annotated tag, debian/1.2-3 has been created
at  f30347065084826f5a890feedd17f57134ec21d7 (tag)
   tagging  45f45e344c65f24879aa09353f4aed63f9fc6da0 (commit)
  replaces  debian/1.2-2
 tagged by  Andres Mejia
on  Fri Mar 16 17:05:06 2012 -0400

- Shortlog 
Debian release 1.2-3

Andres Mejia (2):
  Allow dev package to be multiarch installable.
  Bump Standards-Version to 3.9.3.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e8312b15194272dccac650dc30e087b145c04acd
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 10:06:30 2011 -0400

Set 'pristine-tar' to true by default.

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit a82dfaa10d400479a8bc7e36d75c0c34a06ab90c
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:05:25 2011 -0400

Convert package to support multiarch libraries.

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 3309e32..49d6615 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
Reinhard Tartler siret...@tauware.de,
Cyril Brulebois k...@debian.org,
Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7.0.50),
+Build-Depends: debhelper (= 8.1.3~),
libasound2-dev [linux-any],
cmake, portaudio19-dev, libpulse-dev,
 Standards-Version: 3.9.2
@@ -46,7 +46,11 @@ Description: Software implementation of the OpenAL API 
(development files)
 
 Package: libopenal1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libopenal-data (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: Software implementation of the OpenAL API (shared library)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized
@@ -69,3 +73,31 @@ Description: Software implementation of the OpenAL API 
(shared library)
  and others.
  .
  This package installs the OpenAL Soft shared library.
+
+Package: libopenal-data
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libopenal1 ( 1:1.13-3)
+Breaks: libopenal1 ( 1:1.13-3)
+Description: Software implementation of the OpenAL API (data 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 package installs data files used by the OpenAL Soft shared library.
diff --git a/debian/libopenal-data.install b/debian/libopenal-data.install
new file mode 100644
index 000..ad17242
--- /dev/null
+++ b/debian/libopenal-data.install
@@ -0,0 +1 @@
+etc/openal
diff --git a/debian/libopenal-dev.install b/debian/libopenal-dev.install
index da02757..6feebb8 100644
--- a/debian/libopenal-dev.install
+++ b/debian/libopenal-dev.install
@@ -1,3 +1,3 @@
 usr/include/AL
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/libopenal1.install b/debian/libopenal1.install
index dc37ce7..d6adfbc 100644
--- a/debian/libopenal1.install
+++ b/debian/libopenal1.install
@@ -1,2 +1 @@
-usr/lib/libopenal.so.*
-etc/openal
+usr/lib/*/libopenal.so.*
diff --git a/debian/patches/multiarch-support.patch 
b/debian/patches/multiarch-support.patch
new file mode 100644
index 000..abdc3fe
--- /dev/null
+++ b/debian/patches/multiarch-support.patch
@@ -0,0 +1,54 @@
+Description: Patch to allow OpenAL Soft to install shared libraries in
+ directories used in distros supporting multiarch libraries.
+Author: Andres Mejia ame...@debian.org
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -8,6 +8,7 @@
+ 
+ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+ 
++INCLUDE(GNUInstallDirs)
+ INCLUDE(CheckFunctionExists)
+ INCLUDE(CheckLibraryExists)
+ INCLUDE(CheckSharedLibraryExists)
+@@ -462,7 +463,7 @@
+ # Needed for openal.pc.in
+ SET(prefix ${CMAKE_INSTALL_PREFIX})
+ SET(exec_prefix \${prefix})
+-SET(libdir \${exec_prefix}/lib${LIB_SUFFIX})
++SET(libdir ${CMAKE_INSTALL_LIBDIR}${LIB_SUFFIX})
+ SET(bindir \${exec_prefix}/bin)
+ SET(includedir \${prefix}/include)
+ SET(PACKAGE_VERSION ${LIB_VERSION})
+@@ -491,8 +492,8 @@
+ # Add an install target here
+ INSTALL(TARGETS ${LIBNAME}
+ RUNTIME DESTINATION bin
+-LIBRARY DESTINATION lib${LIB_SUFFIX}
+-ARCHIVE DESTINATION lib${LIB_SUFFIX

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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 8978f5b7eeb972947dcc425ce4325d50afdeb92c
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:10:17 2011 -0400

Removed changes to compiler flags.
Upstream does not want to set '-O3'.

diff --git a/debian/patches/compiler-flags-change.patch 
b/debian/patches/compiler-flags-change.patch
deleted file mode 100644
index 9151c0b..000
--- a/debian/patches/compiler-flags-change.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -127,7 +127,7 @@
- SET(CMAKE_C_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING
- Flags used by the compiler during release minsize builds.
- FORCE)
--SET(CMAKE_C_FLAGS_RELEASE -O2 -fomit-frame-pointer -DNDEBUG CACHE STRING
-+SET(CMAKE_C_FLAGS_RELEASE -O3 -fomit-frame-pointer -DNDEBUG CACHE STRING
- Flags used by the compiler during release builds
- FORCE)
- SET(CMAKE_C_FLAGS_DEBUG -g3 -D_DEBUG CACHE STRING
diff --git a/debian/patches/series b/debian/patches/series
index ae93fe1..34b4475 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-compiler-flags-change.patch
 multiarch-support.patch

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 5c250b3bfc3bd5c8fcd1c15c442b0ea590505666
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:08:43 2011 -0400

Support parallel builds.

diff --git a/debian/rules b/debian/rules
index bf4dae6..8394f68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,10 @@ BUILD_TREE=$(CURDIR)/build-tree
 
 .PHONY: build
 %:
-   dh $@
+   dh $@ --parallel
 
 build:
-   dh $@
+   dh $@ --parallel
 
 override_dh_auto_clean:
rm -rf $(BUILD_TREE)

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 1c2556ba4f197558d0871204d9f680559b8ce7d4
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:11:25 2011 -0400

Set option to abort on any upstream change.

diff --git a/debian/source/local-options b/debian/source/local-options
index 4aceb10..9cdfca9 100644
--- a/debian/source/local-options
+++ b/debian/source/local-options
@@ -1 +1,2 @@
 unapply-patches
+abort-on-upstream-changes

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e8ed7a9f3dd6a76384636855e62da484cc65ce01
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:20:18 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index b8ca626..607229d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-openal-soft (1:1.13-3) UNRELEASED; urgency=low
+openal-soft (1:1.13-3) unstable; urgency=low
 
   * Update to my @debian.org email.
+  * Set 'pristine-tar' to true by default.
+  * Convert package to support multiarch libraries.
+  * Support parallel builds.
+  * Removed changes to compiler flags. Upstream does not want to set '-O3'.
+  * Set option to abort on any upstream change.
 
- -- Andres Mejia ame...@debian.org  Sun, 17 Jul 2011 14:19:52 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 11:12:08 -0400
 
 openal-soft (1:1.13-2) unstable; urgency=low
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.13-3, created. debian/1%1.13-3

2011-09-25 Thread Andres Mejia
The annotated tag, debian/1%1.13-3 has been created
at  6c3d0494feb01f49df1d0061e2e0b67bb84c9523 (tag)
   tagging  e8ed7a9f3dd6a76384636855e62da484cc65ce01 (commit)
  replaces  debian/1%1.13-2
 tagged by  Andres Mejia
on  Sun Sep 25 11:22:44 2011 -0400

- Shortlog 
Debian release 1:1.13-3

Andres Mejia (7):
  Update to my @debian.org email.
  Set 'pristine-tar' to true by default.
  Convert package to support multiarch libraries.
  Support parallel builds.
  Removed changes to compiler flags.
  Set option to abort on any upstream change.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 4434f635fb3382649978e6ba34acc7d8acbfaf09
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:53:47 2011 -0400

Be slightly less strict on version build depends on debhelper.

diff --git a/debian/control b/debian/control
index c419efc..d745739 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Andres Mejia ame...@debian.org, Tobias Hansen tobias@gmx.de
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (= 8.1.3), cmake, libopenal-dev,
+Build-Depends: debhelper (= 8.1.3~), cmake, libopenal-dev,
  libsndfile-dev, libvorbis-dev, libflac-dev, libmpg123-dev, libdumb1-dev,
  libfluidsynth-dev, libmodplug-dev,
 Standards-Version: 3.9.2

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 2896f4db26e854c86d95876421229f84dcd3e63c
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 11:55:38 2011 -0400

Update Vcs-* entries.

diff --git a/debian/control b/debian/control
index d745739..dcb956e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper (= 8.1.3~), cmake, libopenal-dev,
  libfluidsynth-dev, libmodplug-dev,
 Standards-Version: 3.9.2
 Section: libs
-Vcs-Git: git://git.debian.org/git/pkg-games/alure.git
-Vcs-Browser: http://git.debian.org/?p=pkg-games/alure.git
+Vcs-Git: git://anonscm.debian.org/pkg-games/alure.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/alure.git
 Homepage: http://kcat.strangesoft.net/alure.html
 
 Package: libalure-dev

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 1145ccd441340d745ba4247b80f39f9754cdb889
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:05:58 2011 -0400

Create new package to install utility programs.

diff --git a/debian/alure-utils.install b/debian/alure-utils.install
new file mode 100644
index 000..1df36c6
--- /dev/null
+++ b/debian/alure-utils.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/libalure-dev.manpages b/debian/alure-utils.manpages
similarity index 100%
rename from debian/libalure-dev.manpages
rename to debian/alure-utils.manpages
diff --git a/debian/control b/debian/control
index dcb956e..9a95d48 100644
--- a/debian/control
+++ b/debian/control
@@ -86,3 +86,29 @@ Description: AL Utilities REtooled (documentation)
  individually disabled outright at compile time.
  .
  This package installs the ALURE documentation.
+
+Package: alure-utils
+Section: utils
+Architecture: any
+Depends: libalure1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: libalure-dev ( 1.2-2)
+Breaks: libalure-dev ( 1.2-2)
+Description: AL Utilities REtooled (utilities)
+ 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 various ALURE utility programs.
diff --git a/debian/libalure-dev.install b/debian/libalure-dev.install
index 8a1cc56..d63d5bf 100644
--- a/debian/libalure-dev.install
+++ b/debian/libalure-dev.install
@@ -1,4 +1,3 @@
-usr/bin/*
 usr/lib/*/libalure.so
 usr/lib/*/libalure-static.a
 usr/lib/*/pkgconfig

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit be14f3bc95d618dd3be7fc6bb94680bd9c0a5c82
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:06:33 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 838ece8..d7601af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+alure (1.2-2) UNRELEASED; urgency=low
+
+  * Prepare for new release.
+
+ -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 12:00:27 -0400
+
 alure (1.2-1) unstable; urgency=low
 
   [ Andres Mejia ]

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e71c042add3f25bfdaae0b3646c46d729e23befb
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:06:43 2011 -0400

Support parallel builds.

diff --git a/debian/rules b/debian/rules
index a0cfac4..27e8359 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
 
 %:
-   dh $@
+   dh $@ --parallel
 
 override_dh_auto_clean:
rm -rf build/*

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit db3a18fe471ef91651c4bd548b665bcbf390a88d
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:07:33 2011 -0400

Use -O2 instead of -O3.

diff --git a/debian/patches/compiler-flags-change.patch 
b/debian/patches/compiler-flags-change.patch
index 1741232..edd64b1 100644
--- a/debian/patches/compiler-flags-change.patch
+++ b/debian/patches/compiler-flags-change.patch
@@ -19,10 +19,10 @@ Origin: 
http://anonscm.debian.org/gitweb/?p=pkg-games/alure.git;a=tree;f=debian/
 +SET(CMAKE_CXX_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING
 +Flags used by the compiler during release minsize builds.
 +FORCE)
-+SET(CMAKE_C_FLAGS_RELEASE -O3 -fomit-frame-pointer -DNDEBUG CACHE STRING
++SET(CMAKE_C_FLAGS_RELEASE -O2 -fomit-frame-pointer -DNDEBUG CACHE STRING
 +Flags used by the compiler during release builds
 +FORCE)
-+SET(CMAKE_CXX_FLAGS_RELEASE -O3 -fomit-frame-pointer -DNDEBUG CACHE 
STRING
++SET(CMAKE_CXX_FLAGS_RELEASE -O2 -fomit-frame-pointer -DNDEBUG CACHE 
STRING
 +Flags used by the compiler during release builds
 +FORCE)
 +SET(CMAKE_C_FLAGS_DEBUG -g3 -D_DEBUG CACHE STRING

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 1b2688d44b0632eda255964df833a925c854315c
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:08:41 2011 -0400

Make lintian override comment more descriptive.

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index c36d63a..a7cf0b9 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,2 +1,2 @@
-# Using experimental compat level:
+# Ignore this since only debhelper (= 8.1.3~) is needed for multiarch
 package-needs-versioned-debhelper-build-depends

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit a0f6f975ece9dab91b4661af5a48531d3975cfa3
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:11:43 2011 -0400

Set option to abort on upstream changes.

diff --git a/debian/source/local-options b/debian/source/local-options
index 4aceb10..9cdfca9 100644
--- a/debian/source/local-options
+++ b/debian/source/local-options
@@ -1 +1,2 @@
 unapply-patches
+abort-on-upstream-changes

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 078ece3af55232563963af89cee285b0a2112a20
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:13:40 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index d7601af..062fa91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-alure (1.2-2) UNRELEASED; urgency=low
+alure (1.2-2) unstable; urgency=low
 
-  * Prepare for new release.
+  * Be slightly less strict on version build depends on debhelper.
+  * Update Vcs-* entries.
+  * Create new package to install utility programs.
+  * Support parallel builds.
+  * Use -O2 instead of -O3.
+  * Make lintian override comment more descriptive.
+  * Set option to abort on upstream changes.
 
- -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 12:00:27 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 12:12:27 -0400
 
 alure (1.2-1) unstable; urgency=low
 

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.2-2, created. debian/1.2-2

2011-09-25 Thread Andres Mejia
The annotated tag, debian/1.2-2 has been created
at  456592d58e7bd89fb8e08b846a3b49bead0ad3f6 (tag)
   tagging  078ece3af55232563963af89cee285b0a2112a20 (commit)
  replaces  debian/1.2-1
 tagged by  Andres Mejia
on  Sun Sep 25 12:41:05 2011 -0400

- Shortlog 
Debian release 1.2-2

Andres Mejia (9):
  Be slightly less strict on version build depends on debhelper.
  Update Vcs-* entries.
  Create new package to install utility programs.
  Update changelog.
  Support parallel builds.
  Use -O2 instead of -O3.
  Make lintian override comment more descriptive.
  Set option to abort on upstream changes.
  Update changelog.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1%1.13-4, created. debian/1%1.13-4

2011-09-25 Thread Andres Mejia
The annotated tag, debian/1%1.13-4 has been created
at  75aa0974b4092376940f86b4dc06f941620a3d75 (tag)
   tagging  7fd67a090a01b96a6eef28c64d7be660197fc327 (commit)
  replaces  debian/1%1.13-3
 tagged by  Andres Mejia
on  Sun Sep 25 13:06:31 2011 -0400

- Shortlog 
Debian release 1:1.13-4

Andres Mejia (3):
  Remove unnecessary use of patch to support multiarch.
  Update Vcs-* entries.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e0133b460c737a5ee518aa599170ac1157476f69
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:48:38 2011 -0400

Update Vcs-* entries.

diff --git a/debian/control b/debian/control
index 49d6615..bb126a9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: debhelper (= 8.1.3~),
cmake, portaudio19-dev, libpulse-dev,
 Standards-Version: 3.9.2
 Section: libs
-Vcs-Git: git://git.debian.org/git/pkg-games/openal-soft.git
-Vcs-Browser: http://git.debian.org/?p=pkg-games/openal-soft.git
+Vcs-Git: git://anonscm.debian.org/pkg-games/openal-soft.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/openal-soft.git
 Homepage: http://kcat.strangesoft.net/openal.html
 DM-Upload-Allowed: yes
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-09-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 7fd67a090a01b96a6eef28c64d7be660197fc327
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Sep 25 12:49:16 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index d98b8a9..0f04bbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 openal-soft (1:1.13-4) unstable; urgency=low
 
   * Remove unnecessary use of patch to support multiarch.
+  * Update Vcs-* entries.
 
- -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 12:43:19 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 25 Sep 2011 12:48:53 -0400
 
 openal-soft (1:1.13-3) unstable; urgency=low
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-18-ge9d23a1

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit e9d23a16327d34f54a1f5966f5ce0145d86accf3
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Aug 1 10:05:23 2011 -0400

Only keep manpages. Don't autogenerate them during build.
This will minimize the number of build dependencies, allowing a better 
chance
for alure to be built by all architectures in the buildd network.

diff --git a/debian/alurecdplay.1 b/debian/alurecdplay.1
new file mode 100644
index 000..1b399b2
--- /dev/null
+++ b/debian/alurecdplay.1
@@ -0,0 +1,72 @@
+'\ t
+.\ Title: alurecdplay
+.\Author: Tobias Hansen tobias@gmx.de
+.\ Generator: DocBook XSL Stylesheets v1.75.2 http://docbook.sf.net/
+.\  Date: 08/01/2011
+.\Manual: alurecdplay Manual
+.\Source: alurecdplay
+.\  Language: English
+.\
+.TH ALURECDPLAY 1 08/01/2011 alurecdplay alurecdplay Manual
+.\ -
+.\ * Define some portability stuff
+.\ -
+.\ ~
+.\ http://bugs.debian.org/507673
+.\ http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\ ~
+.ie \n(.g .ds Aq \(aq
+.el   .ds Aq '
+.\ -
+.\ * set default formatting
+.\ -
+.\ disable hyphenation
+.nh
+.\ disable justification (adjust text to left margin only)
+.ad l
+.\ -
+.\ * MAIN CONTENT STARTS HERE *
+.\ -
+.SH NAME
+alurecdplay \- example program for playing CD tracks with alure
+.SH SYNOPSIS
+.HP \w'\fBalurecdplay\fR\ 'u
+\fBalurecdplay\fR [\-cd\-device\ \fIdevice\fR] cdda://\fItracknumber\fR 
+.SH DESCRIPTION
+.PP
+This manual page documents briefly the
+\fBalurecdplay\fR
+command\.
+.PP
+This manual page was written for the Debian distribution because the original 
program does not have a manual page\. Instead, it has documentation in the 
html format; see below\.
+.PP
+\fBalurecdplay\fR
+plays a track on a given CD device containing an audio CD\. The default 
device is
+/dev/cdrom1\.
+.SH FILES
+.PP
+/usr/share/doc/libalure\-dev/examples/alurecdplay\.c\.gz
+.RS 4
+The (gzip compressed) source code for of this example program\.
+.RE
+.SH SEE ALSO
+.PP
+\fBalureplay\fR(1),
+\fBalurestream\fR(1)
+.SH AUTHOR
+.PP
+\fBTobias Hansen\fR \tobias\.han@gmx\.de\
+.RS 4
+Wrote this manpage for the Debian system\.
+.RE
+.SH COPYRIGHT
+.br
+Copyright \(co 2011 Tobias Hansen
+.br
+.PP
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+.PP
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software\.
+.PP
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE\.
+.sp
diff --git a/debian/alurecdplay.1.xml b/debian/alurecdplay.1.xml
deleted file mode 100644
index 43c9c5d..000
--- a/debian/alurecdplay.1.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-?xml version='1.0' encoding='UTF-8'?
-!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; [
-
-!--
-
-`xsltproc -''-nonet \
-  -''-param man.charmap.use.subset 0 \
-  -''-param make.year.ranges 1 \
-  -''-param make.single.year.ranges 1 \
-  /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-  manpage.xml'
-
-A manual page package.section will be generated. You may view the
-manual page with: nroff -man package.section | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP = xsltproc -''-nonet -''-param man.charmap.use.subset 0
-
-manpage.1: manpage.xml
-$(XP) $(DB2MAN) $
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. Please remember

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-19-gb0fe035

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit b0fe0358e8e5c00d0375a16c3bdaececbec3c141
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Aug 1 10:10:28 2011 -0400

Revert Fix debian/compat.

This reverts commit 0a97741e6f4db98b9159ada3194f4a464fc7577c.

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..c36d63a
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Using experimental compat level:
+package-needs-versioned-debhelper-build-depends

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-20-gc62eb3d

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c62eb3df26139596b37053e93a71f90021d7
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Aug 1 10:19:05 2011 -0400

Add DEP-3 patch descriptions and refresh patches.

diff --git a/debian/patches/compiler-flags-change.patch 
b/debian/patches/compiler-flags-change.patch
index d33d6ae..1741232 100644
--- a/debian/patches/compiler-flags-change.patch
+++ b/debian/patches/compiler-flags-change.patch
@@ -1,7 +1,8 @@
-Index: alure-1.2/CMakeLists.txt
-===
 alure-1.2.orig/CMakeLists.txt
-+++ alure-1.2/CMakeLists.txt
+Description: Patch to set some compilation flags for various builds.
+Origin: 
http://anonscm.debian.org/gitweb/?p=pkg-games/alure.git;a=tree;f=debian/patches
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -88,6 +88,31 @@
  SET(STATIC_CFLAGS ${STATIC_CFLAGS} -fPIC)
  ENDIF(NOT WIN32)
diff --git a/debian/patches/enable-modplug.patch 
b/debian/patches/enable-modplug.patch
index 66524c6..92818ac 100644
--- a/debian/patches/enable-modplug.patch
+++ b/debian/patches/enable-modplug.patch
@@ -1,9 +1,8 @@
-Enable modplug.
-==
-Index: alure-1.2/CMakeLists.txt
-===
 alure-1.2.orig/CMakeLists.txt
-+++ alure-1.2/CMakeLists.txt
+Description: Patch to set modplug support on by default.
+Origin: 
http://anonscm.debian.org/gitweb/?p=pkg-games/alure.git;a=tree;f=debian/patches
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -169,7 +169,7 @@
  OPTION(FLAC   FLAC support (for FLAC and Ogg FLAC) ON)
  OPTION(MPG123 MPG123 support (for MP1/MP2/MP3) ON)
diff --git a/debian/patches/link-libdumb.so.1.patch 
b/debian/patches/link-libdumb.so.1.patch
index 21bcf23..41581e7 100644
--- a/debian/patches/link-libdumb.so.1.patch
+++ b/debian/patches/link-libdumb.so.1.patch
@@ -1,9 +1,8 @@
-Link to libdumb.so.1, libdumb.so is in the package libdumb1-dev.
-==
-Index: alure-1.2/src/codec_dumb.cpp
-===
 alure-1.2.orig/src/codec_dumb.cpp
-+++ alure-1.2/src/codec_dumb.cpp
+Description: Patch to correct libdumb library to dlopen.
+Origin: 
http://anonscm.debian.org/gitweb/?p=pkg-games/alure.git;a=tree;f=debian/patches
+
+--- a/src/codec_dumb.cpp
 b/src/codec_dumb.cpp
 @@ -93,7 +93,7 @@
  #elif defined(__APPLE__)
  #define DUMB_LIB libdumb.dylib

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-21-ga016d90

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch:
commit a016d904a80ba61b902c2837daf6bc9092e7e3fc
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Aug 1 10:35:30 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 66dff2b..838ece8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
-alure (1.2-1) UNRELEASED; urgency=low
+alure (1.2-1) unstable; urgency=low
 
   [ Andres Mejia ]
   * Update to my @debian.org email.
+  * Add gbp.conf to add pristine-tar option on by default.
+  * Get rid of unneccesary lintian overrides.
+  * Add DEP-3 patch descriptions and refresh patches.
 
   [ Tobias Hansen ]
   * New upstream release.
   * Add multiarch support.
+  * Add man pages for example programs.
 
- -- Tobias Hansen tobias@gmx.de  Mon, 01 Aug 2011 04:40:47 +0200
+ -- Andres Mejia ame...@debian.org  Mon, 01 Aug 2011 10:25:56 -0400
 
 alure (1.1-3) unstable; urgency=low
 

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.2-1, created. debian/1.2-1

2011-08-01 Thread Andres Mejia
The annotated tag, debian/1.2-1 has been created
at  511f4d97c1b9e108cd54bcfd48bc48701a9f1736 (tag)
   tagging  a016d904a80ba61b902c2837daf6bc9092e7e3fc (commit)
  replaces  debian/1.1-3
 tagged by  Andres Mejia
on  Mon Aug 1 10:35:47 2011 -0400

- Shortlog 
Debian release 1.2-1

Andres Mejia (9):
  Update to my @debian.org email address.
  Mark package as UNRELEASED.
  Add gbp.conf to add pristine-tar option on by default.
  Fix debian/compat.
  Get rid of unneccesary lintian overrides.
  Only keep manpages. Don't autogenerate them during build.
  Revert Fix debian/compat.
  Add DEP-3 patch descriptions and refresh patches.
  Update changelog.

Tobias Hansen (12):
  Update changelog to respect release 1.1-3.
  Imported Upstream version 1.2
  Merge commit 'upstream/1.2'
  Remove linker-version-script.patch.
  Update get-orig-source script.
  Adjust patches to new version.
  Update link-libdumb.so.1.patch.
  Update symbols file.
  Ship compiled examples in dev package.
  Add multiarch support.
  Add depends for binary examples and a lintian override.
  Add man pages for example programs.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch:
commit af76efc19cf0b06ec5c741ece2db7e1687b6787d
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Jul 31 23:47:59 2011 -0400

Add gbp.conf to add pristine-tar option on by default.

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 0a97741e6f4db98b9159ada3194f4a464fc7577c
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Jul 31 23:54:00 2011 -0400

Fix debian/compat.
Also get rid of lintian override for wrong debhelper version warning.

diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index c36d63a..000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Using experimental compat level:
-package-needs-versioned-debhelper-build-depends

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 3a60cd6a40c50f7c8548cc84d464d3b8cc89aeb3
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Jul 31 23:57:50 2011 -0400

Get rid of unneccesary lintian overrides.
At least I don't get these warnings on my machine.

diff --git a/debian/alure-doc.lintian-overrides 
b/debian/alure-doc.lintian-overrides
deleted file mode 100644
index 69f32ed..000
--- a/debian/alure-doc.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream doesn't provide a changelog:
-no-upstream-changelog
diff --git a/debian/libalure-dev.lintian-overrides 
b/debian/libalure-dev.lintian-overrides
deleted file mode 100644
index 69f32ed..000
--- a/debian/libalure-dev.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream doesn't provide a changelog:
-no-upstream-changelog
diff --git a/debian/libalure1.lintian-overrides 
b/debian/libalure1.lintian-overrides
deleted file mode 100644
index 69f32ed..000
--- a/debian/libalure1.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Upstream doesn't provide a changelog:
-no-upstream-changelog

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-2-10-g7e5f77e

2011-07-17 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 7e5f77e47b70e9dee5694f86ec843e304e8f53ce
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Jul 17 12:59:14 2011 -0400

Mark package as UNRELEASED.

diff --git a/debian/changelog b/debian/changelog
index 48ace79..a1af020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-alure (1.1-3) unstable; urgency=low
+alure (1.1-3) UNRELEASED; urgency=low
 
   [ Tobias Hansen ]
   * Add linker version script to prevent
@@ -9,7 +9,7 @@ alure (1.1-3) unstable; urgency=low
   [ Andres Mejia ]
   * Update to my @debian.org email.
 
- -- Andres Mejia ame...@debian.org  Sun, 17 Jul 2011 12:56:49 -0400
+ -- Andres Mejia ame...@debian.org  Sun, 17 Jul 2011 12:58:41 -0400
 
 alure (1.1-2) unstable; urgency=low
 

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-2-10-g7e5f77e

2011-07-17 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 016040864b417e4279f9168a630c420d765fbe06
Author: Andres Mejia mcita...@gmail.com
Date:   Sun Jul 17 12:58:25 2011 -0400

Update to my @debian.org email address.

diff --git a/debian/changelog b/debian/changelog
index e791b2f..48ace79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 alure (1.1-3) unstable; urgency=low
 
+  [ Tobias Hansen ]
   * Add linker version script to prevent
 unnecessary symbols from being exported.
   * Add symbols file. (Closes: #625248)
   * Link to libdumb.so.1 instead of libdumb.so
 
- -- Tobias Hansen tobias@gmx.de  Sat, 28 May 2011 17:30:12 +0200
+  [ Andres Mejia ]
+  * Update to my @debian.org email.
+
+ -- Andres Mejia ame...@debian.org  Sun, 17 Jul 2011 12:56:49 -0400
 
 alure (1.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ba220e2..3ade6c0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: alure
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Andres Mejia mcita...@gmail.com, Tobias Hansen tobias@gmx.de
+Uploaders: Andres Mejia ame...@debian.org, Tobias Hansen tobias@gmx.de
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7.0.50), cmake, libopenal-dev,
  libsndfile-dev, libvorbis-dev, libflac-dev, libmpg123-dev, libdumb1-dev,

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c55aba28db7e358e5868b3eaf0b7e4ddca0c334f
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 13:24:39 2011 -0400

Update tarball generation script for new upstream source.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index 06be332..535edff 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -4,9 +4,9 @@
 # generate it into an orig source tarball for Debian.
 
 # Common variables used to ease maintenance of this script
-OPENAL_SOFT_TARBALL=openal-soft-1.11.753.tar.bz2
-OPENAL_SOFT_TARBALL_CHECKSUM=e9a071a00fb9cb37dbbe290818d5906b
-OPENAL_SOFT_VERSION=1.11.753
+OPENAL_SOFT_TARBALL=openal-soft-1.13.tar.bz2
+OPENAL_SOFT_TARBALL_CHECKSUM=58b7d2809790c70681b825644c5f3614
+OPENAL_SOFT_VERSION=1.13
 OPENAL_SOFT_ORIG_TARBALL=$(echo openal-soft-$OPENAL_SOFT_VERSION.tar.bz2 | \
 sed -e s/soft-$OPENAL_SOFT_VERSION/soft_$OPENAL_SOFT_VERSION/ | \
 sed -e s/\.tar\.bz2/.orig.tar.bz2/)

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 78035d13d6616172136b82d8b3ce0c2225f975e2
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 13:31:23 2011 -0400

Use sha256 checksum to check upstream source.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index 535edff..c517915 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -5,7 +5,7 @@
 
 # Common variables used to ease maintenance of this script
 OPENAL_SOFT_TARBALL=openal-soft-1.13.tar.bz2
-OPENAL_SOFT_TARBALL_CHECKSUM=58b7d2809790c70681b825644c5f3614
+OPENAL_SOFT_TARBALL_CHECKSUM=dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c
 OPENAL_SOFT_VERSION=1.13
 OPENAL_SOFT_ORIG_TARBALL=$(echo openal-soft-$OPENAL_SOFT_VERSION.tar.bz2 | \
 sed -e s/soft-$OPENAL_SOFT_VERSION/soft_$OPENAL_SOFT_VERSION/ | \
@@ -34,7 +34,7 @@ make_current_tarball() {
 wget -c 
http://kcat.strangesoft.net/openal-releases/$OPENAL_SOFT_TARBALL
 
 # Verify the checksum
-COMPUTED_CHECKSUM=`md5sum $OPENAL_SOFT_TARBALL | cut -d ' ' -f 1`
+COMPUTED_CHECKSUM=`sha256sum $OPENAL_SOFT_TARBALL | cut -d ' ' -f 1`
 if [ $OPENAL_SOFT_TARBALL_CHECKSUM != $COMPUTED_CHECKSUM ] ; then
 echo Checksum verification failed. Checksum was $COMPUTED_CHECKSUM
 Expected checksum $OPENAL_SOFT_TARBALL_CHECKSUM.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 9ae55fba89c4c0190e2f9f182d1089a231920efb
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 13:32:33 2011 -0400

Echo name of upstream tarball instead of hardcoded tarball name with 
version.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index c517915..3a9ea28 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -7,7 +7,7 @@
 OPENAL_SOFT_TARBALL=openal-soft-1.13.tar.bz2
 
OPENAL_SOFT_TARBALL_CHECKSUM=dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c
 OPENAL_SOFT_VERSION=1.13
-OPENAL_SOFT_ORIG_TARBALL=$(echo openal-soft-$OPENAL_SOFT_VERSION.tar.bz2 | \
+OPENAL_SOFT_ORIG_TARBALL=$(echo $OPENAL_SOFT_TARBALL | \
 sed -e s/soft-$OPENAL_SOFT_VERSION/soft_$OPENAL_SOFT_VERSION/ | \
 sed -e s/\.tar\.bz2/.orig.tar.bz2/)
 

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 040b36e3b93006802dcc6d58914b41a6a617b77a
Merge: 9ae55fba89c4c0190e2f9f182d1089a231920efb 
cffef34c77c23a90c1f79bfde907fe9516d3b14f
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 13:33:40 2011 -0400

Merge commit 'upstream/1.13'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit bb9ae3358de14d716beb19ae1ef57432100e1d5b
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 16:09:54 2011 -0400

Update Standards-Version to 3.9.2.

diff --git a/debian/control b/debian/control
index edf5afd..dbf5127 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
 Build-Depends: debhelper (= 7.0.50),
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
cmake, portaudio19-dev, libpulse-dev,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Section: libs
 Vcs-Git: git://git.debian.org/git/pkg-games/openal-soft.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/openal-soft.git

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit d4819c9ea9bce95a2aead63fff0325c6076ec1e3
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 16:13:52 2011 -0400

Use linux-any architecture wildcard for libasound2-dev build depends.

diff --git a/debian/control b/debian/control
index dbf5127..fd81dab 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
Cyril Brulebois k...@debian.org,
Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 7.0.50),
-   libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+   libasound2-dev [linux-any],
cmake, portaudio19-dev, libpulse-dev,
 Standards-Version: 3.9.2
 Section: libs

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

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

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 925fbaefec3f7d0f7b06a8cb22d29ae0e7c35485
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 16:15:44 2011 -0400

Build depend on liboss-salsa-dev for non-Linux architectures.

diff --git a/debian/control b/debian/control
index fd81dab..eb8eb35 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
Cyril Brulebois k...@debian.org,
Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 7.0.50),
-   libasound2-dev [linux-any],
+   libasound2-dev [linux-any] | liboss-salsa-dev [!linux-any],
cmake, portaudio19-dev, libpulse-dev,
 Standards-Version: 3.9.2
 Section: libs

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] Packaging for openal-soft annotated tag, debian/1%1.13-1, created. debian/1%1.13-1

2011-04-22 Thread Andres Mejia
The annotated tag, debian/1%1.13-1 has been created
at  d4d6d02918a7f146629c0def46546da5d27730f4 (tag)
   tagging  e7ba33e4880bda22fc706b3fe7ad24fed7fd (commit)
  replaces  debian/1.11.753-1
 tagged by  Andres Mejia
on  Fri Apr 22 17:50:34 2011 -0400

- Shortlog 
Debian release 1:1.13-1

Andres Mejia (18):
  Imported Upstream version 1.12.854
  Merge commit 'upstream/1.12.854'
  Update changelog for new release
  Remove Thierry Reding from Uploaders. (Closes: #572541)
  Update changelog
  Update tarball generation script for new upstream source.
  Use sha256 checksum to check upstream source.
  Echo name of upstream tarball instead of hardcoded tarball name with 
version.
  Imported Upstream version 1.13
  Merge commit 'upstream/1.13'
  Update Standards-Version to 3.9.2.
  Use linux-any architecture wildcard for libasound2-dev build depends.
  Build depend on liboss-salsa-dev for non-Linux architectures.
  Build openal-soft with 'Release' configuration.
  Use -O3 instead of -O2 compiler optimizations.
  Update changelog.
  Shorten changelog line that is too long.
  Correct package version.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-1

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit ab14e3ee832180d10d75e5f45839e51a1fdd1574
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 18:11:24 2011 -0400

Use compiler flags changes from openal-soft.

diff --git a/debian/patches/compiler-flags-change.patch 
b/debian/patches/compiler-flags-change.patch
new file mode 100644
index 000..a01800a
--- /dev/null
+++ b/debian/patches/compiler-flags-change.patch
@@ -0,0 +1,34 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -93,6 +93,31 @@
+ SET(STATIC_CFLAGS ${STATIC_CFLAGS} -fPIC)
+ ENDIF(NOT WIN32)
+ 
++SET(CMAKE_C_FLAGS_RELWITHDEBINFO -g -O2 -D_DEBUG CACHE STRING
++Flags used by the compiler during Release with Debug Info builds.
++FORCE)
++SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO -g -O2 -D_DEBUG CACHE STRING
++Flags used by the compiler during Release with Debug Info builds.
++FORCE)
++SET(CMAKE_C_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING
++Flags used by the compiler during release minsize builds.
++FORCE)
++SET(CMAKE_CXX_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING
++Flags used by the compiler during release minsize builds.
++FORCE)
++SET(CMAKE_C_FLAGS_RELEASE -O3 -fomit-frame-pointer -DNDEBUG CACHE STRING
++Flags used by the compiler during release builds
++FORCE)
++SET(CMAKE_CXX_FLAGS_RELEASE -O3 -fomit-frame-pointer -DNDEBUG CACHE 
STRING
++Flags used by the compiler during release builds
++FORCE)
++SET(CMAKE_C_FLAGS_DEBUG -g3 -D_DEBUG CACHE STRING
++Flags used by the compiler during debug builds.
++FORCE)
++SET(CMAKE_CXX_FLAGS_DEBUG -g3 -D_DEBUG CACHE STRING
++Flags used by the compiler during debug builds.
++FORCE)
++
+ CHECK_C_COMPILER_FLAG(-Wextra HAVE_WEXTRA)
+ IF(HAVE_WEXTRA)
+ ADD_DEFINITIONS(-Wextra)
diff --git a/debian/patches/series b/debian/patches/series
index 59c901d..bf2783f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 enable-modplug.patch
+compiler-flags-change.patch

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. debian/1.1-1

2011-04-22 Thread Andres Mejia
The following commit has been merged in the master branch:
commit edbe8caef0e59aa8744c1893ccc610ebc36040b9
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Apr 22 18:15:21 2011 -0400

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 636844b..43d5155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
 alure (1.1-1) unstable; urgency=low
 
-  * New upstream release (Closes: #620697)
-
- -- Tobias Hansen tobias@gmx.de  Tue, 05 Apr 2011 07:41:21 +0100
+  [ Tobias Hansen ]
+  * Add shlibs file.
+  * Add copyright information for Debian packaging.
+  * Delete lintian-overrides for dbg package.
+  * Unapply patches after build
+
+  [ Andres Mejia ]
+  * Enable modplug support without sndfile.h conflict.
+  * Include dependencies for dynamically loaded libraries.
+  * Build libalure for release. Removes debugging package.
+  * Use compiler flags changes from openal-soft.
+
+ -- Andres Mejia mcita...@gmail.com  Fri, 22 Apr 2011 18:14:01 -0400
 
 alure (1.0-2) unstable; urgency=low
 

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging annotated tag, debian/1.1-2, created. debian/1.1-2

2011-04-22 Thread Andres Mejia
The annotated tag, debian/1.1-2 has been created
at  021c87cf0cbde0786110a154cb22fcc9c9435431 (tag)
   tagging  9a72500321feeecbd3d74b895acaf47e63eb3a33 (commit)
  replaces  debian/1.1-1
 tagged by  Andres Mejia
on  Fri Apr 22 19:17:40 2011 -0400

- Shortlog 
Debian release 1.1-2

Andres Mejia (1):
  Remove shlibs file. Dependency on libalure need not be so strict.

---

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] ALURE packaging branch, master, updated. upstream/1.1-21-gc529b5b

2011-04-14 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c529b5b4d5055f4254c798343cd7376e09f5e2fa
Author: Andres Mejia mcita...@gmail.com
Date:   Thu Apr 14 17:35:30 2011 -0400

Enable modplug support without sndfile.h conflict.

diff --git a/debian/control b/debian/control
index ee0a0fa..be82d39 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Andres Mejia mcita...@gmail.com, Tobias Hansen 
tobias@gmx.de
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7.0.50), cmake, libopenal-dev,
  libsndfile-dev, libvorbis-dev, libflac-dev, libmpg123-dev, libdumb1-dev,
- libfluidsynth-dev
+ libfluidsynth-dev, libmodplug-dev
 Standards-Version: 3.9.1
 Section: libs
 Vcs-Git: git://git.debian.org/git/pkg-games/alure.git
diff --git a/debian/patches/enable-modplug.patch 
b/debian/patches/enable-modplug.patch
new file mode 100644
index 000..3a218b4
--- /dev/null
+++ b/debian/patches/enable-modplug.patch
@@ -0,0 +1,59 @@
+Enable modplug. Manually check for library and header to avoid conflict
+with sndfile.h.
+==
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -158,7 +158,7 @@
+ OPTION(FLAC   FLAC support (for FLAC and Ogg FLAC) ON)
+ OPTION(MPG123 MPG123 support (for MP1/MP2/MP3) ON)
+ OPTION(DUMB   DUMB support (for IT/XM/S3M/MOD) ON)
+-OPTION(MODPLUGModPlug support (for IT/XM/S3M/MOD) OFF)
++OPTION(MODPLUGModPlug support (for IT/XM/S3M/MOD) ON)
+ OPTION(FLUIDSYNTH FluidSynth support (for MID) ON)
+ 
+ IF(WIN32)
+@@ -344,23 +344,16 @@
+ 
+ # ModPlug support
+ IF(MODPLUG)
+-PKG_CHECK_MODULES(MODPLUG libmodplug)
+-IF(NOT MODPLUG_FOUND)
+-CHECK_INCLUDE_FILE(modplug.h HAVE_MODPLUG_H)
+-IF(HAVE_MODPLUG_H)
+-CHECK_SHARED_LIBRARY_EXISTS(modplug ModPlug_Load  
HAVE_LIBMODPLUG)
+-IF(DYNLOAD OR HAVE_LIBMODPLUG)
+-SET(HAS_MODPLUG 1)
+-IF(HAVE_LIBMODPLUG)
+-SET(MODPLUG_LIBRARIES modplug)
+-ENDIF(HAVE_LIBMODPLUG)
+-ENDIF(DYNLOAD OR HAVE_LIBMODPLUG)
+-ENDIF(HAVE_MODPLUG_H)
+-ELSE(NOT MODPLUG_FOUND)
+-SET(HAS_MODPLUG 1)
+-INCLUDE_DIRECTORIES(${MODPLUG_INCLUDE_DIRS})
+-LINK_DIRECTORIES(${MODPLUG_LIBRARY_DIRS})
+-ENDIF(NOT MODPLUG_FOUND)
++CHECK_INCLUDE_FILE(libmodplug/modplug.h HAVE_MODPLUG_H)
++IF(HAVE_MODPLUG_H)
++CHECK_SHARED_LIBRARY_EXISTS(modplug ModPlug_Load  HAVE_LIBMODPLUG)
++IF(DYNLOAD OR HAVE_LIBMODPLUG)
++SET(HAS_MODPLUG 1)
++IF(HAVE_LIBMODPLUG)
++SET(MODPLUG_LIBRARIES modplug)
++ENDIF(HAVE_LIBMODPLUG)
++ENDIF(DYNLOAD OR HAVE_LIBMODPLUG)
++ENDIF(HAVE_MODPLUG_H)
+ ELSE(MODPLUG)
+ SET(MODPLUG_LIBRARIES )
+ ENDIF(MODPLUG)
+--- a/src/codec_modplug.cpp
 b/src/codec_modplug.cpp
+@@ -30,7 +30,7 @@
+ 
+ #include istream
+ 
+-#include modplug.h
++#include libmodplug/modplug.h
+ 
+ 
+ #ifdef _WIN32
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..59c901d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable-modplug.patch

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


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

2011-04-14 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 5966ba1fce1e87f14c0f556c3cc6cfeecd9b700f
Author: Andres Mejia mcita...@gmail.com
Date:   Thu Apr 14 22:44:03 2011 -0400

Include dependencies for dynamically loaded libraries.

diff --git a/debian/alure-dynload-shlibdeps b/debian/alure-dynload-shlibdeps
new file mode 100755
index 000..773cb17
--- /dev/null
+++ b/debian/alure-dynload-shlibdeps
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+# This script is used to check all dependencies for dynamically loaded
+# libraries.
+
+set -e
+
+LIBSNDFILE_DEPENDS=$(cat /var/lib/dpkg/info/libsndfile1.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBVORBISFILE_DEPENDS=$(cat /var/lib/dpkg/info/libvorbisfile3.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBFLAC_DEPENDS=$(cat /var/lib/dpkg/info/libflac8.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBMPG123_DEPENDS=$(cat /var/lib/dpkg/info/libmpg123-0.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBDUMB_DEPENDS=$(cat /var/lib/dpkg/info/libdumb1.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBMODPLUG_DEPENDS=$(cat /var/lib/dpkg/info/libmodplug1.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+LIBFLUIDSYNTH_DEPENDS=$(cat /var/lib/dpkg/info/libfluidsynth1.shlibs | \
+  sed 
's/^[^[:space:]]\+\?[[:space:]]\+\?[^[:space:]]\+\?[[:space:]]\+\?\(.*\)$/\1/')
+
+sed s/^Depends:.*$/, $LIBSNDFILE_DEPENDS, $LIBVORBISFILE_DEPENDS, 
$LIBFLAC_DEPENDS, $LIBMPG123_DEPENDS, $LIBDUMB_DEPENDS, $LIBMODPLUG_DEPENDS, 
$LIBFLUIDSYNTH_DEPENDS/ \
+  -i debian/libalure1/DEBIAN/control
+
+exit 0
diff --git a/debian/rules b/debian/rules
index 73f2d0c..a34665b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,5 +37,9 @@ override_dh_auto_install:
 override_dh_strip:
dh_strip --dbg-package=libalure1-dbg
 
+override_dh_gencontrol:
+   dh_gencontrol
+   debian/alure-dynload-shlibdeps
+
 get-orig-source:
$(dir $_)alure-get-orig-source

-- 
ALURE packaging

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.11.753-1-5-g99eda49

2010-05-29 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 298f360a49ee1d57eb305a10958e04479b2b667b
Merge: 9c1112d9fd40372d7fbb9a0982f3782b5c983d77 
3d31689ce28eba5e45a887ca09f733a5a068a4d5
Author: Andres Mejia mcita...@gmail.com
Date:   Sat May 29 12:25:11 2010 -0400

Merge commit 'upstream/1.12.854'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.11.753-1-5-g99eda49

2010-05-29 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c9d0eebaba7df198d29c67de4a113a04ddb5c64b
Author: Andres Mejia mcita...@gmail.com
Date:   Sat May 29 12:36:49 2010 -0400

Update changelog for new release

diff --git a/debian/changelog b/debian/changelog
index 9864f53..da5c556 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openal-soft (1:1.12.854-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Andres Mejia mcita...@gmail.com  Sat, 29 May 2010 12:26:00 -0400
+
 openal-soft (1:1.11.753-1) unstable; urgency=low
 
   * New upstream release.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.11.753-1-5-g99eda49

2010-05-29 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 5c5dc35079edd10c3e9af6df29a088abaa8ef98f
Author: Andres Mejia mcita...@gmail.com
Date:   Sat May 29 12:38:28 2010 -0400

Remove Thierry Reding from Uploaders. (Closes: #572541)

diff --git a/debian/control b/debian/control
index 02167a5..edf5afd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Maintainer: Debian Games Team 
pkg-games-de...@lists.alioth.debian.org
 Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
Andres Mejia mcita...@gmail.com,
Reinhard Tartler siret...@tauware.de,
-   Thierry Reding thie...@doppeltgemoppelt.de,
Cyril Brulebois k...@debian.org,
Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 7.0.50),

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] Packaging for openal-soft branch, master, updated. debian/1.11.753-1-5-g99eda49

2010-05-29 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 99eda491c36cbd308252f8c5fa293d803e737ce4
Author: Andres Mejia mcita...@gmail.com
Date:   Sat May 29 12:40:22 2010 -0400

Update changelog

diff --git a/debian/changelog b/debian/changelog
index da5c556..4b220ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openal-soft (1:1.12.854-2) unstable; urgency=low
+
+  * Remove Thierry Reding from Uploaders. (Closes: #572541)
+
+ -- Andres Mejia mcita...@gmail.com  Sat, 29 May 2010 12:39:55 -0400
+
 openal-soft (1:1.12.854-1) unstable; urgency=low
 
   * New upstream release.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, pristine-tar, updated. 9601954645ae8a6167834b89f20767cff20d761d

2010-05-29 Thread Andres Mejia
The following commit has been merged in the pristine-tar branch:
commit 9601954645ae8a6167834b89f20767cff20d761d
Author: Andres Mejia mcita...@gmail.com
Date:   Sat May 29 12:25:09 2010 -0400

pristine-tar data for openal-soft_1.12.854.orig.tar.bz2

diff --git a/openal-soft_1.12.854.orig.tar.bz2.delta 
b/openal-soft_1.12.854.orig.tar.bz2.delta
new file mode 100644
index 000..73530c3
Binary files /dev/null and b/openal-soft_1.12.854.orig.tar.bz2.delta differ
diff --git a/openal-soft_1.12.854.orig.tar.bz2.id 
b/openal-soft_1.12.854.orig.tar.bz2.id
new file mode 100644
index 000..a97f101
--- /dev/null
+++ b/openal-soft_1.12.854.orig.tar.bz2.id
@@ -0,0 +1 @@
+3d31689ce28eba5e45a887ca09f733a5a068a4d5

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for ogre-contrib branch, master, updated. debian/1.4.8-1-15-gdd38ab0

2010-02-09 Thread Andres Mejia
The following commit has been merged in the master branch:
commit dd38ab070c9a515b08d57512659b609d4d74e7d8
Author: Andres Mejia mcita...@gmail.com
Date:   Tue Feb 9 12:50:06 2010 -0500

Remove myself from Uploaders field again. I have no interest in maintaining 
ogre.

diff --git a/debian/control b/debian/control
index a623a5c..6208abb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ogre-contrib
 Priority: optional
 Section: contrib/libs
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Andres Mejia mcita...@gmail.com, Federico Di Gregorio 
f...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Federico Di Gregorio f...@debian.org, Michael Koch 
konque...@gmx.de
 Build-Depends: debhelper (= 7), quilt, libtool, automake, pkg-config, 
nvidia-cg-toolkit (= 2.0), libfreetype6-dev, libfreeimage-dev, libzzip-dev, 
libogre-dev (= 1.6.4), libogre-dev ( 1.6.5~)
 Standards-Version: 3.8.4
 Homepage: http://ogre3d.org/

-- 
Packaging for ogre-contrib

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-12-g9c1112d

2010-02-08 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 8f865015b93d4ff687793369c88c4bfdaf67fddb
Merge: 062fa91886d469bf4427ed5fbc5c234bc88f6839 
5da311ee326de4f59664c17024719753dccf148a
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Feb 8 15:56:53 2010 -0500

Merge commit 'upstream/1.11.753'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-12-g9c1112d

2010-02-08 Thread Andres Mejia
The following commit has been merged in the master branch:
commit d44e7f8599a039af48b397df132486c8ba630c8f
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Feb 8 16:10:54 2010 -0500

Update openal-soft-get-orig-source script for new upstream version.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index da839ae..06be332 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -4,11 +4,11 @@
 # generate it into an orig source tarball for Debian.
 
 # Common variables used to ease maintenance of this script
-OPENAL_SOFT_TARBALL=openal-soft-1.10.622.tar.bz2
-OPENAL_SOFT_TARBALL_CHECKSUM=d6324d0e7a4fd799e48e720c023fe1c0
-OPENAL_SOFT_VERSION=1.10.622
+OPENAL_SOFT_TARBALL=openal-soft-1.11.753.tar.bz2
+OPENAL_SOFT_TARBALL_CHECKSUM=e9a071a00fb9cb37dbbe290818d5906b
+OPENAL_SOFT_VERSION=1.11.753
 OPENAL_SOFT_ORIG_TARBALL=$(echo openal-soft-$OPENAL_SOFT_VERSION.tar.bz2 | \
-sed -e s/soft-$OPENAL_SOFT_VERSION/soft_1.10.622/ | \
+sed -e s/soft-$OPENAL_SOFT_VERSION/soft_$OPENAL_SOFT_VERSION/ | \
 sed -e s/\.tar\.bz2/.orig.tar.bz2/)
 
 USAGE=\n\

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-12-g9c1112d

2010-02-08 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 9c1112d9fd40372d7fbb9a0982f3782b5c983d77
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Feb 8 16:11:20 2010 -0500

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index cd5d7aa..9864f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+openal-soft (1:1.11.753-1) unstable; urgency=low
+
+  * New upstream release.
+  * Provides better compatibility with newer PulseAudio libraries.
+(Closes: #566634)
+  * Fix issue where certain apps would hang while using pulse as the backend.
+(Closes: #562524)
+  * Bump Standards-Version to 3.8.4.
+  * Update openal-soft-get-orig-source script.
+
+ -- Andres Mejia mcita...@gmail.com  Mon, 08 Feb 2010 15:58:01 -0500
+
 openal-soft (1:1.10.622-1) unstable; urgency=low
 
   * New upstream release.

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, pristine-tar, updated. e5527ab8ab245fb62ddcde44114f6c22c76cf440

2010-02-08 Thread Andres Mejia
The following commit has been merged in the pristine-tar branch:
commit e5527ab8ab245fb62ddcde44114f6c22c76cf440
Author: Andres Mejia mcita...@gmail.com
Date:   Mon Feb 8 15:56:51 2010 -0500

pristine-tar data for openal-soft_1.11.753.orig.tar.bz2

diff --git a/openal-soft_1.11.753.orig.tar.bz2.delta 
b/openal-soft_1.11.753.orig.tar.bz2.delta
new file mode 100644
index 000..cbf2000
Binary files /dev/null and b/openal-soft_1.11.753.orig.tar.bz2.delta differ
diff --git a/openal-soft_1.11.753.orig.tar.bz2.id 
b/openal-soft_1.11.753.orig.tar.bz2.id
new file mode 100644
index 000..f342afb
--- /dev/null
+++ b/openal-soft_1.11.753.orig.tar.bz2.id
@@ -0,0 +1 @@
+5da311ee326de4f59664c17024719753dccf148a

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, debian/1.11.753-1, created. debian/1.11.753-1

2010-02-08 Thread Andres Mejia
The annotated tag, debian/1.11.753-1 has been created
at  4bfffed778f1c474e68b0eb175d86b7d7673cbe2 (tag)
   tagging  9c1112d9fd40372d7fbb9a0982f3782b5c983d77 (commit)
  replaces  debian/1.9.563-1
 tagged by  Andres Mejia
on  Mon Feb 8 16:49:26 2010 -0500

- Shortlog 
Debian release 1:1.11.753-1

Andres Mejia (12):
  Add phony target for build since there's a build directory in the 
source tree.
  Update changelog.
  Convert to Debian source format 3.0 (quilt).
  Updating openal-soft-get-orig-source for new upstream release.
  Imported Upstream version 1.10.622
  Merge commit 'upstream/1.10.622'
  Update changelog.
  Imported Upstream version 1.11.753
  Merge commit 'upstream/1.11.753'
  Bump Standards-Version to 3.8.4.
  Update openal-soft-get-orig-source script for new upstream version.
  Update changelog.

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, upstream/1.11.753, created. upstream/1.11.753

2010-02-08 Thread Andres Mejia
The annotated tag, upstream/1.11.753 has been created
at  13abda4906548e335646c867a024d6889d59a19d (tag)
   tagging  5da311ee326de4f59664c17024719753dccf148a (commit)
  replaces  upstream/1.10.622
 tagged by  Andres Mejia
on  Mon Feb 8 15:56:51 2010 -0500

- Shortlog 
Upstream version 1.11.753

Andres Mejia (1):
  Imported Upstream version 1.11.753

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-7-g062fa91

2009-11-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit c07475a9439fda1067914d9e5dc1eb4b515bad7f
Author: Andres Mejia mcita...@gmail.com
Date:   Wed Nov 25 14:35:54 2009 -0500

Convert to Debian source format 3.0 (quilt).

diff --git a/debian/control b/debian/control
index dec15ba..c87d96c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Bruno Fuddl Kleinert fu...@tauware.de,
Thierry Reding thie...@doppeltgemoppelt.de,
Cyril Brulebois k...@debian.org,
Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7.0.50), quilt (= 0.46-7),
+Build-Depends: debhelper (= 7.0.50),
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
cmake, portaudio19-dev, libpulse-dev,
 Standards-Version: 3.8.3
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cafd205..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# Nothing to patch
diff --git a/debian/rules b/debian/rules
index 713123e..89643f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,10 +19,10 @@ BUILD_TREE=$(CURDIR)/build-tree
 
 .PHONY: build
 %:
-   dh --with quilt $@
+   dh $@
 
 build:
-   dh --with quilt $@
+   dh $@
 
 override_dh_auto_clean:
rm -rf $(BUILD_TREE)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-7-g062fa91

2009-11-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 3c2053a120327240aa511a292385c669e3fa7353
Author: Andres Mejia mcita...@gmail.com
Date:   Wed Nov 25 14:47:10 2009 -0500

Updating openal-soft-get-orig-source for new upstream release.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index da58941..da839ae 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -4,25 +4,23 @@
 # generate it into an orig source tarball for Debian.
 
 # Common variables used to ease maintenance of this script
-OPENAL_SOFT_TARBALL=openal-soft-1.9.563.tar.bz2
-OPENAL_SOFT_TARBALL_CHECKSUM=7584387f321cde91e3a4cfacf89bcc5f
-OPENAL_SOFT_VERSION=1.9.563
+OPENAL_SOFT_TARBALL=openal-soft-1.10.622.tar.bz2
+OPENAL_SOFT_TARBALL_CHECKSUM=d6324d0e7a4fd799e48e720c023fe1c0
+OPENAL_SOFT_VERSION=1.10.622
+OPENAL_SOFT_ORIG_TARBALL=$(echo openal-soft-$OPENAL_SOFT_VERSION.tar.bz2 | \
+sed -e s/soft-$OPENAL_SOFT_VERSION/soft_1.10.622/ | \
+sed -e s/\.tar\.bz2/.orig.tar.bz2/)
 
 USAGE=\n\
 This script is used to generate the orig tarball used in building\n\
 Debian packages for openal-soft-$OPENAL_SOFT_VERSION.\n\
 Usage: openal-soft-get-orig-source [OPTION]\n\
 \n\
- -h, --help Display this help message.\n\
- --remove-upstream-tarball  Remove the upstream source tarball.\n
+ -h, --help Display this help message.\n
 
 while [ $# -gt 0 ]
 do
 case $1 in
---remove-upstream-tarball)
-REMOVE_UPSTREAM_TARBALL=1
-shift
-;;
 -h|--help|*)
 echo ${USAGE}
 exit 1
@@ -45,18 +43,8 @@ make_current_tarball() {
 echo Checksum verified. Checksum is $COMPUTED_CHECKSUM.
 fi
 
-echo -n Extracting tarball...
-tar -xjf $OPENAL_SOFT_TARBALL
-echo done.
-echo -n Repacking as openal-soft_$OPENAL_SOFT_VERSION.orig.tar.gz...
-tar -czf openal-soft_$OPENAL_SOFT_VERSION.orig.tar.gz \
-openal-soft-$OPENAL_SOFT_VERSION/
-echo done.
-if [ $REMOVE_UPSTREAM_TARBALL ]; then
-echo -n Removing upstream tarball...
-rm $OPENAL_SOFT_TARBALL
-echo done.
-fi
+echo Renaming $OPENAL_SOFT_TARBALL to $OPENAL_SOFT_ORIG_TARBALL
+mv $OPENAL_SOFT_TARBALL $OPENAL_SOFT_ORIG_TARBALL
 }
 
 make_current_tarball
diff --git a/debian/rules b/debian/rules
index 89643f7..3fb3095 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,4 +42,4 @@ override_dh_strip:
dh_strip --dbg-package=libopenal1-dbg
 
 get-orig-source:
-   $(dir $_)openal-soft-get-orig-source --remove-upstream-tarball
+   $(dir $_)openal-soft-get-orig-source

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-7-g062fa91

2009-11-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 175b8f7629cabe5573bcb264298624e56dacc3c1
Merge: 3c2053a120327240aa511a292385c669e3fa7353 
111fb376fa75bc817c06d449a568a566df1d368b
Author: Andres Mejia mcita...@gmail.com
Date:   Wed Nov 25 14:47:46 2009 -0500

Merge commit 'upstream/1.10.622'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-7-g062fa91

2009-11-25 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 062fa91886d469bf4427ed5fbc5c234bc88f6839
Author: Andres Mejia mcita...@gmail.com
Date:   Wed Nov 25 15:02:19 2009 -0500

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index 8029690..cd5d7aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+openal-soft (1:1.10.622-1) unstable; urgency=low
+
+  * New upstream release.
+  * Issue with using PulseAudio backend fixed.
+(Closes: #548373)
+(Closes: #551018)
+  * Switch to Debian source format 3.0 (quilt).
+
+ -- Andres Mejia mcita...@gmail.com  Wed, 25 Nov 2009 14:59:51 -0500
+
 openal-soft (1:1.9.563-2) unstable; urgency=low
 
   * Add phony target for build since there's a build directory in the 
source

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, pristine-tar, updated. 0fd26edd7401cae655c46970c877bee18373849e

2009-11-25 Thread Andres Mejia
The following commit has been merged in the pristine-tar branch:
commit 0fd26edd7401cae655c46970c877bee18373849e
Author: Andres Mejia mcita...@gmail.com
Date:   Wed Nov 25 14:47:45 2009 -0500

pristine-tar data for openal-soft_1.10.622.orig.tar.bz2

diff --git a/openal-soft_1.10.622.orig.tar.bz2.delta 
b/openal-soft_1.10.622.orig.tar.bz2.delta
new file mode 100644
index 000..a9b16a2
Binary files /dev/null and b/openal-soft_1.10.622.orig.tar.bz2.delta differ
diff --git a/openal-soft_1.10.622.orig.tar.bz2.id 
b/openal-soft_1.10.622.orig.tar.bz2.id
new file mode 100644
index 000..2b2d9ad
--- /dev/null
+++ b/openal-soft_1.10.622.orig.tar.bz2.id
@@ -0,0 +1 @@
+111fb376fa75bc817c06d449a568a566df1d368b

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft annotated tag, upstream/1.10.622, created. upstream/1.10.622

2009-11-25 Thread Andres Mejia
The annotated tag, upstream/1.10.622 has been created
at  a27fa5611298f8d28dd39bf3d89b045780721ad2 (tag)
   tagging  111fb376fa75bc817c06d449a568a566df1d368b (commit)
  replaces  upstream/1.9.563
 tagged by  Andres Mejia
on  Wed Nov 25 14:47:45 2009 -0500

- Shortlog 
Upstream version 1.10.622

Andres Mejia (1):
  Imported Upstream version 1.10.622

---

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.8.466-3-6-g4935225

2009-10-09 Thread Andres Mejia
The following commit has been merged in the master branch:
commit dfb600fb53ad06cc26376f6d03f19d38ef0992af
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Oct 9 18:55:29 2009 -0400

Update openal-soft-get-orig-source script to download new release.

diff --git a/debian/openal-soft-get-orig-source 
b/debian/openal-soft-get-orig-source
index 3c8e293..da58941 100755
--- a/debian/openal-soft-get-orig-source
+++ b/debian/openal-soft-get-orig-source
@@ -4,9 +4,9 @@
 # generate it into an orig source tarball for Debian.
 
 # Common variables used to ease maintenance of this script
-OPENAL_SOFT_TARBALL=openal-soft-1.8.466.tar.bz2
-OPENAL_SOFT_TARBALL_CHECKSUM=28d500e0a6b0a7a824b509ad9eaba7be
-OPENAL_SOFT_VERSION=1.8.466
+OPENAL_SOFT_TARBALL=openal-soft-1.9.563.tar.bz2
+OPENAL_SOFT_TARBALL_CHECKSUM=7584387f321cde91e3a4cfacf89bcc5f
+OPENAL_SOFT_VERSION=1.9.563
 
 USAGE=\n\
 This script is used to generate the orig tarball used in building\n\

-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Packaging for openal-soft branch, master, updated. debian/1.8.466-3-6-g4935225

2009-10-09 Thread Andres Mejia
The following commit has been merged in the master branch:
commit 572a2740ba96e9ce90ea695247d5bec6191596f5
Merge: dfb600fb53ad06cc26376f6d03f19d38ef0992af 
4ae607ec7bdb2a2e624e4a373bb21c02ec5a57be
Author: Andres Mejia mcita...@gmail.com
Date:   Fri Oct 9 18:57:46 2009 -0400

Merge commit 'upstream/1.9.563'


-- 
Packaging for openal-soft

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


  1   2   3   4   5   6   7   >