File: rules

package info (click to toggle)
iptux 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,724 kB
  • sloc: cpp: 28,220; xml: 75; sh: 48; makefile: 22
file content (16 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

# see FEATURE AREAS in dpkg-buildflags(1)
# Need to remove explicit disabling of lto when upstream v0.9.4
# is released; see https://bugs.debian.org/1094166
# and https://github.com/iptux-src/iptux/pull/652
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto

%:
	dh $@

override_dh_auto_test:
	xvfb-run -a dh_auto_test -- --verbose