File: rules

package info (click to toggle)
kpmcore 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,000 kB
  • ctags: 3,023
  • sloc: cpp: 15,921; makefile: 6; sh: 4
file content (10 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with pkgkde_symbolshelper

override_dh_makeshlibs:
	dh_makeshlibs -- -v$(PVER)