File: rules

package info (click to toggle)
opa-ff 10.10.3.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 17,372 kB
  • sloc: ansic: 189,318; sh: 25,941; perl: 15,145; exp: 8,415; makefile: 5,315; xml: 189; cpp: 93; tcl: 50; python: 44
file content (22 lines) | stat: -rwxr-xr-x 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean

override_dh_auto_configure:

override_dh_auto_build:
	debian/build.sh

override_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp  LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
	  BUILDDIR=$(CURDIR) ./OpenIb_Host/ff_install.sh
	find debian/tmp/usr/lib/opa/tools -name "*.exp" | xargs chmod 644
	find debian/tmp/usr/share/opa/samples -name "*.xlsx" | xargs chmod 644