]> andersk Git - libyaml.git/blob - debian/rules
afa1a024eb41f4701193e9515e0103ed6befa297
[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_strip:
10         dh_strip -plibyaml-0-2 --dbgsym-migration='libyaml-0-2-dbg (<< 0.1.7-1~)'
11         dh_strip --remaining
This page took 0.023382 seconds and 3 git commands to generate.