Author: tille Date: 2013-11-07 13:54:36 +0000 (Thu, 07 Nov 2013) New Revision: 15137
Modified: trunk/packages/ctn/trunk/debian/changelog trunk/packages/ctn/trunk/debian/copyright trunk/packages/ctn/trunk/debian/rules trunk/packages/ctn/trunk/debian/watch Log: DEP5; Remove critically licensed file vie Files-Excluded - it is not used anyway Modified: trunk/packages/ctn/trunk/debian/changelog =================================================================== --- trunk/packages/ctn/trunk/debian/changelog 2013-11-07 13:38:16 UTC (rev 15136) +++ trunk/packages/ctn/trunk/debian/changelog 2013-11-07 13:54:36 UTC (rev 15137) @@ -1,4 +1,4 @@ -ctn (3.2.0-1) UNRELEASED; urgency=low +ctn (3.2.0~dfsg-1) UNRELEASED; urgency=low [ Charles Plessy ] * New upstream version available, on sf.net. @@ -7,8 +7,14 @@ [ Thorsten Alteholz ] * debian/rules: target get-orig-source added - -- Mathieu Malaterre <[email protected]> Sun, 28 Dec 2008 12:26:16 +0100 + [ Andreas Tille ] + * debian/copyright: + - DEP5 + - Files-Excluded: apps/displays/x_utils.c + Closes: #724935, #724936 + -- Andreas Tille <[email protected]> Thu, 07 Nov 2013 14:44:28 +0100 + ctn (3.0.6-13) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/ctn/trunk/debian/copyright =================================================================== --- trunk/packages/ctn/trunk/debian/copyright 2013-11-07 13:38:16 UTC (rev 15136) +++ trunk/packages/ctn/trunk/debian/copyright 2013-11-07 13:54:36 UTC (rev 15137) @@ -1,18 +1,22 @@ -Debian Copyright File -===================== +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MIRctn +Source: http://sourceforge.net/projects/mirctn/files/ +Files-Excluded: apps/displays/x_utils.c -Upstream source URL: - http://downloads.sourceforge.net/mirctn/mirctn-3.1.0.tar.gz -Upstream home page URL: http://www.erl.wustl.edu/DICOM/ctn.html. -Upstream authors: Multiple at Mallinckrodt Institute of Radiology. -Debian Maintainer: Debian-Med team <[email protected]> - http://www.debian.org/devel/debian-med/ - -Original CTN Copyright Statement -================================ - - Copyright (C) 1993, 1994, RSNA and Washington University - +Files: * +Copyright: 1992-2008: Aniruddha S. Gokhale, + Chander L. Sabharwal, + John T. O'Neill, + Nilesh R. Gohel, + Pei Weng, + Phillip DiCorpo, + Sheldon Hoffman, + Stephen M. Moore, + Thomas R. Leith, + Tze Khiong Lee, + Mallinckrodt Institute of Radiology, + RSNA and Washington University +License: RSNA The software and supporting documentation for the Radiological Society of North America (RSNA) 1993, 1994 Digital Imaging and Communications in Medicine (DICOM) Demonstration were developed @@ -24,14 +28,14 @@ St. Louis, MO 63110 as part of the 1993, 1994 DICOM Central Test Node project for, and under contract with, the Radiological Society of North America. - + . THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER RSNA NOR WASHINGTON UNIVERSITY MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH THE USER. - + . Copyright of the software and supporting documentation is jointly owned by RSNA and Washington University, and free access is hereby granted as a license to use this software, copy this Modified: trunk/packages/ctn/trunk/debian/rules =================================================================== --- trunk/packages/ctn/trunk/debian/rules 2013-11-07 13:38:16 UTC (rev 15136) +++ trunk/packages/ctn/trunk/debian/rules 2013-11-07 13:54:36 UTC (rev 15137) @@ -98,6 +98,11 @@ binary: binary-indep binary-arch .PHONY: clean binary-indep binary-arch binary install +# Remark: The following uscan command requires devscripts > 2.12.4 which is not +# yet released at the time of this package release. The code can be obtained +# via +# git clone git://[email protected]/git/users/tille/devscripts.git +# and then use scripts/uscan.pl get-orig-source: mkdir -p ../tarballs - uscan --verbose --force-download --destdir=../tarballs + uscan --verbose --force-download --destdir=../tarballs --repack-compression xz Modified: trunk/packages/ctn/trunk/debian/watch =================================================================== --- trunk/packages/ctn/trunk/debian/watch 2013-11-07 13:38:16 UTC (rev 15136) +++ trunk/packages/ctn/trunk/debian/watch 2013-11-07 13:54:36 UTC (rev 15137) @@ -1,2 +1,3 @@ version=3 -http://sf.net/mirctn/mirctn-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +opts=dversionmangle=s/([~\+]dfsg)// \ + http://sf.net/mirctn/mirctn-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
