[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 5f5bace4849b2a5e4c2db2caca2572c88ace93b6
Author: Kumar Appaiah <akumar at debian.org>
Date:   Thu May 30 22:01:05 2013 -0400

    Fix minor typo

diff --git a/.pc/applied-patches b/.pc/applied-patches
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/rules b/debian/rules
index b7ab730..f9f25e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEBUG_PACKAGE = $(shell awk '/^Package/ && /-dbg *$$/ { print $$2 }' debian/cont
 
 .PHONY: override_dh_strip override_dh_auto_configure override_dh_install
 
-verride_dh_auto_configure:
+override_dh_auto_configure:
 	mkdir -p build
 	(cd build && cmake .. -DCMAKE_CXX_FLAGS="" -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON -DGTEST_DIR=/usr/src/gtest -DHTML_DOCS=off)
 

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



More information about the debian-science-commits mailing list