File: rules

package info (click to toggle)
zathura 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,680 kB
  • sloc: ansic: 13,933; xml: 52; python: 49; perl: 41; sh: 25; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Use all hardening flags for zathura
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# Disable check's timeout functionality
export CK_DEFAULT_TIMEOUT=0

%:
	dh $@

execute_before_dh_auto_build:
	cd debian/dh && pod2man -c Debhelper -r '' dh_zathura dh_zathura.1

override_dh_auto_test:
	xvfb-run -a dh_auto_test