File: rules

package info (click to toggle)
libqapt 3.0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,372 kB
  • sloc: cpp: 11,270; sh: 11; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export QT_SELECT=qt5

%:
	dh $@ --with kf5,pkgkde_symbolshelper

override_dh_auto_test:
	# Disable dh_auto_test
	:

execute_after_dh_auto_install:
	# drop translations of not shipped components
	rm debian/tmp/usr/share/locale/*/LC_MESSAGES/plasma_runner_installer.qm
	rm debian/tmp/usr/share/locale/*/LC_MESSAGES/qapt-deb-installer.qm
	rm debian/tmp/usr/share/locale/*/LC_MESSAGES/qapt-gst-helper.qm
	rm debian/tmp/usr/share/locale/*/LC_MESSAGES/qaptbatch.qm