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

Mathieu Malaterre malat at alioth.debian.org
Wed Oct 10 16:06:45 UTC 2012


Author: malat
Date: 2012-10-10 16:06:45 +0000 (Wed, 10 Oct 2012)
New Revision: 12366

Modified:
   trunk/packages/orthanc/trunk/debian/rules
Log:
Remove DEBIAN_HARDENING option

Modified: trunk/packages/orthanc/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc/trunk/debian/rules	2012-10-10 16:05:17 UTC (rev 12365)
+++ trunk/packages/orthanc/trunk/debian/rules	2012-10-10 16:06:45 UTC (rev 12366)
@@ -15,7 +15,7 @@
 		$(CURDIR)/OrthancExplorer/images/unsupported.png; \
 	fi
 
-	dh_auto_configure -- -DDEBIAN_HARDENING=ON -DSTATIC_BUILD=OFF -DSTANDALONE_BUILD=ON -DBUILD_UNIT_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_DYNAMIC_JSONCPP=1
+	dh_auto_configure -- -DSTATIC_BUILD=OFF -DSTANDALONE_BUILD=ON -DBUILD_UNIT_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_DYNAMIC_JSONCPP=1
 
 
 override_dh_auto_install:




More information about the debian-med-commit mailing list