[arrayfire] 24/40: d/rules: simpler rules

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 22 10:19:06 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 cb22414a318aca6e498031ece57b715663c10c7e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 18 16:46:55 2015 +0100

    d/rules: simpler rules
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 048307b..41dda79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,9 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
-# package build directory
-BUILDDIR = $(CURDIR)/debian/build
-
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+	dh $@ --buildsystem=cmake --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -24,7 +21,3 @@ override_dh_auto_configure:
 	-DBUILD_OPENCL=OFF \
 	-DBUILD_DOCS=ON \
 	-DWITH_COVERAGE=OFF
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf $(BUILDDIR)

-- 
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