[PATCH] Correct typo in cmake build type (was RelWithoutDebInfo)

Gabriel M. Beddingfield gabrbedd at gmail.com
Sun Jul 24 17:11:46 UTC 2011


The build type "RelWithoutDebInfo" does not exist.  It should be
"RelWithDebInfo".
---
 debian/changelog |    6 +++++-
 debian/rules     |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d56460..67d50fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 composite (0.006.2-2) UNRELEASED; urgency=low
 
+  [ Jaromír Mikeš ]
   * Provide xpm icon
-  * Fix desktop file to be shipped in right package  
+  * Fix desktop file to be shipped in right package
+
+  [ Gabriel Beddingfield ]
+  * Correct typo in cmake build type (s/RelWithoutDebInfo/RelWithDebInfo/)
 
  -- Jaromír Mikeš <mira.mikes at seznam.cz>  Sun, 24 Jul 2011 14:39:17 +0200
 
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
-- 
1.7.4.1




More information about the pkg-multimedia-maintainers mailing list