[med-svn] r14722 - trunk/packages/orthanc/trunk/debian
Sebastien Jodogne
jodogne-guest at alioth.debian.org
Mon Sep 16 14:13:55 UTC 2013
Author: jodogne-guest
Date: 2013-09-16 14:13:55 +0000 (Mon, 16 Sep 2013)
New Revision: 14722
Modified:
trunk/packages/orthanc/trunk/debian/rules
Log:
oops, reverted Mathieu's change
Modified: trunk/packages/orthanc/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc/trunk/debian/rules 2013-09-16 13:39:57 UTC (rev 14721)
+++ trunk/packages/orthanc/trunk/debian/rules 2013-09-16 14:13:55 UTC (rev 14722)
@@ -3,7 +3,6 @@
%:
dh $@ --parallel --builddirectory=Build
-# remove build type, see #711515
CMAKE_EXTRA_FLAGS += \
-DSTATIC_BUILD:BOOL=OFF \
-DSTANDALONE_BUILD:BOOL=ON \
@@ -12,7 +11,7 @@
-DUSE_DYNAMIC_MONGOOSE:BOOL=OFF \
-DDEBIAN_USE_GTEST_SOURCE_PACKAGE:BOOL=ON \
-DDCMTK_DICTIONARY_DIR:PATH=/usr/share/libdcmtk2 \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE="" # The build type must be left empty, see #711515
override_dh_auto_configure:
# Put 3rd party packages where the cmake build system expects them
More information about the debian-med-commit
mailing list