[libdap] 09/12: remove obsolete cruft from ./rules

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 6b590997db298a4c4a251f4a4fd1cd284fba3f9f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 3 11:38:48 2017 +0100

    remove obsolete cruft from ./rules
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4a7c1e1..73760c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,7 @@ export DH_VERBOSE=1
 
 # The magic debhelper rule:
 %:
-	dh $@ --parallel
-
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-gnu-ld --enable-runtime-endian-check=yes
@@ -32,10 +31,6 @@ override_dh_auto_test:
 	$(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 
-	- $(MAKE)  -j1
-	(cd d4_ce && $(MAKE) clean )
-	$(MAKE) -j1
 	dh_auto_build
 	$(MAKE) docs
 

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