File: rules

package info (click to toggle)
wmcdplay 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 300 kB
  • ctags: 218
  • sloc: cpp: 1,494; makefile: 23; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 264 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 ../wmcdplay-*.download ; then \
		rename -f -v "s/wmcdplay-(.+)\.download/wmcdplay_\1\.orig\.tar\.gz/" \
			../wmcdplay-*.download; \
	fi