File: rules

package info (click to toggle)
ckon 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 820; makefile: 160; sh: 76; python: 28
file content (17 lines) | stat: -rwxr-xr-x 337 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
export DH_OPTIONS=-v

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	  --disable-silent-rules \
	  --with-boost \
	  --with-boost-filesystem \
	  --with-boost-system \
	  --with-boost-regex \
	  --with-boost-program-options \
	  --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)