File: rules

package info (click to toggle)
matlab-support 0.1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 320 kB
  • sloc: sh: 423; makefile: 12
file content (23 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

%:
	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