pynest2d: Fixes and cleanup

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
This commit is contained in:
Thomas Karl Pietrowski 2021-01-20 22:05:59 +01:00
parent d54d5a5dee
commit 68d191e63c
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,7 @@ Build-Depends:
libnest2d-dev,
libboost-dev,
libpolyclipping-dev,
libnlopt-dev,
libnlopt-cxx-dev | libnlopt-dev,
libnlopt-cxx-dev,
Standards-Version: 3.9.8
X-Python3-Version: >= 3.4
Homepage: https://github.com/Ultimaker/pynest2d

View File

@ -15,6 +15,7 @@ override_dh_auto_clean:
- rm -rf debian/tmp-dbg
override_dh_auto_configure:
# RELEASE WITH DEBUG
for PYX in $(shell py3versions -rv) ; do \
mkdir -p build-$${PYX}; \
dh_auto_configure -a \