File: rules

package info (click to toggle)
ulcc 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,424 kB
  • sloc: cpp: 852; xml: 23; sh: 17; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export QT_SELECT=qt5

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find debian/ulcc -name 'credits.txt' -exec rm {} \;