#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

get-orig-source:
	uscan --verbose --force-download --no-symlink
	@if test -e ../wmbattery-*.download ; then \
		rename -f -v "s/wmbattery-(.+)\.download/wmbattery_\1\.orig\.tar\.gz/" \
			../wmbattery-*.download; \
	fi
