File: rules

package info (click to toggle)
libconfig 1.5-0.4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,124 kB
  • sloc: sh: 12,143; ansic: 3,591; yacc: 330; cpp: 316; lex: 169; makefile: 129; ruby: 7
file content (21 lines) | stat: -rwxr-xr-x 479 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
#!/usr/bin/make -f

# export DH_VERBOSE=1

override_dh_auto_test-indep:

override_dh_auto_build-indep:
	$(MAKE) -C doc pdf

override_dh_makeshlibs:
	# For new symbols when compiled with GCC 7
	dh_makeshlibs -plibconfig++9v5 -V'libconfig++9v5 (>= 1.5-0.4~)'
	dh_makeshlibs --remaining-packages

override_dh_compress:
	# don't compress example1.cpp, which is the only file over 4k (it's 4.1k)
	# done for consistency with the other examples.
	dh_compress -Xexample1.cpp

%:
	dh $@