r3487 - packages/trunk/openal/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Jul 30 02:47:31 UTC 2007


Author: kibi-guest
Date: 2007-07-30 02:47:31 +0000 (Mon, 30 Jul 2007)
New Revision: 3487

Modified:
   packages/trunk/openal/debian/TODO
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/rules
Log:
Adjust and document the clean: target

Modified: packages/trunk/openal/debian/TODO
===================================================================
--- packages/trunk/openal/debian/TODO	2007-07-30 02:31:29 UTC (rev 3486)
+++ packages/trunk/openal/debian/TODO	2007-07-30 02:47:31 UTC (rev 3487)
@@ -6,5 +6,10 @@
      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:
+   - At the moment, many files are modified at build time, but not restored
+     afterwards.
+   - Try to make cmake build in a special build directory, which just have to
+     be deleted once it is no longer needed.
 
  -- Cyril Brulebois

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-30 02:31:29 UTC (rev 3486)
+++ packages/trunk/openal/debian/changelog	2007-07-30 02:47:31 UTC (rev 3487)
@@ -17,10 +17,12 @@
     - debian/control:
         Added cmake as B-D.
     - 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.
+        + 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.
   * Transition from libopenal0a to libopenal1:
     - debian/control:
         Renamed package, updated Conflicts/Replaces.
@@ -33,7 +35,6 @@
         Commented out the installation of *.a and *.la, not built currently.
         See debian/TODO for the next needed steps.
 
-
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 30 Jul 2007 03:35:36 +0200
 
 openal (1:0.0.8-6) unstable; urgency=low

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2007-07-30 02:31:29 UTC (rev 3486)
+++ packages/trunk/openal/debian/rules	2007-07-30 02:47:31 UTC (rev 3487)
@@ -29,7 +29,7 @@
 	dh_testdir
 	dh_testroot
 	rm -fr build-stamp configure-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 	dh_clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 




More information about the Pkg-games-commits mailing list