File: rules

package info (click to toggle)
rust-x509-cert 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 692 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem cargo

override_dh_fixperms:
	# Some test data files wrongly had the execute bit set. Forwarded
	# upstream, see RustCrypto/formats#2034. Meanwhile fixed here.
	find debian/librust-x509-cert-dev/ -type f -path "*/tests/examples/*.ta" -exec chmod -x {} +
	dh_fixperms