From: Ian Jackson Date: Sat, 23 Feb 2019 11:41:37 +0000 (+0000) Subject: builddir X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dddc18a0bebef212c0b1e1b01654f7227f823548;p=nlopt.git builddir --- diff --git a/debian/rules b/debian/rules index c9e1554..d057fcb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -#BUILDDIR = $(CURDIR)/debian/build +BUILDDIR = $(CURDIR)/debian/build #PYVERS := $(shell pyversions -vr debian/control) @@ -12,5 +12,5 @@ #export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --buildsystem=cmake -# --builddirectory=$(BUILDDIR) --with python2 + dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) + # --with python2