[qhull] 14/28: use upstream cmake

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 6 14:06:26 UTC 2014


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

bap pushed a commit to branch master
in repository qhull.

commit 793998ec41c3e769c6a9aae049616374e0f02618
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Tue Feb 4 22:12:03 2014 +0000

    use upstream cmake
    
    No need for dh-autoreconf.
    Force use of cmake despite existence of Makefile.
---
 debian/control | 2 +-
 debian/rules   | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 051a8c3..1be4418 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Barak A. Pearlmutter <bap at debian.org>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), dh-autoreconf,
+Build-Depends: debhelper (>= 9),
 	       docbook2x (>= 0.8.8-3), xsltproc, docbook-xml
 Homepage: http://www.qhull.org
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/qhull.git
diff --git a/debian/rules b/debian/rules
index e116770..8248b61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf --parallel
-
-override_dh_autoreconf:
-	$(SHELL) config/bootstrap.sh	# robust to non-executable script
+	dh $@ --buildsystem=cmake --parallel
 
 override_dh_auto_build:
 	dh_auto_build

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



More information about the debian-science-commits mailing list