File: rules

package info (click to toggle)
tablix2 0.3.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,024 kB
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 800; perl: 564; yacc: 289; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

pvm_arch = `pvmgetarch`

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	  --with-pvm3 --enable-conv --enable-more-teachers --enable-tunable

override_dh_auto_install:
	dh_auto_install
	mkdir -p $(CURDIR)/debian/tablix2/usr/lib/pvm3/bin/$(pvm_arch)
	ln -s /usr/bin/tablix2_kernel $(CURDIR)/debian/tablix2/usr/lib/pvm3/bin/$(pvm_arch)/tablix2_kernel

override_dh_installdocs-indep:
	dh_installdocs -X.md5