The following commit has been merged in the master branch:
commit 69e8ca5659d1207e0947f2594efa6a8fc7c68591
Author: David Paleino <da...@debian.org>
Date:   Sat Feb 20 19:03:52 2010 +0100

    Try harder not to delete debian/tmp

diff --git a/debian/rules b/debian/rules
index ffea2b3..1ba68ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,8 @@ override_dh_auto_build:
        done
        dh_auto_build
 
-       dh_install
+override_dh_prep:
+       dh_prep -Xdebian/tmp
 
 override_dh_auto_clean:
        scons --clean $(SCONS_FLAGS)

-- 
C++/Python toolkit for developing GIS applications

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to