#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk export DEB_VERSION_UPSTREAM export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DESTDIR = debian/tmp export build = debug export prefix = /usr export libdir = $(prefix)/lib/${DEB_HOST_MULTIARCH} %: dh $@ override_dh_auto_build: dh_auto_build -- XCFLAGS="-Wl,-soname,libmujs.so.1" shared dh_auto_build override_dh_auto_install: $(MAKE) install-shared dh_auto_install --destdir=$(DESTDIR)