#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install

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

override_dh_install:
	dh_install
	rm -rf $(CURDIR)/debian/ruby-oily-png/usr/lib/*/rubygems-integration/*/gems/oily_png-*/tasks/
