[gerris] 04/06: Simplify d/rules.

Anton Gladky gladk at moszumanska.debian.org
Sun May 22 19:08:29 UTC 2016


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

gladk pushed a commit to branch master
in repository gerris.

commit e94bd00cb795c9946ed0158cf8e1e80b67d65369
Author: Anton Gladky <gladk at debian.org>
Date:   Sun May 22 21:03:17 2016 +0200

    Simplify d/rules.
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1866b3b..74228c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,14 @@
 #!/usr/bin/make -f
 export DEB_BUILD_OPTIONS=nocheck
 
-BUILDDIR=debian/build
 %:
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure --builddirectory=$(BUILDDIR) -- --enable-mpi
-
-override_dh_auto_build:
-	dh_auto_build --builddirectory=$(BUILDDIR)
+	dh_auto_configure -- --enable-mpi
 
 override_dh_auto_install:
-	dh_auto_install --builddirectory=$(BUILDDIR) --dest=debian/tmp
+	dh_auto_install
 	find $(CURDIR)/debian/ -name "*.la" | xargs rm -f
 	sed -i -e "s/mpicc/gcc/g" $(CURDIR)/debian/tmp/usr/share/gerris/build_function
 	rm -rf $(CURDIR)/debian/tmp/usr/bin/darcs2dist

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



More information about the debian-science-commits mailing list