File: rules

package info (click to toggle)
uhttpmock 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,452 kB
  • sloc: sh: 4,249; ansic: 2,392; makefile: 246; xml: 223
file content (19 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
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 gir,gnome

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