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

FSLMVER = 5.0
FSLUVER = $(FSLMVER).2
FSLFVER = $(FSLUVER)-4

# one ring to rule them all ...
%:
	dh $@

update-control:
	sed -e 's/#FSLMVER#/$(FSLMVER)/g' -e 's/#FSLFVER#/$(FSLFVER)/g' \
		< debian/control.template > debian/control
	tar --exclude debian --exclude .git -czf ../fslmeta_$(FSLUVER).orig.tar.gz .
