[SCM] C++ library of signal processing and communication routines branch, master, updated. debian/4.2-4-20-g360ece5

Kumar Appaiah akumar at debian.org
Sun Jun 2 19:43:18 UTC 2013


The following commit has been merged in the master branch:
commit 360ece5de1d48a70ad4f3bc307c332be715e1c1d
Author: Kumar Appaiah <akumar at debian.org>
Date:   Sun Jun 2 15:42:54 2013 -0400

    Rework documentation building

diff --git a/debian/rules b/debian/rules
index 3a1f8c3..7de6e8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,20 +13,15 @@ override_dh_auto_configure:
 override_dh_auto_build-arch:
 	dh_auto_build --builddirectory=build -- itpp
 	dh_auto_build --builddirectory=build -- itpp_gtests
+	(cd build && gtests/itpp_gtests);
 
 override_dh_auto_build-indep:
 	(cd build && cmake .. -DHTML_DOCS=on)
-	dh_auto_build --builddirectory=build -- itpp_doc
 
 # No tests needed for docs
 override_dh_auto_test-indep:
 
-override_dh_auto_install-indep:
-
-
 override_dh_auto_install:
-	(cd build && gtests/itpp_gtests);
-	dh_auto_install
 	dh_auto_install --builddirectory=build
 	dh_install
 

-- 
C++ library of signal processing and communication routines



More information about the debian-science-commits mailing list