#!/usr/bin/make -f
# -*- makefile -*-

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

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