File: rules

package info (click to toggle)
looktxt 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,380 kB
  • sloc: ansic: 3,336; makefile: 29; sh: 3
file content (17 lines) | stat: -rwxr-xr-x 379 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

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_build:
	NEXUS_NAPI="-I/usr/include/nexus -DUSE_NEXUS -lNeXus" make

override_dh_auto_test:
	NEXUS_NAPI="-I/usr/include/nexus -DUSE_NEXUS -lNeXus" make test

override_dh_installman:
	dh_installman -p looktxt debian/looktxt.1
	dh_installexamples -plooktxt examples/*