File: rules

package info (click to toggle)
octave-optim 1.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,448 kB
  • sloc: cpp: 1,007; makefile: 182; perl: 169; xml: 29; sh: 3
file content (13 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

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

# Recompile the info file (it has been cleaned by the pkg install), and then
# install it in the system-wide directory (after renaming it).
override_dh_auto_install:
	dh_auto_install
	( cd src ; ./configure ; make doc )
	mkdir -p debian/octave-optim/usr/share/info/
	cp doc/optim.info debian/octave-optim/usr/share/info/octave-optim.info