File: rules

package info (click to toggle)
pdfcube 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 588 kB
  • ctags: 137
  • sloc: cpp: 1,714; sh: 1,044; makefile: 21
file content (18 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE=1

include /usr/share/dpkg/buildflags.mk

export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed

%:
	dh $@ --parallel

override_dh_installman:
	dh_installman man/pdfcube.1

override_dh_strip:
	dh_strip --dbg-package=pdfcube-dbg

override_dh_auto_configure:
	dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)