[med-svn] r4766 - trunk/packages/insighttoolkit/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Sun May 2 16:19:20 UTC 2010
Author: smr
Date: 2010-05-02 16:19:18 +0000 (Sun, 02 May 2010)
New Revision: 4766
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/copyright
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Update copyright to note that license is GPL-2. Override lintian diagnostics.
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2010-05-02 02:37:52 UTC (rev 4765)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2010-05-02 16:19:18 UTC (rev 4766)
@@ -3,7 +3,19 @@
* New upstream.
- patches/use_system_vxl.patch: Remove, applied upstream.
- -- Steve M. Robbins <smr at debian.org> Sat, 01 May 2010 21:37:31 -0500
+ * rules: Override lintian errors embedded-libjpeg and
+ embedded-libopenjpeg. ITK has extensively modified versions of these
+ libraries, including building libjpeg in 8, 12, and 16-bit versions.
+ Need to investigate feasibility of incorporating such changes into
+ system libjpeg before removing.
+
+ * rules: Override lintian warnings postinst-has-useless-call-to-ldconfig
+ and postrm-has-useless-call-to-ldconfig for the JNI package, until bug
+ #205142 is fixed.
+
+ * copyright: Note that ITK is GPL v2, due to linking with FFTW.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 02 May 2010 11:16:41 -0500
insighttoolkit (3.16.0-2) unstable; urgency=low
Modified: trunk/packages/insighttoolkit/trunk/debian/copyright
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/copyright 2010-05-02 02:37:52 UTC (rev 4765)
+++ trunk/packages/insighttoolkit/trunk/debian/copyright 2010-05-02 16:19:18 UTC (rev 4766)
@@ -12,6 +12,22 @@
ITK web site: http://www.itk.org/
+ Debian ITK is Licensed under the GPL
+ ------------------------------------
+
+Debian distributes the InsightToolkit linked with the FFTW Discrete
+Fourier Transform libraries. Since FFTW is licensed under the GPL,
+the resulting derived work (Debian ITK) is also licensed under
+the GPL as follows.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ A copy of the GPL v2 can be found in /usr/share/common-licenses/GPL-2
+
+
Main License Statement
----------------------
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2010-05-02 02:37:52 UTC (rev 4765)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2010-05-02 16:19:18 UTC (rev 4766)
@@ -72,6 +72,10 @@
echo "$(pkg_python): non-dev-pkg-with-shlib-symlink" > debian/$(pkg_python).lintian-overrides
echo "$(pkg_python): package-name-doesnt-match-sonames" >> debian/$(pkg_python).lintian-overrides
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
+ echo "$(pkg_lib): embedded-libjpeg" >> debian/$(pkg_lib).lintian-overrides
+ echo "$(pkg_lib): embedded-libopenjpeg" >> debian/$(pkg_lib).lintian-overrides
+ echo "$(pkg_jni): postinst-has-useless-call-to-ldconfig" >> debian/$(pkg_jni).lintian-overrides
+ echo "$(pkg_jni): postrm-has-useless-call-to-ldconfig" >> debian/$(pkg_jni).lintian-overrides
dh_lintian
install/$(pkg_lib)::
More information about the debian-med-commit
mailing list