File: rules

package info (click to toggle)
puzzle-jigsaw 1.0.2%2Bgit20201007.527c529%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 4,048 kB
  • sloc: cpp: 875; xml: 20; makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 407 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
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_clean:
	rm -f langs/*.qm
	dh_auto_clean

override_dh_auto_configure:
	lrelease puzzle-jigsaw.pro
	dh_auto_configure

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/puzzle-jigsaw/usr/bin
	rm -f $(CURDIR)/debian/puzzle-jigsaw/usr/share/puzzle-jigsaw/samples/Credits.txt