File: rules

package info (click to toggle)
qt5ct 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,880 kB
  • sloc: cpp: 2,375; sh: 64; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export QT_SELECT=5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_install:
	# remove symlinks of private libraries
	find debian/qt5ct -name '*.so' -type l -print -delete