File: rules

package info (click to toggle)
libskk 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,464 kB
  • sloc: ansic: 1,087; makefile: 452; sh: 35
file content (20 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with gir --no-parallel

override_dh_strip:
	dh_strip --dbgsym-migration='libskk-dbg (<< 1.0.3-1~)'

override_dh_missing:
	dh_missing --fail-missing

override_dh_install:
	# remove libtool library
	rm -rf debian/tmp/usr/lib/*/*.la
	dh_install