File: rules

package info (click to toggle)
rust-libheif-sys 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: makefile: 11; ansic: 6
file content (11 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

LIBHEIF_VERSION = v1_19

override_dh_auto_build:
	dh_auto_build -- build --features $(LIBHEIF_VERSION)

override_dh_auto_test:
	dh_auto_test -- test --features $(LIBHEIF_VERSION)