[nlopt] 01/06: override_dh_auto_reconf -> override_dh_autoreconf (Closes: #834653)

Sergey Kirpichev sk-guest at moszumanska.debian.org
Sat Jul 8 13:20:06 UTC 2017


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

sk-guest pushed a commit to branch master
in repository nlopt.

commit 2228eafda3b2f4daa6a165d3a59230ab0aeca1f4
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Sat Jul 8 11:55:40 2017 +0000

    override_dh_auto_reconf -> override_dh_autoreconf (Closes: #834653)
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 615db51..c25c58e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ bpath = $(shell octave-config -p LOCALOCTFILEDIR)/nlopt
 %:
 	dh $@  --buildsystem=autoconf --builddirectory=$(BUILDDIR) --with python2
 
-override_dh_auto_reconf:
+override_dh_autoreconf:
 	[ -e bin/scripts ] || mkdir -p bin/scripts
 	cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub bin/scripts
 	libtoolize --force --automake
@@ -20,7 +20,7 @@ override_dh_auto_reconf:
 	autoreconf -i
 	automake
 
-override_dh_auto_configure: override_dh_auto_reconf
+override_dh_auto_configure: override_dh_autoreconf
 	for v in $(PYVERS); do \
 	   dh_auto_configure --builddirectory=$(BUILDDIR)$$v \
 	        -- $(extra_flags) \

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



More information about the debian-science-commits mailing list