File: rules

package info (click to toggle)
ui-gxmlcpp 1.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,360 kB
  • sloc: sh: 4,411; cpp: 3,534; makefile: 73
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-gxmlcpp5v5-dbg (<< 1.4.3-2~)'

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