File: rules

package info (click to toggle)
quiterss 0.19.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 10,128 kB
  • sloc: cpp: 34,969; sh: 47; xml: 30; makefile: 9
file content (19 lines) | stat: -rwxr-xr-x 384 bytes parent folder | download | duplicates (2)
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 $@

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)'