r3490 - packages/trunk/openal/debian

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


Author: kibi-guest
Date: 2007-07-30 03:11:18 +0000 (Mon, 30 Jul 2007)
New Revision: 3490

Modified:
   packages/trunk/openal/debian/TODO
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/libopenal-dev.install
   packages/trunk/openal/debian/rules
Log:
Enable the build of the static lib through cmake

Modified: packages/trunk/openal/debian/TODO
===================================================================
--- packages/trunk/openal/debian/TODO	2007-07-30 03:03:24 UTC (rev 3489)
+++ packages/trunk/openal/debian/TODO	2007-07-30 03:11:18 UTC (rev 3490)
@@ -2,8 +2,6 @@
    - Probably drop arts-related packages.
    - Add nasm.
  * Adjust the -dev package:
-   - Figure out whether one should ship the static libraries, or whether they
-     just could be forgotten. In the latter case, update the long description.
    - Probably do not attempt to ship evil .la files, currently commented out in
      the install file, document it in the changelog.
  * Adjust the clean target:

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-30 03:03:24 UTC (rev 3489)
+++ packages/trunk/openal/debian/changelog	2007-07-30 03:11:18 UTC (rev 3490)
@@ -32,8 +32,8 @@
     	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 *.a and *.la, not built currently.
-        See debian/TODO for the next needed steps.
+        Commented out the installation of *.la, which could probably be just
+        dropped, see debian/TODO.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 30 Jul 2007 03:35:36 +0200
 

Modified: packages/trunk/openal/debian/libopenal-dev.install
===================================================================
--- packages/trunk/openal/debian/libopenal-dev.install	2007-07-30 03:03:24 UTC (rev 3489)
+++ packages/trunk/openal/debian/libopenal-dev.install	2007-07-30 03:11:18 UTC (rev 3490)
@@ -1,5 +1,5 @@
 debian/tmp/usr/include/*
-#debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.a
 debian/tmp/usr/lib/lib*.so
 #debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/pkgconfig/*

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2007-07-30 03:03:24 UTC (rev 3489)
+++ packages/trunk/openal/debian/rules	2007-07-30 03:11:18 UTC (rev 3490)
@@ -13,7 +13,9 @@
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dh_testdir
 	
-	cmake . -DCMAKE_INSTALL_PREFIX:STRING="/usr"
+	cmake . \
+		-DCMAKE_INSTALL_PREFIX:STRING="/usr" \
+		-DBUILD_STATIC:BOOL=ON
 	
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list