#!/usr/bin/make -f

%:
	dh $@ --buildsystem=ruby --with ruby

override_dh_strip:
	dh_strip --dbg-package=ruby-grib-dbg

