[SCM] csound/master: Build documentation in the build-indep target

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Oct 19 23:50:04 UTC 2013


The following commit has been merged in the master branch:
commit 0c6dea9281ad334034cd3b68029c314c47952c66
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 19 20:48:57 2013 -0300

    Build documentation in the build-indep target

diff --git a/debian/control.in b/debian/control.in
index 450a183..d79f221 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,6 +6,12 @@ Uploaders: Felipe Sateler <fsateler at debian.org>,
  Jonas Smedegaard <dr at jones.dk>,
  Forrest Cahoon <forrest.cahoon at gmail.com>
 Build-Depends: @cdbs@
+Build-Depends-Indep:
+ doxygen,
+ graphviz,
+ ttf-dejavu,
+ dh-linktree,
+ libjs-jquery
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/csound
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/csound.git
diff --git a/debian/rules b/debian/rules
index 34e5303..785b720 100755
--- a/debian/rules
+++ b/debian/rules
@@ -158,7 +158,7 @@ DEB_SCONS_INSTALL_OPTIONS = instdir=$(CURDIR)/debian/tmp
 DEB_SCONS_INSTALL_TARGET = install=1
 
 
-install/libcsound64-doc:: build-doxygen-stamp
+build/libcsound64-doc:: build-doxygen-stamp
 build-doxygen-stamp:
 	mkdir -p doc/csound
 	doxygen
@@ -314,14 +314,5 @@ CDBS_BUILD_DEPENDS += , \
 	libportsmf-dev, \
 	libeigen3-dev
 
-# Needed for documentation build process
-# (should go to Build-Depends-Indep when we have proper build-arch support)
-CDBS_BUILD_DEPENDS += , \
-	doxygen, \
-	graphviz, \
-	ttf-dejavu, \
-	dh-linktree, \
-	libjs-jquery
-
 CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.111~)
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list