r5469 - in packages/branches/openal/andres/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Fri Jan 18 20:25:07 UTC 2008


Author: ceros-guest
Date: 2008-01-18 20:25:07 +0000 (Fri, 18 Jan 2008)
New Revision: 5469

Added:
   packages/branches/openal/andres/debian/openalrc1
Removed:
   packages/branches/openal/andres/debian/openalrc
Modified:
   packages/branches/openal/andres/debian/README.Debian
   packages/branches/openal/andres/debian/changelog
   packages/branches/openal/andres/debian/libopenal1.install
   packages/branches/openal/andres/debian/patches/series
Log:
Renaming openalrc to openalrc1.

Modified: packages/branches/openal/andres/debian/README.Debian
===================================================================
--- packages/branches/openal/andres/debian/README.Debian	2008-01-18 19:49:27 UTC (rev 5468)
+++ packages/branches/openal/andres/debian/README.Debian	2008-01-18 20:25:07 UTC (rev 5469)
@@ -1,3 +1,19 @@
+Transition from openal-0.0.8 to openal-1.1.0
+==============================================
+
+The library and development packages are named libopenal1 and libopenal1-dev
+respectively. Anyone wanting to build there packages with the new libraries
+should declare a Build-Depends on libopenal1-dev. The libopenal1-dev package
+Conflicts with the older openal development packages.
+
+The libopenal1 package does not replace, provide, or conflict with the older
+library packages. This allows for packages still using the old libraries
+to continue to function properly. Note that the file /etc/openalrc is renamed
+to /etc/openalrc1 for in the libopenal1 package. This was so that there were no
+filename conflicts between the old and new library packages.
+
+2008-01-18 Andres Mejia <mcitadel at gmail.com>
+
 Debian-specific notes about the openal-Package
 ==============================================
 

Modified: packages/branches/openal/andres/debian/changelog
===================================================================
--- packages/branches/openal/andres/debian/changelog	2008-01-18 19:49:27 UTC (rev 5468)
+++ packages/branches/openal/andres/debian/changelog	2008-01-18 20:25:07 UTC (rev 5469)
@@ -51,6 +51,7 @@
     + Provide a Conflicts field for previous versions of libopenal*-dev
   * Don't provide a Replaces or Conflicts field for libopenal1. This should be
     for transition purposes.
+  * Renamed /etc/openalrc to /etc/openalrc1 for transition.
 
  -- Andres Mejia <mcitadel at gmail.com>  Thu, 17 Jan 2008 19:15:00 -0500
 

Modified: packages/branches/openal/andres/debian/libopenal1.install
===================================================================
--- packages/branches/openal/andres/debian/libopenal1.install	2008-01-18 19:49:27 UTC (rev 5468)
+++ packages/branches/openal/andres/debian/libopenal1.install	2008-01-18 20:25:07 UTC (rev 5469)
@@ -1,2 +1,2 @@
 debian/tmp/usr/lib/libopenal.so.* usr/lib
-debian/openalrc etc/
+debian/openalrc1 etc/

Deleted: packages/branches/openal/andres/debian/openalrc
===================================================================
--- packages/branches/openal/andres/debian/openalrc	2008-01-18 19:49:27 UTC (rev 5468)
+++ packages/branches/openal/andres/debian/openalrc	2008-01-18 20:25:07 UTC (rev 5469)
@@ -1,2 +0,0 @@
-(define devices '(alsa))
-(define alsa-out-device "default")

Copied: packages/branches/openal/andres/debian/openalrc1 (from rev 5465, packages/branches/openal/andres/debian/openalrc)
===================================================================
--- packages/branches/openal/andres/debian/openalrc1	                        (rev 0)
+++ packages/branches/openal/andres/debian/openalrc1	2008-01-18 20:25:07 UTC (rev 5469)
@@ -0,0 +1,2 @@
+(define devices '(alsa))
+(define alsa-out-device "default")

Modified: packages/branches/openal/andres/debian/patches/series
===================================================================
--- packages/branches/openal/andres/debian/patches/series	2008-01-18 19:49:27 UTC (rev 5468)
+++ packages/branches/openal/andres/debian/patches/series	2008-01-18 20:25:07 UTC (rev 5469)
@@ -1 +1,2 @@
 kfreebsd_linking.diff
+openal_transition.diff




More information about the Pkg-games-commits mailing list