#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all # vanilla autotools accepts '--with-xxx-lib' but does not use them export DEB_LDFLAGS_MAINT_APPEND = -lamplsolver -lipopt -lipoptamplinterface -lCbc -lCbcSolver -lOsiCbc %: dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ --enable-static \ --with-asl-incdir='/usr/include/ampl-netlib-solvers' \ --with-ipopt-incdir='/usr/include/coin-or' \ --with-cbc-incdir='/usr/include/coin' #Skipping dh_autoreconf override_dh_autoreconf: