[med-svn] r14174 - trunk/packages/orthanc/trunk/debian

Mathieu Malaterre malat at alioth.debian.org
Wed Jul 17 11:36:54 UTC 2013


Author: malat
Date: 2013-07-17 11:36:54 +0000 (Wed, 17 Jul 2013)
New Revision: 14174

Modified:
   trunk/packages/orthanc/trunk/debian/changelog
   trunk/packages/orthanc/trunk/debian/rules
Log:
fix build type

Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog	2013-07-17 11:12:36 UTC (rev 14173)
+++ trunk/packages/orthanc/trunk/debian/changelog	2013-07-17 11:36:54 UTC (rev 14174)
@@ -1,10 +1,14 @@
 orthanc (0.6.0-1) unstable; urgency=low
 
+  [ Sebastien Jodogne ]
   * New upstream version: 0.6.0
   * Fix image preview. Closes: #716958
   * Fix missing copyright information. Closes: #712038
   * Remove explicit dependency on boost1.53
 
+  [ Mathieu Malaterre ]
+  * Remove RelWithDebInfo, because of change in behavior in cmake
+
  -- Sebastien Jodogne <s.jodogne at gmail.com>  Wed, 17 Jul 2013 10:55:49 +0200
 
 orthanc (0.5.2-1) unstable; urgency=low

Modified: trunk/packages/orthanc/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc/trunk/debian/rules	2013-07-17 11:12:36 UTC (rev 14173)
+++ trunk/packages/orthanc/trunk/debian/rules	2013-07-17 11:36:54 UTC (rev 14174)
@@ -3,6 +3,7 @@
 %:
 	dh $@ --parallel --builddirectory=Build
 
+# remove build type, see #711515
 CMAKE_EXTRA_FLAGS += \
 	-DSTATIC_BUILD:BOOL=OFF \
 	-DSTANDALONE_BUILD:BOOL=ON \
@@ -10,7 +11,7 @@
 	-DUSE_DYNAMIC_LUA:BOOL=ON \
 	-DUSE_DYNAMIC_MONGOOSE:BOOL=OFF \
 	-DDEBIAN_USE_GTEST_SOURCE_PACKAGE:BOOL=ON \
-	-DCMAKE_BUILD_TYPE=RelWithDebInfo
+	-DCMAKE_BUILD_TYPE=""
 
 override_dh_auto_configure:
 	# Put 3rd party packages where the cmake build system expects them




More information about the debian-med-commit mailing list