Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Upload to unstable
· 4fdd4227
Sebastien Jodogne
authored
Apr 19, 2018
4fdd4227
Upload to unstable
· 08710f3d
Sebastien Jodogne
authored
Apr 19, 2018
08710f3d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
08710f3d
orthanc-dicomweb (0.5+dfsg-1)
UNRELEASED
; urgency=medium
orthanc-dicomweb (0.5+dfsg-1)
unstable
; urgency=medium
* New upstream version.
...
...
debian/rules
View file @
08710f3d
...
...
@@ -13,8 +13,7 @@ export DEB_BUILD_MAINT_OPTIONS := hardening=+all
CMAKE_EXTRA_FLAGS += \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DSTATIC_BUILD:BOOL=OFF \
-DSTANDALONE_BUILD:BOOL=ON \
-DUSE_GTEST_DEBIAN_SOURCE_PACKAGE:BOOL=ON \
-DUSE_GOOGLE_TEST_DEBIAN_PACKAGE:BOOL=ON \
-DCMAKE_BUILD_TYPE="" # The build type must be left empty, see #711515
override_dh_auto_configure:
...
...