[med-svn] r20311 - in trunk/packages/dcmtk/trunk/debian: . patches
Gert Wollny
gert-guest at moszumanska.debian.org
Wed Oct 28 17:01:27 UTC 2015
Author: gert-guest
Date: 2015-10-28 17:01:23 +0000 (Wed, 28 Oct 2015)
New Revision: 20311
Added:
trunk/packages/dcmtk/trunk/debian/patches/dont_export_all_executables.patch
Modified:
trunk/packages/dcmtk/trunk/debian/changelog
trunk/packages/dcmtk/trunk/debian/patches/series
Log:
Do not export executables with the DCMTKTargets.cmake file
Some of these files are not installed at all, some are moved
to other locations, and so far reverse dependencies don't need
these files anyway.
Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog 2015-10-28 14:54:35 UTC (rev 20310)
+++ trunk/packages/dcmtk/trunk/debian/changelog 2015-10-28 17:01:23 UTC (rev 20311)
@@ -3,6 +3,8 @@
[Gert Wollny]
* Add patch soversion_abi.patch to change not only the library file
name but also in the cmake related files.
+ * Add patch dont_export.. to not export all executables for cmake
+ Closes: #803304
* d/rules: remove code to add abi-suffix to libraries on install
* Add Gert Wollny to uploaders
Added: trunk/packages/dcmtk/trunk/debian/patches/dont_export_all_executables.patch
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/dont_export_all_executables.patch (rev 0)
+++ trunk/packages/dcmtk/trunk/debian/patches/dont_export_all_executables.patch 2015-10-28 17:01:23 UTC (rev 20311)
@@ -0,0 +1,16 @@
+--- dcmtk-3.6.1~20150629/CMake/dcmtkMacros.cmake 2015-06-29 10:56:45.000000000 +0200
++++ dcmtk-3.6.1~20150629.new/CMake/dcmtkMacros.cmake 2015-10-28 17:34:00.561427435 +0100
+@@ -55,11 +55,11 @@
+ ENDIF(WIN32 AND NOT MINGW)
+
+ # Collect executable as part of global DCMTK_EXECUTABLE_TARGETS property
+- SET_PROPERTY(GLOBAL APPEND PROPERTY DCMTK_EXECUTABLE_TARGETS ${PROGRAM})
++# SET_PROPERTY(GLOBAL APPEND PROPERTY DCMTK_EXECUTABLE_TARGETS ${PROGRAM})
+
+ # declare installation files, also export DCMTKTargets.cmake
+ INSTALL(TARGETS ${PROGRAM}
+- EXPORT DCMTKTargets
++# EXPORT DCMTKTargets
+ COMPONENT bin
+ DESTINATION ${DCMTK_INSTALL_BINDIR})
+ ENDIF(BUILD_APPS)
Modified: trunk/packages/dcmtk/trunk/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/series 2015-10-28 14:54:35 UTC (rev 20310)
+++ trunk/packages/dcmtk/trunk/debian/patches/series 2015-10-28 17:01:23 UTC (rev 20311)
@@ -1,14 +1 @@
-01_fix_perl_script_path.patch
-02_dcmtk_3.6.0-1.patch
-07_doxygen.patch
-prefs.patch
-system_charls.patch
-datadic_install.patch
-#debian_iconv.patch
-#spelling.patch
-#ofstd_markup_6.patch
-#warn_unused_result.patch
-0001-Fixed-OFoptional-by-introducing-OFalign.patch
-performance.patch
-Set-HTML_TIMESTAMP-to-NO.patch
-soversion_abi.patch
+dont_export_all_executables.patch
More information about the debian-med-commit
mailing list