summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 2d9cfa41c95c3833742d03faf796d41eb15bc1e3 (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-armada2 --dbg-package=libdrm-armada2-dbg
	dh_strip -s --remaining-packages

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