Skip to content
Snippets Groups Projects
Forked from DFN2 / ocs-url
414 commits behind the upstream repository.
rules 157 B
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	qmake PREFIX="/usr"

override_dh_auto_install:
	make INSTALL_ROOT="$(CURDIR)/debian/tmp" install