File: rules

package info (click to toggle)
rust-docx-rs 0.4.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,072 kB
  • sloc: xml: 194; makefile: 7
file content (8 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_fixperms:
	dh_fixperms
	# Upstream bug: https://github.com/bokuweb/docx-rs/issues/858
	find debian/ -type f \( -name '*xml' -o -name '*.rels' \) -exec chmod -x '{}' \;