File: rules

package info (click to toggle)
debconf-kde 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 604 kB
  • sloc: cpp: 1,360; sh: 11; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

#export DH_VERBOSE=1

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --with kf5,pkgkde_symbolshelper

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