File: rules

package info (click to toggle)
octave-nan 3.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,380 kB
  • sloc: cpp: 9,374; ansic: 1,352; makefile: 271
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave

execute_before_dh_installdeb:
	# Fix wrong permission of a file in the upstream tarball
	# Reported upstream: https://savannah.gnu.org/bugs/index.php?58848
	chmod -x $$(find debian/octave-nan -name fishers_exact_test.m)