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

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

commit 133e6a6d427a2f26dfe55b414e736ade0d910e6a
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Dec 14 20:52:07 2014 +0100

    Remove .la files & useless autogenerated doxygen files.
---
 debian/changelog | 1 +
 debian/rules     | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f88691c..76c56fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ readosm (1.0.0c-1) UNRELEASED; urgency=medium
   * Drop lintian override for no-upstream-changelog,
     shouldn't override pedantic tags.
   * Drop unused substitution variable from libreadosm1-dbg.
+  * Remove .la & useless autogenerated doxygen files.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sun, 14 Dec 2014 20:31:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 83cd6f2..7f8f8db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,15 @@ override_dh_auto_build:
        dh_auto_build
        doxygen
 
+override_dh_install:
+       # Remove useless autogenreated doxygen files
+       rm -f html/*.md5
+
+       # Remove .la files
+       find debian/tmp/usr/lib/ -type f -name "*.la" -delete
+
+       dh_install --list-missing
+
 override_dh_strip:
        dh_strip --dbg-package=libreadosm1-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/readosm.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