#!/usr/bin/make -f

%:
	dh $@

build-indep:
	links -dump manual.html > manual.txt

get-orig-source:
	uscan --download --force-download --rename --repack

.PHONY: build-indep get-orig-source
