File: rules

package info (click to toggle)
wmbattery 2.50-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 201
  • sloc: ansic: 1,503; sh: 152; makefile: 47
file content (11 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/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