Author: goneri-guest
Date: 2007-06-28 17:05:43 +0000 (Thu, 28 Jun 2007)
New Revision: 3103

Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/rules
Log:
debian/rules: call cmake during the configure step


Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog       2007-06-28 17:01:17 UTC (rev 
3102)
+++ packages/trunk/boson/debian/changelog       2007-06-28 17:05:43 UTC (rev 
3103)
@@ -6,6 +6,7 @@
   * include linux/utsrelease.h to read UTS_RELEASE (Closes: #427271)
     - add linux-kernel-headers in build dependency for compatibility with old
     kernel
+  * debian/rules: call cmake during the configure step
 
  -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Tue, 19 Jun 2007 15:39:07 +0200
 

Modified: packages/trunk/boson/debian/rules
===================================================================
--- packages/trunk/boson/debian/rules   2007-06-28 17:01:17 UTC (rev 3102)
+++ packages/trunk/boson/debian/rules   2007-06-28 17:05:43 UTC (rev 3103)
@@ -14,6 +14,9 @@
 configure-stamp:
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
        dh_testdir
+       mkdir -p debian/build-area
+       cd debian/build-area && cmake -DCMAKE_INSTALL_PREFIX=/usr $(CURDIR)
+
        touch configure-stamp
 
 
@@ -22,8 +25,6 @@
 build-stamp:
        dh_testdir
 
-       mkdir -p debian/build-area
-       cd debian/build-area && cmake -DCMAKE_INSTALL_PREFIX=/usr $(CURDIR)
        #fix path errors with CMake and kde
        cp debian/build-area/boson/data/install_icons.cmake 
debian/build-area/boson/data/install_icons.cmake.bak
        sed "s:\ /usr:\ ../../debian/tmp/usr:" 
debian/build-area/boson/data/install_icons.cmake.bak > 
debian/build-area/boson/data/install_icons.cmake


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to