]> andersk Git - libyaml.git/blame - debian/rules
debian: Bump Standards-Version to 4.1.4 and debian/compat to 11
[libyaml.git] / debian / rules
CommitLineData
01068572
AK
1#!/usr/bin/make -f
2
b35dbbb1 3%:
e13fd244 4 dh $@
01068572 5
b35dbbb1 6override_dh_auto_build-indep:
0ff9db35
AK
7 $(MAKE) html
8
f626072a
AK
9override_dh_installdocs-indep:
10 dh_installdocs -i
11 dh_doxygen -plibyaml-doc
12
b35dbbb1
AK
13override_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.042413 seconds and 5 git commands to generate.