#!/usr/bin/make -f

%:
	dh $@

# Prebuilt vendor binaries; libqrtr.so.1 ships here, so skip shlibdeps and
# depend on the base libs manually (see debian/control).
override_dh_shlibdeps:

override_dh_dwz:

override_dh_strip:
