[lapack] 09/10: Remove files generated by Doxygen which include build directory in pathnames.
    Sébastien Villemot 
    sebastien at debian.org
       
    Sun Jun 26 18:21:37 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 a5588498f17b4bbdddb5873a4ee991330f4ed5dd
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 26 19:21:14 2016 +0200
    Remove files generated by Doxygen which include build directory in pathnames.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 40fc606..254916b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,6 +157,9 @@ override_dh_auto_build-indep:
 	find DOCS/explore-html/ \( -name '*.map' -or -name '*.md5' \) -delete
 
 	$(MAKE) man
+	# Remove directory reference files, because they include local build pathnames
+	# (but don't delete some __*__.3 files)
+	rm DOCS/man/man3/_[a-zA-Z]*
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test-arch:
-- 
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