[clfft] 03/08: d/rules: simpler clean rule

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 9 12:36:34 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit b6479bce090ed77d993e62f4284ee97ebd672f97
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jul 9 12:44:24 2015 +0100

    d/rules: simpler clean rule
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d5806b8..fcb3503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,5 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	[ ! -f doc/doxygen_sqlite3.db ] || $(RM) doc/doxygen_sqlite3.db
-	[ ! -d doc/html ] || $(RM) -rf doc/html
+	$(RM) -f doc/doxygen_sqlite3.db
+	$(RM) -rf doc/html

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



More information about the debian-science-commits mailing list