[pmix] 15/16: Call autogen.sh in autoreconf

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jan 4 14:23:54 UTC 2018


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

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

commit 07aae263f0328eb5eba7e10e16b198db76f48a59
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jan 2 10:24:42 2018 +0000

    Call autogen.sh in autoreconf
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4e989c5..87f05f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),$(PSM_ARCH)))
 	PSM:= --with-psm
 endif
 
-
+ 
 %:
 	dh $@ --parallel 
 
@@ -26,7 +26,8 @@ override_dh_auto_clean:
 	rm -f $(patsubst %, debian/%, ${AUTOGENERATED})
 	rm -rf debian/static-build debian/shared-build
 
-override_dh_auto_configure:
+override_dh_autoreconf:
+	./autogen.sh
 	./autogen.pl --force
 	for f in ${AUTOGENERATED} ; do \
                 sed -e 's%@TRIPLET@%${DEB_HOST_MULTIARCH}%g' < debian/$$f.in  > debian/$$f ; \

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



More information about the debian-science-commits mailing list