]> andersk Git - libyaml.git/commitdiff
debian: Clean doxygen-generated documentation with dh_doxygen
authorAnders Kaseorg <andersk@mit.edu>
Sun, 4 Sep 2016 08:39:04 +0000 (04:39 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Thu, 15 Sep 2016 06:50:53 +0000 (02:50 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/control
debian/rules

index 64a667ff41f12785ff9423b7bbdc9ab26fa25921..29a50021c47d5f2ece896af70ea54292a7bcdccc 100644 (file)
@@ -1,3 +1,9 @@
+libyaml (0.1.7-2) UNRELEASED; urgency=medium
+
+  * Clean doxygen-generated documentation with dh_doxygen.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Sun, 04 Sep 2016 04:34:55 -0400
+
 libyaml (0.1.7-1) unstable; urgency=medium
 
   * New upstream version 0.1.7.
index 9bafea0a886c43b32d4423671a30cf389aee0dcf..5250e0318f18311fb0f8083ea0ff14aee525a2de 100644 (file)
@@ -3,10 +3,10 @@ Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: autotools-dev,
- debhelper (>= 9~),
+ debhelper (>= 9.20120608~),
  dh-buildinfo (>= 0.9+nmu1~),
  dh-autoreconf
-Build-Depends-Indep: doxygen
+Build-Depends-Indep: doxygen (>= 1.8.4-1~)
 Standards-Version: 3.9.6
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
index afa1a024eb41f4701193e9515e0103ed6befa297..cd636a064caed627bca63916974b6ecb4dba12af 100755 (executable)
@@ -6,6 +6,10 @@
 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.041823 seconds and 5 git commands to generate.