[SCM] libdiscid/experimental: Run docs target

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Mar 8 14:33:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 6dc3108908ea7f65a3426e4e6c503b35f839e76d
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Mar 8 15:08:50 2013 +0100

    Run docs target
    
    Signed-off-by: Sebastian Ramacher <sramacher at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 74fd851..cabe152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libdiscid (0.4.0-1) UNRELEASED; urgency=low
 
   * New upstream release. (Closes: #702570)
+  * debian/rules: Run docs target instead of running doxygen manually.
   * debian/libdiscid0.symbols: Add new symbols.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Fri, 08 Mar 2013 14:59:41 +0100
diff --git a/debian/rules b/debian/rules
index c1363e1..5fdf67f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 # replace it with the one from libjs-jquery
 override_dh_auto_build-indep:
 ifneq "$(wildcard /usr/bin/doxygen)" ""
-	doxygen
+	$(MAKE) docs
 	rm -f docs/installdox
 	rm docs/jquery.js
 	ln -s /usr/share/javascript/jquery/jquery.js docs/jquery.js

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list