File: rules

package info (click to toggle)
ui-utilcpp 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,692 kB
  • sloc: cpp: 7,495; sh: 4,205; ansic: 278; makefile: 117
file content (10 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --dbgsym-migration='libui-utilcpp9v5-dbg (<< 1.8.3-3~)'

# Upstream uses LFS since 1.8.3
override_dh_makeshlibs:
	dh_makeshlibs -V 'libui-utilcpp9v5 (>= 1.8.3)'