r3458 - packages/trunk/openal/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Jul 25 21:00:16 UTC 2007


Author: kibi-guest
Date: 2007-07-25 21:00:16 +0000 (Wed, 25 Jul 2007)
New Revision: 3458

Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/control
Log:
Make the package binNMU safe

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-25 20:37:36 UTC (rev 3457)
+++ packages/trunk/openal/debian/changelog	2007-07-25 21:00:16 UTC (rev 3458)
@@ -8,6 +8,8 @@
         Drop @requirements@ from the .pc file;
     - undocumented_alext_header.diff:
         Undocumented header addition.
+  * Make the package binNMU safe by replacing `${Source-Version}' with
+    `${source:Version}'.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 25 Jul 2007 21:58:22 +0200
 

Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control	2007-07-25 20:37:36 UTC (rev 3457)
+++ packages/trunk/openal/debian/control	2007-07-25 21:00:16 UTC (rev 3458)
@@ -9,7 +9,7 @@
 Package: libopenal-dev
 Section: libdevel
 Architecture: any
-Depends: libopenal0a (= ${Source-Version})
+Depends: libopenal0a (= ${source:Version})
 Description: OpenAL is a portable library for 3D spatialized audio
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized




More information about the Pkg-games-commits mailing list