[SCM] libav/experimental: Do not run doxygen if it is not installed.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Oct 1 08:42:56 UTC 2012


The following commit has been merged in the experimental branch:
commit 08d23b838b99fee127a026fde778c0531219276c
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Sat Jul 14 22:43:45 2012 +0200

    Do not run doxygen if it is not installed.

diff --git a/debian/rules b/debian/rules
index 762bc71..f4f1aed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ debian-shared/tools/qt-faststart: build-stamp-shared
 build-doxy: build-doxy-stamp
 build-doxy-stamp:
 	dh_testdir
-	doxygen
+	[ ! -x /usr/bin/doxygen ] || doxygen
 	touch $@
 
 build: build-stamp build-extra

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list