r3492 - packages/trunk/openal/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Jul 30 03:48:59 UTC 2007


Author: kibi-guest
Date: 2007-07-30 03:48:59 +0000 (Mon, 30 Jul 2007)
New Revision: 3492

Modified:
   packages/trunk/openal/debian/TODO
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/control
Log:
Adjust B-D

Modified: packages/trunk/openal/debian/TODO
===================================================================
--- packages/trunk/openal/debian/TODO	2007-07-30 03:24:31 UTC (rev 3491)
+++ packages/trunk/openal/debian/TODO	2007-07-30 03:48:59 UTC (rev 3492)
@@ -1,9 +1,9 @@
- * Adjust the B-D:
-   - Probably drop arts-related packages.
-   - Add nasm.
+ * Check the B-D:
+   - Check the architecture(s) for which `nasm' is needed. There are some
+     conditions on whether the platform is x86 or x86_64, in CMakeLists.txt.
  * Adjust the -dev package:
    - Probably do not attempt to ship evil .la files, currently commented out in
-     the install file, document it in the changelog.
+     the install file. Document it in the changelog once it is decided.
  * Adjust the clean target:
    - At the moment, many files are modified at build time, but not restored
      afterwards.

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-30 03:24:31 UTC (rev 3491)
+++ packages/trunk/openal/debian/changelog	2007-07-30 03:48:59 UTC (rev 3492)
@@ -15,7 +15,11 @@
   * Quilt could then be dropped, but keeping it to ease further modifications.
   * Upstream now proposes cmake:
     - debian/control:
-        Added cmake as B-D.
+        + 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,

Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control	2007-07-30 03:24:31 UTC (rev 3491)
+++ packages/trunk/openal/debian/control	2007-07-30 03:48:59 UTC (rev 3492)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarts1-dev (>= 1.3.0), quilt, cmake
+Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], quilt, cmake, pkg-config, nasm
 Standards-Version: 3.7.2
 
 Package: libopenal-dev




More information about the Pkg-games-commits mailing list