[med-svn] [odil] 03/03: New upstream release
Julien Lamy
lamy-guest at moszumanska.debian.org
Tue Jun 14 14:28:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamy-guest pushed a commit to branch master
in repository odil.
commit 0a50681830a9b4820e0fa75e1785b75a21fb535b
Author: Julien Lamy <lamy at unistra.fr>
Date: Tue Jun 14 16:27:50 2016 +0200
New upstream release
---
debian/changelog | 6 ++++++
debian/control | 3 ++-
debian/patches/sort-cmake-filelists.patch | 6 +++---
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f37452e..cc16167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+odil (0.7.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Julien Lamy <lamy at unistra.fr> Tue, 14 Jun 2016 16:12:55 +0200
+
odil (0.6.0-2) unstable; urgency=medium
* Make build reproducible
diff --git a/debian/control b/debian/control
index ec06fdd..9dd4568 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,12 @@ Build-Depends: debhelper (>= 9),
libboost-dev,
libboost-filesystem-dev,
libboost-python-dev,
+ liblog4cpp5-dev,
libboost-test-dev (>= 1.46.1),
chrpath,
dcmtk (>= 3.6.0),
python,
- python-nose,
+ python-nose
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/odil.git
diff --git a/debian/patches/sort-cmake-filelists.patch b/debian/patches/sort-cmake-filelists.patch
index ce5a74a..1dcfe0e 100644
--- a/debian/patches/sort-cmake-filelists.patch
+++ b/debian/patches/sort-cmake-filelists.patch
@@ -1,7 +1,7 @@
Subject: Sort the file lists in CMake
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
-@@ -6,6 +6,9 @@ find_package(JsonCpp REQUIRED)
+@@ -9,6 +9,9 @@ endif()
file(GLOB_RECURSE Header_Files "*.h")
file(GLOB_RECURSE Source_Files "*.cpp")
file(GLOB_RECURSE templates "*.txx")
@@ -9,8 +9,8 @@ Subject: Sort the file lists in CMake
+list(SORT Source_Files)
+list(SORT templates)
- # Regroup files by folder
- GroupFiles(Header_Files)
+ 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(
--
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