File: rules

package info (click to toggle)
rust-nonstick 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 360 kB
  • sloc: makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem cargo

override_dh_fixperms:
	# Some source files incorrectly have +x.
	# The repository is on a self hosted mercurial.
	# But we contected the dev to remove it.
	# So for now we'll solve it at our end.
	find . -name '*.rs' -exec chmod -x {} +
	dh_fixperms