]> andersk Git - libyaml.git/blob - debian/rules
cd636a064caed627bca63916974b6ecb4dba12af
[libyaml.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@ --with autoreconf
5
6 override_dh_auto_build-indep:
7         $(MAKE) html
8
9 override_dh_installdocs-indep:
10         dh_installdocs -i
11         dh_doxygen -plibyaml-doc
12
13 override_dh_strip:
14         dh_strip -plibyaml-0-2 --dbgsym-migration='libyaml-0-2-dbg (<< 0.1.7-1~)'
15         dh_strip --remaining
This page took 0.023093 seconds and 3 git commands to generate.