File: rules

package info (click to toggle)
octave-symbolic 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,156 kB
  • sloc: python: 185; makefile: 137; xml: 35
file content (10 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_install:
	dh_auto_install
	# Remove the extraneous Windows batch script
	rm -rf $$(find debian/octave-symbolic -name bin)