File: rules

package info (click to toggle)
rust-libnghttp2-sys 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 340 kB
  • sloc: makefile: 13
file content (12 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include /usr/share/rustc/architecture.mk
%:
	dh $@ --buildsystem cargo

override_dh_auto_configure:
	test -f build.rs.orig || cp -f build.rs build.rs.orig
	cp -f debian/build.rs ./
	dh_auto_configure

override_dh_auto_test:
	dh_auto_test -- test --all