r47459 - /packages/nlopt/trunk/debian/rules
sk-guest at users.alioth.debian.org
sk-guest at users.alioth.debian.org
Sat Jul 8 11:55:41 UTC 2017
Author: sk-guest
Date: Sat Jul 8 11:55:40 2017
New Revision: 47459
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47459
Log:
override_dh_auto_reconf -> override_dh_autoreconf (Closes: #834653)
Modified:
packages/nlopt/trunk/debian/rules
Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=47459&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Sat Jul 8 11:55:40 2017
@@ -12,7 +12,7 @@
%:
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 @@
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) \
More information about the debian-science-commits
mailing list