File: rules

package info (click to toggle)
scantailor 0.9.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,556 kB
  • ctags: 9,057
  • sloc: cpp: 71,264; ansic: 481; sh: 121; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel

override_dh_auto_test:
	xvfb-run --server-args="-screen 0 640x480x24" dh_auto_test

override_dh_install:
	dh_install
	install -d debian/scantailor/usr/share/pixmaps
	cp -a resources/appicon.svg debian/scantailor/usr/share/pixmaps/scantailor.svg