[arrayfire] 02/02: d/rules: simplified clean command

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jun 18 14:21:20 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 arrayfire.

commit 621a107440fda9c9fec7b2d2f9cd5af6bbe87bd8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jun 18 15:13:28 2015 +0100

    d/rules: simplified clean command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 77c37eb..dc2bb69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,4 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	[ ! -f "include/af/version.h" ] || $(RM) "include/af/version.h"
+	$(RM) -f include/af/version.h

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



More information about the debian-science-commits mailing list