]> andersk Git - libyaml.git/blobdiff - debian/rules
debian: Release libyaml 0.2.2-1
[libyaml.git] / debian / rules
index afa1a024eb41f4701193e9515e0103ed6befa297..c79ab93307b8648a6e1625edec8ba8ad29ebab29 100755 (executable)
@@ -1,11 +1,15 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --with autoreconf
+       dh $@
 
 override_dh_auto_build-indep:
        $(MAKE) html
 
+override_dh_installdocs-indep:
+       dh_installdocs -i
+       dh_doxygen -plibyaml-doc
+
 override_dh_strip:
        dh_strip -plibyaml-0-2 --dbgsym-migration='libyaml-0-2-dbg (<< 0.1.7-1~)'
        dh_strip --remaining
This page took 0.046806 seconds and 4 git commands to generate.