[SCM] composite/master: Fix typo in cmake build type

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jul 24 17:35:42 UTC 2011


The following commit has been merged in the master branch:
commit cfa3dbf204ed497f1040483228d58f5044a6ef5c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jul 24 19:34:36 2011 +0200

    Fix typo in cmake build type

diff --git a/debian/rules b/debian/rules
index b092915..cfffbf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DWANT_LRDF=ON \
-		-DCMAKE_BUILD_TYPE=RelWithoutDebInfo
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo
 
 override_dh_auto_install:
 	dh_auto_install

-- 
composite packaging



More information about the pkg-multimedia-commits mailing list