File: rules

package info (click to toggle)
libchewing 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,520 kB
  • ctags: 10,247
  • sloc: ansic: 104,292; sh: 4,372; makefile: 334; python: 146
file content (24 lines) | stat: -rwxr-xr-x 511 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
22
23
24
#!/usr/bin/make -f
#DH_VERBOSE = 1

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

export V=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --includedir=/usr/include/$(DEB_HOST_MULTIARCH)

override_dh_strip:
	dh_strip --ddeb-migration='libchewing3-dbg (<< 0.4.0-4~)'

override_dh_install:
	dh_install --fail-missing \
		--exclude=libchewing.a \
		--exclude=libchewing.info \
		--exclude=libchewing.la \
		$(NULL)