File: rules

package info (click to toggle)
fmtlib 5.2.1%2Bds-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,268 kB
  • sloc: cpp: 10,611; ansic: 348; python: 88; sh: 13; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@  

override_dh_auto_configure:
	dh_auto_configure -- -DFMT_PEDANTIC=on -DCMAKE_POSITION_INDEPENDENT_CODE=on

override_dh_auto_build:
	dh_auto_build
	dh_auto_build -- doc

override_dh_install:
	dh_install
	dh_sphinxdoc