File: rules

package info (click to toggle)
rocm-cmake 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: cpp: 59; python: 30; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@

# extra (duplicated) LICENSE file triggers lintian error.
execute_after_dh_auto_install:
	find debian -type f -name LICENSE -print -delete

override_dh_auto_test:
	: