File: rules

package info (click to toggle)
charmtimetracker 1.11.4-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,304 kB
  • sloc: cpp: 20,534; xml: 560; makefile: 14
file content (17 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/buildflags.mk

include /usr/share/dpkg/default.mk
export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG -DQT_NO_DEBUG_OUTPUT -fPIC

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	-DCharm_VERSION=$(DEB_VERSION_UPSTREAM)

override_dh_auto_test:
	xvfb-run dh_auto_test --no-parallel