blob: 6ec98f8a1afceb35b3672ca7e3e010961ed4d929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#!/usr/bin/make -f
%:
dh $@
# For a while we use binary "sources"
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
ln -sf ../../root_i386 debian/tmp
override_dh_auto_clean:
override_dh_strip:
dh_strip -N illumos-kernel
override_dh_installmodules:
override_dh_shlibdeps:
dh_shlibdeps -N illumos-kernel
|