[med-fichier] 02/04: Use autotools_dev for dh-rules. (Closes: #727456)

Anton Gladky gladk at alioth.debian.org
Thu Oct 24 16:37:04 UTC 2013


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

gladk pushed a commit to branch master
in repository med-fichier.

commit a8dd404bd7f1a04d0d4f97ff7d2f421fd9c5a70c
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Oct 24 17:53:02 2013 +0200

    Use autotools_dev for dh-rules. (Closes: #727456)
---
 debian/control |    3 ++-
 debian/rules   |    7 +------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 9c8b7ef..da48be8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Uploaders:
  "Adam C. Powell, IV" <hazelsct at debian.org>,
  Anton Gladky <gladk at debian.org>
 Build-Depends:
+ autotools-dev,
  debhelper (>= 9),
- cmake (>=2.8),
+ dh-autoreconf,
  gfortran,
  hdf5-tools (>= 1.8.8),
  libhdf5-mpi-dev (>= 1.8.8),
diff --git a/debian/rules b/debian/rules
index f18b9ad..e4272d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@  --parallel --build-system=cmake
+	dh $@  --parallel --with autotools_dev
 
 export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
 
@@ -9,8 +9,3 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/tmp/usr/bin/test* \
          $(CURDIR)/debian/tmp/usr/bin/usescases \
          $(CURDIR)/debian/tmp/usr/bin/unittests
-
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mipsel powerpc))
-override_dh_auto_test:
-
-endif

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



More information about the debian-science-commits mailing list