File: rules

package info (click to toggle)
octave-specfun 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: objc: 459; cpp: 275; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave --with=octave

INSTDIR := $(CURDIR)/debian/octave-specfun
override_dh_auto_install:
	dh_auto_install
	for i in ellipke.m erfcinv.m expint.m ; do	\
		rm -f $$(find $(INSTDIR)/ -name $$i) ;	\
	done