[thepeg] 08/17: d/rules: fix lintian's useless-autogenerated-doxygen-file

Mattia Rizzolo mattia at debian.org
Wed Mar 8 23:26:28 UTC 2017


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

mattia pushed a commit to branch master
in repository thepeg.

commit 740a995518933022427a597f58eb4d6261d2630a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Mar 9 00:07:09 2017 +0100

    d/rules: fix lintian's useless-autogenerated-doxygen-file
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index d4e6ffb..9b207da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,3 +33,8 @@ override_dh_auto_install:
 	chrpath -d debian/tmp/usr/bin/setupThePEG
 	chrpath -d debian/tmp/$(LIBPATH)/ThePEG/HepMCAnalysis.so
 	chrpath -d debian/tmp/$(LIBPATH)/ThePEG/RivetAnalysis.so
+
+override_dh_install:
+	dh_install
+	# lintian's useless-autogenerated-doxygen-file
+	find debian/thepeg-reference/usr/share/doc/thepeg-reference/html -name '*.md5' -print -delete

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



More information about the debian-science-commits mailing list