From dddc18a0bebef212c0b1e1b01654f7227f823548 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Feb 2019 11:41:37 +0000 Subject: [PATCH] builddir --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2