The following commit has been merged in the master branch:
commit 6782ffdc51f7c80d3252aa1cd095820a8b848f0d
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Mon Mar 1 12:57:02 2010 +0100

    Fix libtool helper (.la) removal

diff --git a/debian/rules b/debian/rules
index 0a5c87c..515334e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-unicode
 DEB_INSTALL_MANPAGES_saga = saga_cmd.1
 
 # remove libtool helpers
-binary/saga::
-       find debian/saga/usr/lib ! -type d -a -name "*.la" -delete
+install/saga::
+       find debian/tmp/usr/lib ! -type d -a -name "*.la" -delete
 
 build/saga::
        pod2man --section=1 --release=$(VERSION) --center " " 
debian/saga_cmd.pod >saga_cmd.1

-- 
Saga GIS

_______________________________________________
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