Forked from
DFN2 / ocs-url
414 commits behind the upstream repository.
-
akiraohgaki authoredakiraohgaki authored
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