File: rules

package info (click to toggle)
qtpass 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,224 kB
  • sloc: cpp: 5,834; xml: 44; makefile: 12
file content (22 lines) | stat: -rwxr-xr-x 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export V = 1

## Enable compiler hardening flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export QT_SELECT = 6

%:
	dh $@ --buildsystem=qmake6

override_dh_auto_configure:
	dh_auto_configure -- PREFIX=/usr

override_dh_install:
	dh_install
	# Install remaining files
	cp artwork/icon.svg debian/qtpass/usr/share/icons/hicolor/scalable/apps/qtpass-icon.svg
	cp qtpass.appdata.xml debian/qtpass/usr/share/metainfo/
	cp qtpass.desktop debian/qtpass/usr/share/applications/