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

###
### Actual build
###

override_dh_auto_configure:
	dh_auto_configure -- --enable-static=yes

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_install:
	find debian/tmp -name '*.la' -delete
	dh_install --fail-missing

override_dh_strip:
	dh_strip -plibdrm-dove2 --dbg-package=libdrm-dove2-dbg
	dh_strip -s --remaining-packages

%:
	dh $@ --with quilt,autoreconf --builddirectory=build/