[med-svn] [odil] 03/08: Remove patch applied upstream

Julien Lamy lamy-guest at moszumanska.debian.org
Thu Apr 20 09:52:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamy-guest pushed a commit to branch master
in repository odil.

commit ed0d5f4e77f0de19148ac3ae4b3efb2640be56b5
Author: Julien Lamy <lamy at unistra.fr>
Date:   Wed Apr 19 16:09:31 2017 +0200

    Remove patch applied upstream
---
 debian/patches/series                     |  1 -
 debian/patches/sort-cmake-filelists.patch | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 8f508cf..eddd26d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 cli-import-path.patch
-sort-cmake-filelists.patch
diff --git a/debian/patches/sort-cmake-filelists.patch b/debian/patches/sort-cmake-filelists.patch
deleted file mode 100644
index 1dcfe0e..0000000
--- a/debian/patches/sort-cmake-filelists.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Subject: Sort the file lists in CMake
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -9,6 +9,9 @@ endif()
- file(GLOB_RECURSE Header_Files "*.h")
- file(GLOB_RECURSE Source_Files "*.cpp")
- file(GLOB_RECURSE templates "*.txx")
-+list(SORT Header_Files)
-+list(SORT Source_Files)
-+list(SORT templates)
- 
- if(NOT WITH_DCMTK)
-     set(pattern "${CMAKE_CURRENT_SOURCE_DIR}/odil/dcmtk/[^;]+[;$]")
---- a/wrappers/CMakeLists.txt
-+++ b/wrappers/CMakeLists.txt
-@@ -8,6 +8,7 @@ include_directories(
- link_directories(${Boost_LIBRARY_DIRS})
- 
- file(GLOB_RECURSE files "*.cpp")
-+list(SORT files)
- python_add_module(pyodil SHARED ${files})
- set_target_properties(
-     pyodil PROPERTIES OUTPUT_NAME odil FOLDER "Wrappers")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git



More information about the debian-med-commit mailing list