File: rules

package info (click to toggle)
octave-bsltl 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 301 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 --with=octave

override_dh_auto_build:
	dh_auto_build
	( cd doc ; makeinfo overview.texi ; mv overview.info octave-bsltl.info )

override_dh_auto_install:
	dh_auto_install
	find debian/octave-bsltl -name \*.m -exec chmod -x \{} \;