File: rules

package info (click to toggle)
fortunes-mario 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,856 kB
  • ctags: 18
  • sloc: sh: 108; python: 97; makefile: 42
file content (10 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	rm -f *.dat

override_dh_auto_build:
	find -name "mario.*" -exec strfile {} \;