chiark / gitweb /
Revert "builddir"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Feb 2019 11:42:36 +0000 (11:42 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Feb 2019 11:42:36 +0000 (11:42 +0000)
This reverts commit dddc18a0bebef212c0b1e1b01654f7227f823548.

debian/rules

index d057fcb0971cb9d376bdf08e7085217ba1e4392a..c9e1554cb846d67feed9fceff4fa0cbee6342684 100755 (executable)
@@ -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