File: rules

package info (click to toggle)
matlab-support 0.0.21
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 240 kB
  • ctags: 4
  • sloc: sh: 418; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# one ring to rule them all ...
%:
	dh $@

# nothing to do
override_dh_auto_configure:
override_dh_auto_install::
override_dh_auto_test::

override_dh_auto_build::
	help2man -N -n "helper to build Matlab extensions on Debian" \
		./debian-matlab-mexhelper > debian-matlab-mexhelper.1

override_dh_clean:
	dh_clean
	debconf-updatepo
	-rm -f debian-matlab-mexhelper.1