#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@ --buildsystem=gradle

# enabled by debhelper-compat=13 but fails
override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install
	install -m 755 debian/jabref-wrapper $(CURDIR)/debian/jabref/usr/bin/jabref
