[med-svn] [Git][med-team/orthanc-postgresql][master] CMAKE_BUILD_TYPE

Sebastien Jodogne gitlab at salsa.debian.org
Wed Apr 25 13:14:06 BST 2018


Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql


Commits:
c1d7737b by jodogne-guest at 2018-04-25T14:14:01+02:00
CMAKE_BUILD_TYPE

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+orthanc-postgresql (2.1-2) UNRELEASED; urgency=medium
+
+  * Set -DCMAKE_BUILD_TYPE=None
+
+ -- Jodogne <jodogne at debian-unstable>  Wed, 25 Apr 2018 14:13:12 +0200
+
 orthanc-postgresql (2.1-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ CMAKE_EXTRA_FLAGS += \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
 	-DSTATIC_BUILD:BOOL=OFF \
         -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE:BOOL=ON \
-	-DDEB_VERSION=$(DEB_VERSION) \
-	-DCMAKE_BUILD_TYPE=""   # The build type must be left empty, see #711515
+        -DDEB_VERSION=$(DEB_VERSION) \
+        -DCMAKE_BUILD_TYPE=None  # The build type must be set to None, see #711515
 
 override_dh_auto_configure:
         # Put 3rd party packages where the cmake build system expects them



View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/commit/c1d7737b3dc4438b1276db7fd90ce88df9ff35a5

---
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/commit/c1d7737b3dc4438b1276db7fd90ce88df9ff35a5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180425/7e0c5941/attachment.html>


More information about the debian-med-commit mailing list