File: rules

package info (click to toggle)
pgqd 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,260 kB
  • sloc: ansic: 29,685; makefile: 1,158; sh: 705; python: 206; sed: 22
file content (21 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /usr/bin/make -f

# make build verbose
export V=1

%:
	dh $@

override_dh_autoreconf:
	# autoreconf broken in 3.3

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure
	
override_dh_auto_install:
	dh_auto_install -- docdir=/usr/share/doc/pgqd

override_dh_auto_clean:
	$(MAKE) xclean
	rm -rf .objs lib/usual/config.h.in