File: rules

package info (click to toggle)
octave-control 4.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,136 kB
  • sloc: fortran: 127,628; cpp: 7,062; objc: 218; makefile: 49; xml: 33; sh: 3
file content (13 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave

execute_before_dh_auto_build:
	(cd src ; autoconf ; ./configure)
	# Avoid blhc false positive on output of unit test
	@echo "blhc: ignore-line-regexp: .*CC =.*"

execute_after_dh_installdeb:
	rm -rf debian/octave-control/usr/share/octave/packages/control-*/doc/