[SCM] libbluray/master: Build doxygen documentation in -indep

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Feb 9 01:14:04 UTC 2014


The following commit has been merged in the master branch:
commit c1b39fe6cd61c00d77a18b141e0476461f53fdd9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 8 22:54:39 2014 +0100

    Build doxygen documentation in -indep

diff --git a/debian/control b/debian/control
index cc62138..fca98b9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,13 +14,13 @@ Build-Depends: debhelper (>= 9),
                default-jdk [linux-any],
                ant [linux-any],
                libfreetype6-dev,
-               libxml2-dev,
-               doxygen,
-               texlive-latex-base,
-               texlive-latex-recommended,
-               texlive-latex-extra,
-               latex-xcolor,
-               texlive-fonts-recommended,
+               libxml2-dev
+Build-Depends-Indep: doxygen,
+                     texlive-latex-base,
+                     texlive-latex-recommended,
+                     texlive-latex-extra,
+                     latex-xcolor,
+                     texlive-fonts-recommended,
 Standards-Version: 3.9.5
 Homepage: http://www.videolan.org/developers/libbluray.html
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libbluray.git
diff --git a/debian/rules b/debian/rules
index 639a32b..3a936b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
 
-confflags := --enable-doxygen-doc --with-libxml2
+confflags := --with-libxml2
 
 # enable bdjava on linux hosts only
 ifneq (,$(findstring linux,$(DEB_BUILD_ARCH_OS)))
@@ -32,8 +32,7 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
-override_dh_auto_build:
-	dh_auto_build
+override_dh_auto_build-indep:
 	make doxygen-doc
 
 override_dh_strip:

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list