[DebianGIS-dev] [SCM] saga branch, master, updated. 3450f7f0000f87261c9780b4ef69dc54fc68c327

Johan Van de Wauw johan.vandewauw at gmail.com
Mon Mar 1 12:34:15 UTC 2010


The following commit has been merged in the master branch:
commit 6782ffdc51f7c80d3252aa1cd095820a8b848f0d
Author: Johan Van de Wauw <johan.vandewauw at 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



More information about the Pkg-grass-devel mailing list