File: rules

package info (click to toggle)
uhttpmock 0.5.0-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 2,288 kB
  • ctags: 547
  • sloc: sh: 11,369; ansic: 2,385; makefile: 246; xml: 52
file content (19 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@  --with autotools-dev,gir,autoreconf

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc

override_dh_auto_test:
	mkdir debian/XDG_RUNTIME_DIR
	XDG_RUNTIME_DIR=$(CURDIR)/debian/XDG_RUNTIME_DIR dh_auto_test
	rm -rf $(CURDIR)/debian/XDG_RUNTIME_DIR