[lapack] 02/06: Remove useless *.md5 and *.map in liblapack-doc.

Sébastien Villemot sebastien at debian.org
Sat Jan 2 22:17:05 UTC 2016


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

sebastien pushed a commit to branch master
in repository lapack.

commit 987ddbe15f540bb14346e3790cf9bc15050f8b75
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Dec 27 23:30:56 2015 +0100

    Remove useless *.md5 and *.map in liblapack-doc.
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c9a151e..2aaadd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,6 +151,9 @@ override_dh_auto_build-arch:
 
 override_dh_auto_build-indep:
 	$(MAKE) html
+	# Remove useless doxygen-generated files
+	find DOCS/explore-html/ \( -name '*.map' -or -name '*.md5' \) -delete
+
 	$(MAKE) man
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -183,7 +186,3 @@ override_dh_shlibdeps:
 
 override_dh_strip:
 	dh_strip --ddeb-migration='liblapack-dbg (<< 3.6.0-1~)'
-
-# Do not compress the .map files in HTML generated documentation
-override_dh_compress-indep:
-	dh_compress -i -X.map

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git



More information about the debian-science-commits mailing list