File: rules

package info (click to toggle)
rust-pathrs 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: python: 1,138; sh: 371; ansic: 259; makefile: 151
file content (5 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo
export RUSTC_BOOTSTRAP := 1
export PATH := $(CURDIR)/debian/debcargo_testing_bin:$(PATH)