[fastjet] 02/03: Fix FTBFS of architecture-dependant builds. Closes: #827252

Mattia Rizzolo mattia at debian.org
Tue Jun 14 09:03:43 UTC 2016


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

mattia pushed a commit to branch master
in repository fastjet.

commit 373a617274d1d926daee4f82844cd4163e76fa9e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Jun 14 09:02:42 2016 +0000

    Fix FTBFS of architecture-dependant builds.  Closes: #827252
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 90d93e7..2b5064d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,8 @@ override_dh_auto_test:
 override_dh_auto_build-indep:
 	dh_auto_build
 	doxygen
-	rm -f html/jquery.js
-
-override_dh_install:
-	dh_install
-	find $(CURDIR)/debian/fastjet-doc/ -name '*.md5' -delete
+	$(RM) -v html/jquery.js
+	find $(CURDIR)/html -name '*.md5' -print0 | xargs -0r  rm -v
 
 %:
 	dh $@ --with autoreconf --parallel

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



More information about the debian-science-commits mailing list