File: rules

package info (click to toggle)
inputplug 0.4.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cargo

execute_after_dh_installdocs:
	touch -d@"$(SOURCE_DATE_EPOCH)" debian/*/usr/share/doc/*/*

override_dh_auto_test: