[med-svn] [dcmtk] 07/10: Update copyright and rules
Gert Wollny
gewo at moszumanska.debian.org
Sun Aug 6 14:31:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository dcmtk.
commit 5e7fc9aa63d78d102d12e02f650b83a3b1575460
Author: Gert Wollny <gewo at debian.org>
Date: Thu Aug 3 11:09:49 2017 +0000
Update copyright and rules
---
debian/changelog | 2 ++
debian/copyright | 20 +++++++++++++++++---
debian/rules | 7 ++++++-
3 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 961696a..cbb51cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
* d/p/* refresh patches
* drop d/p/09_ because it was applied upstream
* s/* update SO version
+ * d/copyright: add new files to copyright
+ * d/rules: drop more test programs and add manpage for msgserv
-- Gert Wollny <gewo at debian.org> Wed, 02 Aug 2017 13:48:47 +0000
diff --git a/debian/copyright b/debian/copyright
index f132026..13e9278 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -222,6 +222,20 @@ Files: oflog/include/dcmtk/oflog/log4judp.h
Copyright: 2012 Siva Chandran P
License: Apache-2.0
+Files: config/stdcxx.m4
+Copyright: 2008 Benjamin Kosnik <bkoz at redhat.com>
+ 2012 Zack Weinberg <zackw at panix.com>
+ 2013 Roy Stogner <roystgnr at ices.utexas.edu>
+ 2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov at google.com>
+ 2015 Paul Norman <penorman at mac.com>
+ 2015 Moritz Klammler <moritz at klammler.eu>
+ 2016 Krzesimir Nowak <qdlacz at gmail.com>
+License: stdcxx-m4
+ Copying and distribution of this file, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice
+ and this notice are preserved. This file is offered as-is, without any
+ warranty.
+
Files: oflog/include/dcmtk/oflog/appender.h
oflog/include/dcmtk/oflog/config/win32.h
oflog/include/dcmtk/oflog/configrt.h
@@ -396,7 +410,7 @@ Files: dcmrt/include/dcmtk/dcmrt/drttypes.h
dcmrt/libsrc/drtbvcps.cc
dcmrt/libsrc/drtmas.cc
Copyright: 2008-2012, OFFIS e.V. and ICSMED AG, Oldenburg, Germany
- 2013-2016, J. Riesmeier, Oldenburg, Germany
+ 2013-2017, J. Riesmeier, Oldenburg, Germany
License: BSD-3-clause-Riesmeier
Files: dcmrt/include/dcmtk/dcmrt/drmdose.h
@@ -434,10 +448,10 @@ Files: dcmfg/include/dcmtk/dcmfg/fgframeanatomy.h
dcmiod/libsrc/iodreferences.cc
dcmiod/libsrc/modfloatingpointimagepixel.cc
dcmiod/libsrc/modimagepixelbase.cc
-Copyright: Copyright (C) 2016, Open Connections GmbH
+ dcmdata/tests/tnewdcme.cc
+Copyright: Copyright (C) 2017, Open Connections GmbH
License: OFFISeV
-
Files: CMake/android.toolchain.cmake
Copyright: 2010-2011, Ethan Rublee
2011-2014, Andrey Kamaev
diff --git a/debian/rules b/debian/rules
index 8b35bf2..7908539 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,10 @@ override_dh_auto_build-arch:
#$(MAKE) -C obj-* man
dh_auto_build
+override_dh_installman:
+ help2man --version-string 3.6.2 --no-info debian/dcmtk/usr/bin/msgserv > msgserv.1
+ dh_installman msgserv.1
+
# Let's be smart with building doc
override_dh_auto_build-indep:
$(MAKE) -C obj-* DOXYGEN
@@ -74,10 +78,11 @@ override_dh_installdocs:
override_dh_install-arch:
dh_install # --list-missing
- # wotsit ?
+ #remove test binaries
rm ./debian/dcmtk/usr/bin/*_tests
rm ./debian/dcmtk/usr/bin/drttest
rm ./debian/dcmtk/usr/bin/mkreport
+ rm ./debian/dcmtk/usr/bin/wltest
get-orig-source:
uscan --force-download --verbose --rename
--
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