aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 8f66c5a9b124992b0a9a7723d663960fcf138dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_configure:
	ln -s . m4
	dh_autoreconf
	dh_auto_configure -- \
		--prefix=/usr \
		--mandir=\$${prefix}/share/man \
		--infodir=\$${prefix}/share/info \
		--bindir=/usr/sbin \
		--disable-rpath
# Enable raw parallel port I/O
#		--with-outb

override_dh_installman:
	dh_installman debian/lcd4linux.8

%:
	dh $@ --with autotools_dev

get-orig-source:
	debian/get-svn-source.sh