[med-svn] [plastimatch] 04/04: Update changelog; remove obsolete patches
Greg Sharp
gregsharp-guest at moszumanska.debian.org
Mon Dec 18 23:23:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregsharp-guest pushed a commit to branch master
in repository plastimatch.
commit 4f819a970dc5b019584b271c3e1315084c4f8e57
Author: Gregory C. Sharp <gregsharp.geo at yahoo.com>
Date: Mon Dec 18 18:17:33 2017 -0500
Update changelog; remove obsolete patches
---
debian/changelog | 9 +++++++++
.../patches/0001-Missing-lconv-in-CMakeLists.patch | 21 ---------------------
...0002-Suppress-failing-proton-dose-testcase.patch | 14 --------------
debian/patches/series | 2 --
4 files changed, 9 insertions(+), 37 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 136d4d8..cb2f6e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+plastimatch (1.7.0+dfsg.1-1) unstable; urgency=medium
+
+ * New upstream version
+ * Delete obsolete entries in Files-Excluded
+ * Remove obsolete patches
+ * Add dependency on libdlib18
+
+ -- Gregory C. Sharp <gregsharp.geo at yahoo.com> Mon, 18 Dec 2017 18:15:08 -0500
+
plastimatch (1.6.6+dfsg.1-1) unstable; urgency=medium
[ Gregory C. Sharp ]
diff --git a/debian/patches/0001-Missing-lconv-in-CMakeLists.patch b/debian/patches/0001-Missing-lconv-in-CMakeLists.patch
deleted file mode 100644
index fd42e82..0000000
--- a/debian/patches/0001-Missing-lconv-in-CMakeLists.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d52f0a9..aa6d72b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -994,10 +994,12 @@ if (PLM_BUILD_TESTING)
- add_subdirectory (Testing)
-
- # Copy the lconv script
-- configure_file (
-- "${CMAKE_SOURCE_DIR}/extra/devtools/run_lcov.sh"
-- "${CMAKE_BINARY_DIR}/run_lcov.sh"
-- COPYONLY)
-+ if (EXISTS "${CMAKE_SOURCE_DIR}/extra/devtools/run_lcov.sh")
-+ configure_file (
-+ "${CMAKE_SOURCE_DIR}/extra/devtools/run_lcov.sh"
-+ "${CMAKE_BINARY_DIR}/run_lcov.sh"
-+ COPYONLY)
-+ endif ()
- endif ()
-
- ##-----------------------------------------------------------------------------
diff --git a/debian/patches/0002-Suppress-failing-proton-dose-testcase.patch b/debian/patches/0002-Suppress-failing-proton-dose-testcase.patch
deleted file mode 100644
index daa3a66..0000000
--- a/debian/patches/0002-Suppress-failing-proton-dose-testcase.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/Testing/CTestCustom.cmake.in b/Testing/CTestCustom.cmake.in
-index 651a375..28656d8 100644
---- a/Testing/CTestCustom.cmake.in
-+++ b/Testing/CTestCustom.cmake.in
-@@ -344,6 +344,9 @@ if (PLM_CONFIG_DEBIAN_BUILD)
- "proton-dose-5a"
- "proton-dose-5a-stats"
- "proton-dose-5a-check"
-+ "proton-dose-5d"
-+ "proton-dose-5d-stats"
-+ "proton-dose-5d-check"
- "proton-dose-5g"
- "proton-dose-5g-stats"
- "proton-dose-5g-check"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 46f1eda..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Missing-lconv-in-CMakeLists.patch
-0002-Suppress-failing-proton-dose-testcase.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plastimatch.git
More information about the debian-med-commit
mailing list