r5448 - in packages/branches/openal: . andres/debian

Andres Mejia ceros-guest at alioth.debian.org
Fri Jan 18 01:15:04 UTC 2008


Author: ceros-guest
Date: 2008-01-18 01:15:04 +0000 (Fri, 18 Jan 2008)
New Revision: 5448

Added:
   packages/branches/openal/andres/
   packages/branches/openal/andres/debian/changelog
   packages/branches/openal/andres/debian/rules
Removed:
   packages/branches/openal/andres/debian/changelog
   packages/branches/openal/andres/debian/rules
Log:
Create seperate branch of openal to make Debian packages using autotools again.

Copied: packages/branches/openal/andres (from rev 5446, packages/trunk/openal)

Deleted: packages/branches/openal/andres/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2008-01-18 00:52:07 UTC (rev 5446)
+++ packages/branches/openal/andres/debian/changelog	2008-01-18 01:15:04 UTC (rev 5448)
@@ -1,305 +0,0 @@
-openal (1.0~svn20080117.r1469-1~unreleased0) experimental; urgency=low
-
-  [ Cyril Brulebois ]
-  * New upstream snapshot.
-  * Tarball generated by packing the OpenAL-Sample directory from the SVN,
-    revision 1464.
-  * Dropped the following patches:
-    - fix_gcc-4.2.diff:
-        Merged upstream.
-    - kfreebsd_linking.diff:
-        Autotools and m4 are no longer used.
-    - pkg-config_drop_requirements.diff:
-        @requirements@ is now replaced by an appropriate variable.
-    - undocumented_alext_header.diff:
-        There's no file to patch anymore.
-  * Dropped quilt from the B-D accordingly, no patch left!
-  * Upstream now proposes cmake:
-    - debian/control:
-        + Added cmake, pkg-config to the B-D.
-        + Added nasm to the B-D, see debian/TODO.
-        + Dropped libarts1-dev from the B-D, since there's no arts-related
-          code anymore.
-        + Dropped texinfo from the B-D also, no longer needed.
-    - debian/rules:
-        + Moved ./configure to cmake. It looks like almost all --enable-*
-          options are enabled in the CMakeLists.txt file (which means: esd,
-          mp3, vorbis, alsa, sdl). It seems that there's neither `arts' or
-          `capture', though. Alsa is only enabled on Linux, which sounds fine.
-        + Replaced `distclean' by `clean', since cmake doesn't support the
-          former. Extra cleanup will be needed, see TODO.Debian.
-        + Added a BUILD_TREE variable to specify the build directory where the
-          `out-of-tree' build has to be done. That ensures a nice `clean'
-          target.
-  * Transition from libopenal0a to libopenal1:
-    - debian/control:
-        Renamed package, updated Conflicts/Replaces.
-    - debian/libopenal0a.install:
-        Renamed accordingly.
-    - debian/libopenal0a.lintian-overrides:
-        Dropped (it was needed because of the `a' transition). Code snippet in
-        debian/rules dropped accordingly.
-    - debian/libopenal-dev.install:
-        Commented out the installation of *.la, which could probably be just
-        dropped, see debian/TODO.
-  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to the control file.
-  * Added missing dependency on libc-dev to the libopenal1-dev package.
-
-  [ Eddy Petrișor ]
-  * remove myself from the Uploaders list
-
-  [ Jon Dowland ]
-  * Add Homepage: control field to source stanza
-
-  [ Andres Mejia ]
-  * Add script to generate orig tarball.
-
- -- Andres Mejia <mcitadel at gmail.com>  Thu, 17 Jan 2008 19:15:00 -0500
-
-openal (1:0.0.8-6) unstable; urgency=low
-
-  * Continue the switch to quilt by moving all source modifications from the
-    .diff.gz to patches under debian/patches:
-    - kfreebsd_linking.diff:
-        Solve the bad linking on GNU/kFreeBSD;
-    - pkg-config_drop_requirements.diff:
-        Drop @requirements@ from the .pc file;
-    - undocumented_alext_header.diff:
-        Undocumented header addition.
-  * Make the package binNMU safe by replacing `${Source-Version}' with
-    `${binary:Version}'.
-  * Add a lintian override about the package name not matching the SONAME,
-    this being due to the `a' transition.
-  * Don't ignore `make distclean' (add a condition on the presence of a
-    Makefile, but don't use a dash to ignore the potential errors).
-  * Add Homepage links in the control file.
-  * Add a watch file.
-
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 25 Jul 2007 21:58:22 +0200
-
-openal (1:0.0.8-5) unstable; urgency=low
-
-  * Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2
-    (Closes: #379862)
-    - add a build dependency on quilt
-  * Add myself in uploaded
-
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 28 Jun 2007 17:46:36 +0200
-
-openal (1:0.0.8-4) unstable; urgency=low
-
-  * Added a patch from Petr Salinger to make the package build correctly on
-    GNU/kFreeBSD architectures: fixes missing -pthread on linking
-    (Closes: #403811).
-
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 14:20:07 +0000
-
-openal (1:0.0.8-3) unstable; urgency=high
-
-  * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
-    buildds using `sudo' and not `fakeroot', since the $(PWD) is changed when
-    sudo is invoked, due to the user change (Closes: #402408).
-  * Urgency set to `high' due to RC-buggyness.
-  * Added myself in the Uploaders field.
-
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 10:09:35 +0000
-
-openal (1:0.0.8-2) unstable; urgency=medium
-
-  [ Eddy Petrişor ]
-  * added myself to uploaders
-  * Fix FTBFS on GNU/kFreeBSD (closes: #368626)
-  
-  [ Reinhard Tartler]
-  * don't build depend on libasound2-dev on kfreebsd-amd64 (Closes: #361472)
-  * Updated Standards-Version to 3.7.2 (no changes needed)  
-
-  [ Emmet Hikory <emmet.hikory at gmail.com> ]
-  * Added /etc/openalrc to default to ALSA for output (Closes: #346109)
-
- -- Reinhard Tartler <siretart at tauware.de>  Wed, 11 Oct 2006 22:07:21 +0200
-
-openal (1:0.0.8-1) unstable; urgency=low
-
-  [ Thierry Reding ]
-  * New upstream version.
-  * Added epoch to cope with the change in the versioning scheme.
-
-  [ Reinhard Tartler ]
-  * Renamed libopenal0 to libopenal0a. This package is binary incompatible to
-    to the drop of freealut. Upstream will bump SONAME on next release.
-  * Replacing/Conflicting old libopenal0
-  * admin/pkgconfig/openal.pc.in: drop @requirements at . This variable got
-    forgot to be substituted
-
- -- Reinhard Tartler <siretart at tauware.de>  Fri, 24 Feb 2006 11:41:36 +0100
-
-openal (0.2005080600-3) unstable; urgency=low
-
-  * New Maintainer (Closes: #352950)
-  * create a correct shlibs file (Closes: #276979)
-  * Support kFreeBSD-i386 and hurd-i386 in not build depending on libasound2-dev
-    on those architectures (Closes: #327700)
-  * Acknowledge NMUs (Closes: #199557, #283117)
-  * updated fsf address
-  * Using debhelper compat level 5 now
-
- -- Reinhard Tartler <siretart at tauware.de>  Wed, 15 Feb 2006 17:06:08 +0100
-
-openal (0.2005080600-2.1) unstable; urgency=high
-
-  * Non-maintainer upload.
-  * Reapply the previous NMU patches for fixing mips(el) builds
-    (Closes: #199557, #283117)
-
- -- Frank Lichtenheld <djpig at debian.org>  Thu, 13 Oct 2005 19:27:27 +0200
-
-openal (0.2005080600-2) unstable; urgency=low
-
-  * added openal-config (Closes: #323054)
-  * changing libopenal-dev Section from devel to libdevel
-
- -- Dan Helfman <witten at debian.org>  Tue, 23 Aug 2005 19:36:40 -0700
-
-openal (0.2005080600-1) unstable; urgency=high
-
-  * New upstream CVS export
-  * Updated Standards-Version to 3.6.2.1
-  * Replaced libsmpeg0 Depends with libsmpeg0c2 (Closes: #320508)
-
- -- Dan Helfman <witten at debian.org>  Sat,  6 Aug 2005 15:32:22 -0700
-
-openal (0.2004090900-1.1) unstable; urgency=high
-
-  * Non-maintainer upload.
-  * Applied patch by Peter de Schrijver <p2 at ulyssis.org> removing
-    the BROKEN_LIBIO blobs for mips/mipsel (Closes: #283117).
-  * Reran linux/autogen.sh.
-
- -- Michael Banck <mbanck at debian.org>  Wed,  1 Dec 2004 18:03:58 +0100
-
-openal (0.2004090900-1) unstable; urgency=low
-
-  * New upstream CVS export (Closes: #241799).
-  * Removed unuseful arches from sources (for eg win weighted 2.7Mo).
-  * Relibtoolized (no more running autogen in 'debian/rules').
-  * Built with alsa, arts, sdl and capture support (Closes: #193547,
-    #237700).
-  * Compatibility level set to 4.
-  * Removed unuseful 'libopenal0.shlibs', 'libopenal0.postinst',
-    'libopenal0.postrm'.
-  * Corrected build-deps and versions in 'debian/control'.
-  * Rewrote 'debian/copyright'.
-  * 'debian/rules' cleanups.
-  * Removed dot at the end of short descriptions.
-  * Updated Standards-Version to '3.6.1.1'.
-  * Declared an info file section.
-  * Much thanks to Marc Dequenes <Duck at DuckCorp.org> for packaging
-
- -- Dan Helfman <witten at debian.org>  Thu, 09 Sep 2004 21:11:13 -0700
-
-openal (0.2003020200-1.2) unstable; urgency=low
-
-  * NMU
-  * linux/configure.in: s/--library-libs/--libs/g . Closes: #213920
-  * linux/src/al_siteconfig.h: s/errnos/errno/ . Closes: #199557
-  * linux/audioconvert/ac_channels: fix acConvertMono() for big endian
-    machines
-
- -- Michel Daenzer <daenzer at debian.org>  Sun,  2 Nov 2003 14:51:15 +0100
-
-openal (0.2003020200-1.1) unstable; urgency=low
-
-  * NMU to fix breakage caused by libvorbis0a rename. Closes: #185313 
-
- -- Michael Banck <mbanck at debian.org>  Thu,  3 Apr 2003 15:06:06 +0200
-
-openal (0.2003020200-1) unstable; urgency=low
-
-  * New upstream CVS export.
-
- -- Dan Helfman <witten at torsion.org>  Sun,  2 Feb 2003 23:44:02 -0800
-
-openal (0.2003011300-1) unstable; urgency=low
-
-  * Much-needed new upstream CVS export. Closes: #160319, #152692, #175062,
-    #115490, #110430, #117628, #123338, #105993
-
- -- Dan Helfman <witten at torsion.org>  Mon, 13 Jan 2003 15:25:05 -0800
-
-openal (0.2001061600-2.4) unstable; urgency=low
-
-  * NMU to fix breakage caused by libvorbis0 split.
-
- -- Christopher L Cheney <ccheney at debian.org>  Mon, 29 Jul 2002 23:00:00 -0500
-
-openal (0.2001061600-2.3) unstable; urgency=low
-
-  * NMU
-  * configure.in: Use '--library-libs' on sdl-config and dependents to find
-    out what we need to link against.  This change needs to be refined should
-    the package ever start to ship openal-linked executables.  The current
-    utils directory is empty anyway, so this issue is moot right now.
-  * Document implications of above change in README.Debian.
-  * Add hint from Sebastien Sable <Sebastien.Sable at snv.jussieu.fr> for
-    OSS/esd configuration to README.Debian.
-
- -- Daniel Kobras <kobras at debian.org>  Fri,  1 Mar 2002 19:36:22 +0100
-
-openal (0.2001061600-2.2) unstable; urgency=low
-
-  * NMU
-  * Do make distclean in clean target.  Removes x86-centric cache files,
-    and all of a sudden, the world ain't 32bit, little endian anymore.
-    Closes: #110430, #123338
-  * Removed build-dep on automake, which this package never used.
-  * Added build-dep on autoconf, which this package uses.  Zap
-    auto-generated files in clean target--no need to pollute the diff.
-  * Build-dep on autotools-dev, use provided config.{sub,guess}.
-  * Build-dep on Brandenized version of libsdl1.2-dev. Closes: #117628
-  * Build-dep on esd, smpeg, vorbis, and enable in configure call.
-    Closes: #105993
-  * Pass dpkg-provided architecture to configure.
-  * Only call ldconfig in libopenal0 postinst when we configure.
-  * Call ldconfig in libopenal0 postrm when we remove.
-  * Remove emacs blurb from end of changelog.
-  * Complies to policy version 3.5.6.  Adjust standards version.
-
- -- Daniel Kobras <kobras at debian.org>  Sun, 24 Feb 2002 18:31:05 +0100
-
-openal (0.2001061600-2.1) unstable; urgency=low
-
-  * NMU
-  * Remove gratuitous architecture restrictions in
-    debian/control.  (closes: Bug#115490)
-
- -- Doug Porter <dsp at debian.org>  Fri,  2 Nov 2001 14:19:39 -0500
-
-openal (0.2001061600-2) unstable; urgency=low
-
-  * Added Build-Depends for texinfo. Closes: 101234 
-  * Added section to openal.texi as per lintian's warning.
-
- -- Dan Helfman <witten at torsion.org>  Sun, 17 Jun 2001 14:03:40 -0700
-
-openal (0.2001061600-1) unstable; urgency=low
-
-  * New upstream CVS export.
-  * Now builds on alpha Architecture (by turning off -Werror). Closes: 82844
-  * Included openal.info API documentation in libopenal-dev. Closes: 83163
-  * Changed package versioning scheme to placate dpkg.
-
- -- Dan Helfman <witten at torsion.org>  Fri, 15 Jun 2001 22:25:30 -0700
-
-openal (0.0.200101102349-2) unstable; urgency=low
-
-  * Added sparc and powerpc to Architecture.
-
- -- Dan Helfman <witten at torsion.org>  Sun, 14 Jan 2001 02:25:26 -0800
-
-openal (0.0.200101102349-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Dan Helfman <witten at debian.org>  Wed, 10 Jan 2001 23:54:31 -0800
-

Copied: packages/branches/openal/andres/debian/changelog (from rev 5447, packages/trunk/openal/debian/changelog)
===================================================================
--- packages/branches/openal/andres/debian/changelog	                        (rev 0)
+++ packages/branches/openal/andres/debian/changelog	2008-01-18 01:15:04 UTC (rev 5448)
@@ -0,0 +1,303 @@
+openal (1.0~svn20080117.r1469-1~unreleased0) experimental; urgency=low
+
+  [ Cyril Brulebois ]
+  * New upstream snapshot.
+  * Tarball generated by packing the OpenAL-Sample directory from the SVN,
+    revision 1464.
+  * Dropped the following patches:
+    - fix_gcc-4.2.diff:
+        Merged upstream.
+    - kfreebsd_linking.diff:
+        Autotools and m4 are no longer used.
+    - pkg-config_drop_requirements.diff:
+        @requirements@ is now replaced by an appropriate variable.
+    - undocumented_alext_header.diff:
+        There's no file to patch anymore.
+  * Dropped quilt from the B-D accordingly, no patch left!
+  * Upstream now proposes cmake:
+    - debian/control:
+        + Added cmake, pkg-config to the B-D.
+        + Added nasm to the B-D, see debian/TODO.
+        + Dropped libarts1-dev from the B-D, since there's no arts-related
+          code anymore.
+        + Dropped texinfo from the B-D also, no longer needed.
+    - debian/rules:
+        + Moved ./configure to cmake. It looks like almost all --enable-*
+          options are enabled in the CMakeLists.txt file (which means: esd,
+          mp3, vorbis, alsa, sdl). It seems that there's neither `arts' or
+          `capture', though. Alsa is only enabled on Linux, which sounds fine.
+        + Replaced `distclean' by `clean', since cmake doesn't support the
+          former. Extra cleanup will be needed, see TODO.Debian.
+        + Added a BUILD_TREE variable to specify the build directory where the
+          `out-of-tree' build has to be done. That ensures a nice `clean'
+          target.
+  * Transition from libopenal0a to libopenal1:
+    - debian/control:
+        Renamed package, updated Conflicts/Replaces.
+    - debian/libopenal0a.install:
+        Renamed accordingly.
+    - debian/libopenal0a.lintian-overrides:
+        Dropped (it was needed because of the `a' transition). Code snippet in
+        debian/rules dropped accordingly.
+  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to the control file.
+  * Added missing dependency on libc-dev to the libopenal1-dev package.
+
+  [ Eddy Petrișor ]
+  * remove myself from the Uploaders list
+
+  [ Jon Dowland ]
+  * Add Homepage: control field to source stanza
+
+  [ Andres Mejia ]
+  * Add script to generate orig tarball.
+  * Using proper CFLAGS.
+
+ -- Andres Mejia <mcitadel at gmail.com>  Thu, 17 Jan 2008 19:15:00 -0500
+
+openal (1:0.0.8-6) unstable; urgency=low
+
+  * Continue the switch to quilt by moving all source modifications from the
+    .diff.gz to patches under debian/patches:
+    - kfreebsd_linking.diff:
+        Solve the bad linking on GNU/kFreeBSD;
+    - pkg-config_drop_requirements.diff:
+        Drop @requirements@ from the .pc file;
+    - undocumented_alext_header.diff:
+        Undocumented header addition.
+  * Make the package binNMU safe by replacing `${Source-Version}' with
+    `${binary:Version}'.
+  * Add a lintian override about the package name not matching the SONAME,
+    this being due to the `a' transition.
+  * Don't ignore `make distclean' (add a condition on the presence of a
+    Makefile, but don't use a dash to ignore the potential errors).
+  * Add Homepage links in the control file.
+  * Add a watch file.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 25 Jul 2007 21:58:22 +0200
+
+openal (1:0.0.8-5) unstable; urgency=low
+
+  * Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2
+    (Closes: #379862)
+    - add a build dependency on quilt
+  * Add myself in uploaded
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 28 Jun 2007 17:46:36 +0200
+
+openal (1:0.0.8-4) unstable; urgency=low
+
+  * Added a patch from Petr Salinger to make the package build correctly on
+    GNU/kFreeBSD architectures: fixes missing -pthread on linking
+    (Closes: #403811).
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 14:20:07 +0000
+
+openal (1:0.0.8-3) unstable; urgency=high
+
+  * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
+    buildds using `sudo' and not `fakeroot', since the $(PWD) is changed when
+    sudo is invoked, due to the user change (Closes: #402408).
+  * Urgency set to `high' due to RC-buggyness.
+  * Added myself in the Uploaders field.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 10:09:35 +0000
+
+openal (1:0.0.8-2) unstable; urgency=medium
+
+  [ Eddy Petrişor ]
+  * added myself to uploaders
+  * Fix FTBFS on GNU/kFreeBSD (closes: #368626)
+  
+  [ Reinhard Tartler]
+  * don't build depend on libasound2-dev on kfreebsd-amd64 (Closes: #361472)
+  * Updated Standards-Version to 3.7.2 (no changes needed)  
+
+  [ Emmet Hikory <emmet.hikory at gmail.com> ]
+  * Added /etc/openalrc to default to ALSA for output (Closes: #346109)
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 11 Oct 2006 22:07:21 +0200
+
+openal (1:0.0.8-1) unstable; urgency=low
+
+  [ Thierry Reding ]
+  * New upstream version.
+  * Added epoch to cope with the change in the versioning scheme.
+
+  [ Reinhard Tartler ]
+  * Renamed libopenal0 to libopenal0a. This package is binary incompatible to
+    to the drop of freealut. Upstream will bump SONAME on next release.
+  * Replacing/Conflicting old libopenal0
+  * admin/pkgconfig/openal.pc.in: drop @requirements at . This variable got
+    forgot to be substituted
+
+ -- Reinhard Tartler <siretart at tauware.de>  Fri, 24 Feb 2006 11:41:36 +0100
+
+openal (0.2005080600-3) unstable; urgency=low
+
+  * New Maintainer (Closes: #352950)
+  * create a correct shlibs file (Closes: #276979)
+  * Support kFreeBSD-i386 and hurd-i386 in not build depending on libasound2-dev
+    on those architectures (Closes: #327700)
+  * Acknowledge NMUs (Closes: #199557, #283117)
+  * updated fsf address
+  * Using debhelper compat level 5 now
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 15 Feb 2006 17:06:08 +0100
+
+openal (0.2005080600-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Reapply the previous NMU patches for fixing mips(el) builds
+    (Closes: #199557, #283117)
+
+ -- Frank Lichtenheld <djpig at debian.org>  Thu, 13 Oct 2005 19:27:27 +0200
+
+openal (0.2005080600-2) unstable; urgency=low
+
+  * added openal-config (Closes: #323054)
+  * changing libopenal-dev Section from devel to libdevel
+
+ -- Dan Helfman <witten at debian.org>  Tue, 23 Aug 2005 19:36:40 -0700
+
+openal (0.2005080600-1) unstable; urgency=high
+
+  * New upstream CVS export
+  * Updated Standards-Version to 3.6.2.1
+  * Replaced libsmpeg0 Depends with libsmpeg0c2 (Closes: #320508)
+
+ -- Dan Helfman <witten at debian.org>  Sat,  6 Aug 2005 15:32:22 -0700
+
+openal (0.2004090900-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Applied patch by Peter de Schrijver <p2 at ulyssis.org> removing
+    the BROKEN_LIBIO blobs for mips/mipsel (Closes: #283117).
+  * Reran linux/autogen.sh.
+
+ -- Michael Banck <mbanck at debian.org>  Wed,  1 Dec 2004 18:03:58 +0100
+
+openal (0.2004090900-1) unstable; urgency=low
+
+  * New upstream CVS export (Closes: #241799).
+  * Removed unuseful arches from sources (for eg win weighted 2.7Mo).
+  * Relibtoolized (no more running autogen in 'debian/rules').
+  * Built with alsa, arts, sdl and capture support (Closes: #193547,
+    #237700).
+  * Compatibility level set to 4.
+  * Removed unuseful 'libopenal0.shlibs', 'libopenal0.postinst',
+    'libopenal0.postrm'.
+  * Corrected build-deps and versions in 'debian/control'.
+  * Rewrote 'debian/copyright'.
+  * 'debian/rules' cleanups.
+  * Removed dot at the end of short descriptions.
+  * Updated Standards-Version to '3.6.1.1'.
+  * Declared an info file section.
+  * Much thanks to Marc Dequenes <Duck at DuckCorp.org> for packaging
+
+ -- Dan Helfman <witten at debian.org>  Thu, 09 Sep 2004 21:11:13 -0700
+
+openal (0.2003020200-1.2) unstable; urgency=low
+
+  * NMU
+  * linux/configure.in: s/--library-libs/--libs/g . Closes: #213920
+  * linux/src/al_siteconfig.h: s/errnos/errno/ . Closes: #199557
+  * linux/audioconvert/ac_channels: fix acConvertMono() for big endian
+    machines
+
+ -- Michel Daenzer <daenzer at debian.org>  Sun,  2 Nov 2003 14:51:15 +0100
+
+openal (0.2003020200-1.1) unstable; urgency=low
+
+  * NMU to fix breakage caused by libvorbis0a rename. Closes: #185313 
+
+ -- Michael Banck <mbanck at debian.org>  Thu,  3 Apr 2003 15:06:06 +0200
+
+openal (0.2003020200-1) unstable; urgency=low
+
+  * New upstream CVS export.
+
+ -- Dan Helfman <witten at torsion.org>  Sun,  2 Feb 2003 23:44:02 -0800
+
+openal (0.2003011300-1) unstable; urgency=low
+
+  * Much-needed new upstream CVS export. Closes: #160319, #152692, #175062,
+    #115490, #110430, #117628, #123338, #105993
+
+ -- Dan Helfman <witten at torsion.org>  Mon, 13 Jan 2003 15:25:05 -0800
+
+openal (0.2001061600-2.4) unstable; urgency=low
+
+  * NMU to fix breakage caused by libvorbis0 split.
+
+ -- Christopher L Cheney <ccheney at debian.org>  Mon, 29 Jul 2002 23:00:00 -0500
+
+openal (0.2001061600-2.3) unstable; urgency=low
+
+  * NMU
+  * configure.in: Use '--library-libs' on sdl-config and dependents to find
+    out what we need to link against.  This change needs to be refined should
+    the package ever start to ship openal-linked executables.  The current
+    utils directory is empty anyway, so this issue is moot right now.
+  * Document implications of above change in README.Debian.
+  * Add hint from Sebastien Sable <Sebastien.Sable at snv.jussieu.fr> for
+    OSS/esd configuration to README.Debian.
+
+ -- Daniel Kobras <kobras at debian.org>  Fri,  1 Mar 2002 19:36:22 +0100
+
+openal (0.2001061600-2.2) unstable; urgency=low
+
+  * NMU
+  * Do make distclean in clean target.  Removes x86-centric cache files,
+    and all of a sudden, the world ain't 32bit, little endian anymore.
+    Closes: #110430, #123338
+  * Removed build-dep on automake, which this package never used.
+  * Added build-dep on autoconf, which this package uses.  Zap
+    auto-generated files in clean target--no need to pollute the diff.
+  * Build-dep on autotools-dev, use provided config.{sub,guess}.
+  * Build-dep on Brandenized version of libsdl1.2-dev. Closes: #117628
+  * Build-dep on esd, smpeg, vorbis, and enable in configure call.
+    Closes: #105993
+  * Pass dpkg-provided architecture to configure.
+  * Only call ldconfig in libopenal0 postinst when we configure.
+  * Call ldconfig in libopenal0 postrm when we remove.
+  * Remove emacs blurb from end of changelog.
+  * Complies to policy version 3.5.6.  Adjust standards version.
+
+ -- Daniel Kobras <kobras at debian.org>  Sun, 24 Feb 2002 18:31:05 +0100
+
+openal (0.2001061600-2.1) unstable; urgency=low
+
+  * NMU
+  * Remove gratuitous architecture restrictions in
+    debian/control.  (closes: Bug#115490)
+
+ -- Doug Porter <dsp at debian.org>  Fri,  2 Nov 2001 14:19:39 -0500
+
+openal (0.2001061600-2) unstable; urgency=low
+
+  * Added Build-Depends for texinfo. Closes: 101234 
+  * Added section to openal.texi as per lintian's warning.
+
+ -- Dan Helfman <witten at torsion.org>  Sun, 17 Jun 2001 14:03:40 -0700
+
+openal (0.2001061600-1) unstable; urgency=low
+
+  * New upstream CVS export.
+  * Now builds on alpha Architecture (by turning off -Werror). Closes: 82844
+  * Included openal.info API documentation in libopenal-dev. Closes: 83163
+  * Changed package versioning scheme to placate dpkg.
+
+ -- Dan Helfman <witten at torsion.org>  Fri, 15 Jun 2001 22:25:30 -0700
+
+openal (0.0.200101102349-2) unstable; urgency=low
+
+  * Added sparc and powerpc to Architecture.
+
+ -- Dan Helfman <witten at torsion.org>  Sun, 14 Jan 2001 02:25:26 -0800
+
+openal (0.0.200101102349-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Dan Helfman <witten at debian.org>  Wed, 10 Jan 2001 23:54:31 -0800
+

Deleted: packages/branches/openal/andres/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2008-01-18 00:52:07 UTC (rev 5446)
+++ packages/branches/openal/andres/debian/rules	2008-01-18 01:15:04 UTC (rev 5448)
@@ -1,72 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-BUILD_TREE=$(CURDIR)/build-tree
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	
-	# Perform an out-of-tree build to keep a clean source tree
-	mkdir $(BUILD_TREE)
-	cd $(BUILD_TREE); cmake .. \
-		-DCMAKE_INSTALL_PREFIX:STRING="/usr" \
-		-DBUILD_STATIC:BOOL=ON
-	
-	touch configure-stamp
-
-build: configure-stamp build-stamp
-build-stamp:
-	dh_testdir
-	
-	cd $(BUILD_TREE); $(MAKE)
-	
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -fr build-stamp configure-stamp
-	rm -fr $(BUILD_TREE)
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	
-	dh_install
-	dh_installdocs -A AUTHORS NOTES TODO
-	dh_installman
-	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps 
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure

Copied: packages/branches/openal/andres/debian/rules (from rev 5447, packages/trunk/openal/debian/rules)
===================================================================
--- packages/branches/openal/andres/debian/rules	                        (rev 0)
+++ packages/branches/openal/andres/debian/rules	2008-01-18 01:15:04 UTC (rev 5448)
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0 -g -Wall
+else
+CFLAGS += -O2 -g -Wall
+endif
+
+BUILD_TREE=$(CURDIR)/build-tree
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	
+	# Perform an out-of-tree build to keep a clean source tree
+	mkdir $(BUILD_TREE)
+	cd $(BUILD_TREE); cmake .. \
+		-DCMAKE_INSTALL_PREFIX:STRING="/usr" -DCMAKE_C_FLAGS:STRING="$(CFLAGS)" \
+		-DBUILD_STATIC:BOOL=ON
+	
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	
+	cd $(BUILD_TREE); $(MAKE)
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -fr build-stamp configure-stamp
+	rm -fr $(BUILD_TREE)
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	
+	dh_install
+	dh_installdocs -A AUTHORS NOTES TODO
+	dh_installman
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list