File: rules

package info (click to toggle)
massif-visualizer 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,948 kB
  • sloc: cpp: 4,590; xml: 247; sh: 15; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

# Disable fixfilepath feature, as it triggers build failures.
export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath

%:
	dh $@ --with=kf5

override_dh_auto_build:
	dh_auto_build
	rst2man README > massif-visualizer.1

override_dh_auto_test:
	xvfb-run -a dh_auto_test