[med-svn] [dcmtk] 01/01: Do not install the *.cmake files.
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Jan 7 22:51:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository dcmtk.
commit cea7eb4a4fdb7156c331ca27bbf7f0ff83f5f05a
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Tue Jan 5 21:43:33 2016 +0100
Do not install the *.cmake files.
* The *.cmake files pull in dependencies that are not required for
compiling
* ITK messes things up with these files installed.
---
debian/changelog | 7 +++++++
debian/libdcmtk-dev.install | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a929253..a8707ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dcmtk (3.6.1~20150924-4) unstable; urgency=medium
+
+ * Do not install DCMTK*.cmake files, they break things.
+ cmake's FindDCMTK handles this case better without these files.
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Tue, 05 Jan 2016 21:42:56 +0100
+
dcmtk (3.6.1~20150924-2) unstable; urgency=medium
* Update internal use of DCMDICT path Closes: #807691
diff --git a/debian/libdcmtk-dev.install b/debian/libdcmtk-dev.install
index 182f0fa..2c5ae4a 100644
--- a/debian/libdcmtk-dev.install
+++ b/debian/libdcmtk-dev.install
@@ -1,3 +1,2 @@
usr/include/dcmtk/*
-usr/lib/*.so
-usr/lib/cmake/
+usr/lib/*.so
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtk.git
More information about the debian-med-commit
mailing list