[libdap] 07/12: Remove redundant calls for autoreconf

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 12:32:41 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository libdap.

commit 385265f3601893921fdcccd1db4ced2e04cfc98d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 3 11:19:57 2017 +0100

    Remove redundant calls for autoreconf
---
 debian/control | 2 +-
 debian/rules   | 9 ++-------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 94c5fcc..4045e48 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: zlib1g-dev, debhelper (>= 10), pkg-config, libxml2-dev, 
  libcurl4-gnutls-dev | libcurl-dev, 
  libcppunit-dev, cxxtest, doxygen,
- dejagnu, graphviz, dh-autoreconf (>= 4~),
+ dejagnu, graphviz,
  bison, uuid-dev, libjs-jquery, libpth-dev, libssl-dev,
  libfl-dev
 Build-Conflicts: autoconf2.13
diff --git a/debian/rules b/debian/rules
index 3198e2d..4a7c1e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,19 +22,14 @@ export DH_VERBOSE=1
 
 # The magic debhelper rule:
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --parallel
 
-override_dh_autoreconf:
-	# remove out of date files
-	rm -f conf/config.guess conf/config.sub
-	libtoolize -c -f
-	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-gnu-ld --enable-runtime-endian-check=yes
 
 override_dh_auto_test:
-	$(DO_TEST) && dh_auto_test || echo "Tests disabled for the moment"
+	$(DO_TEST) && dh_auto_test || echo "Tests disabled for the moment; need data files"
 
 override_dh_auto_build:
 	# Strange bug causes lexer not to build first-time; need to make clean in subdir and restart 

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



More information about the debian-science-commits mailing list