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

Francesco Paolo Lovergine frankie at debian.org
Thu Feb 25 14:23:40 UTC 2010


The following commit has been merged in the master branch:
commit dccdf0ab2de70ae35c0e7fd67a3f07e5e9c65cf6
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Feb 25 15:15:33 2010 +0100

    Now removing libtool related .la files

diff --git a/debian/changelog b/debian/changelog
index 91ace69..586ed39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,5 +20,7 @@ saga (2.0.4-1) unstable; urgency=low
   * Moved to Debhelper level 7.
   * Minor layout changes to debian/control to respect 80 cols width.
   * Debian revision reset to 2.0.4-1.
+  * Apps -> Applications in debian/menu.
+  * Now libtool helper files .la are not installed.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 25 Feb 2010 13:45:14 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 25 Feb 2010 15:13:47 +0100
diff --git a/debian/menu b/debian/menu
index 25ae430..beeef30 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,4 +1,4 @@
-?package(saga):needs="X11" section="Apps/Science/Geoscience"\
+?package(saga):needs="X11" section="Applications/Science/Geoscience"\
   title="saga" command="/usr/bin/saga_gui" \
   icon32x32="/usr/share/pixmaps/saga_icon_32.xpm"\
   icon16x16="/usr/share/pixmaps/saga_icon_16.xpm"
diff --git a/debian/rules b/debian/rules
index a754182..accdbd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ 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
+
 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