From b6a217d9e97e60e499859caadc9f0f4b971d8100 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Feb 2019 11:42:36 +0000 Subject: [PATCH] Revert "builddir" This reverts commit dddc18a0bebef212c0b1e1b01654f7227f823548. --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index d057fcb..c9e1554 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 @@ BUILDDIR = $(CURDIR)/debian/build #export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) - # --with python2 + dh $@ --buildsystem=cmake +# --builddirectory=$(BUILDDIR) --with python2 -- 2.30.2