File: rules

package info (click to toggle)
libpgf 6.14.12-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,140 kB
  • ctags: 735
  • sloc: cpp: 4,373; ansic: 502; makefile: 85; sh: 2
file content (22 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ \
		--with autoreconf \
		--with pkgkde_symbolshelper

override_dh_auto_build:
	dh_auto_build
	rm -vrf doc/man/man3/_*

override_dh_auto_clean:
	dh_auto_clean
	rm -vrf doc/rtf/
	rm -vrf doc/doxygen_sqlite3.db

override_dh_strip:
	dh_strip --dbg-package=libpgf6-dbg