File: rules

package info (click to toggle)
fortran-regex 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: f90: 1,355; makefile: 37
file content (17 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_VERBOSE=1

# The magic debhelper  rule
%:
	dh $@  --with fortran


override_dh_auto_clean:
	fpm clean --all

override_dh_auto_build:
	fpm build 

override_dh_auto_install:
	fpm install --prefix=debian/tmp/usr