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

include /usr/share/cdbs/1/rules/debhelper.mk

binary-install/slbackup:: remove-cruft tweak-install

remove-cruft::
	echo "Nothing to be decrufted..."

tweak-install::
	chmod a+x $(CURDIR)/debian/slbackup/usr/share/slbackup/contrib/munin-plugin

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..
