[SCM] csound packaging branch, master, updated. debian/5.12.1.dfsg-5

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Aug 5 22:03:19 UTC 2010


The following commit has been merged in the master branch:
commit 1b87780b4e3ed953b7debc875ab6a6ca10accdd2
Author: Felipe Sateler <fsateler at gmail.com>
Date:   Thu Aug 5 12:03:43 2010 -0400

    Build documentation at install stage to avoid building in buildds
    
    This way, doxygen does not get invoked at dpkg-buildpackage -B.

diff --git a/debian/rules b/debian/rules
index 9882614..a60119a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,7 +162,7 @@ DEB_SCONS_INSTALL_OPTIONS = instdir=$(CURDIR)/debian/tmp
 DEB_SCONS_INSTALL_TARGET = install=1
 
 
-build/libcsound64-doc:: build-doxygen-stamp
+install/libcsound64-doc:: build-doxygen-stamp
 build-doxygen-stamp:
 	doxygen
 	touch $@

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list