File: rules

package info (click to toggle)
quiterss 0.18.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,292 kB
  • ctags: 3,028
  • sloc: cpp: 33,904; sh: 47; xml: 23; makefile: 9
file content (19 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export QT_SELECT=5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure
	## rebuild translations
#	lupdate -locations relative QuiteRSS.pro
	lrelease QuiteRSS.pro

override_dh_strip:
	dh_strip --dbgsym-migration='quiterss-dbg (<< 0.18.4+dfsg-2)'