File: rules

package info (click to toggle)
octave-miscellaneous 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 648 kB
  • sloc: cpp: 643; makefile: 128; python: 122; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

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

INSTDIR = $(CURDIR)/debian/octave-miscellaneous
execute_after_dh_installdeb:
	rm -f $$(find $(INSTDIR)/ -name physical_constant.py)