This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository pktools.

commit bace67209d751d4e9405c2c1ba47eb87c3482280
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Nov 9 02:38:51 2014 +0100

    Remove .la files before install.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c571724..e2c966f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pktools (2.5.4-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Add upstream metadata.
   * Include config.h & pktools.pc in pktools-dev.
+  * Remove .la files before install.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 08 Nov 2014 19:57:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 40abd1d..344135f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ override_dh_clean:
        find $(CURDIR) -name '*.a' -delete
 
 override_dh_install:
+       find debian/tmp/usr/lib -name '*.la' -delete
        dh_install --list-missing
 
 override_dh_makeshlibs:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

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

Reply via email to