Author: gert-guest Date: 2015-10-16 16:24:57 +0000 (Fri, 16 Oct 2015) New Revision: 20246
Added: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.docs trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.install trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.lintian-overrides trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.6.install Removed: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.docs trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.install trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.lintian-overrides trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.4.install Modified: trunk/packages/gdcm/prepare-2.6/debian/changelog trunk/packages/gdcm/prepare-2.6/debian/control Log: Replace d/* files with new version and add Gert Wollny to uploaders Modified: trunk/packages/gdcm/prepare-2.6/debian/changelog =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/changelog 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/changelog 2015-10-16 16:24:57 UTC (rev 20246) @@ -3,6 +3,12 @@ [Gert Wollny] * new upstream version * Apply patch provided in #797673 by Mathieru (see below) + * d/* update all files to use 2.6 instead of 2.4 + * Transition to use vtk6 + * remove java bindings because they depend on libvtk*-java but + vtk6 currently doesn't provide these bindings + * Add patch enable-vtk6-bindings.patch to correct bindings for VTK6 + * Add patch linkvtkdoc.patch to use compressed vtk6-doc helpers [Mathieu Malaterre] * Do not use activiz.net anymore @@ -10,7 +16,7 @@ [Andreas Tille] * Switched to Sébastien Jodogne's correct e-mail - -- Andreas Tille <[email protected]> Fri, 07 Aug 2015 10:45:58 +0200 + -- Gert Wollny <[email protected]> Fri, 16 Oct 2015 18:21:58 +0200 gdcm (2.4.4-4) unstable; urgency=medium Modified: trunk/packages/gdcm/prepare-2.6/debian/control =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/control 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/control 2015-10-16 16:24:57 UTC (rev 20246) @@ -4,7 +4,8 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, Steve M. Robbins <[email protected]>, - Sébastien Jodogne <[email protected]> + Sébastien Jodogne <[email protected]>, + Gert Wollny <[email protected]> Build-Depends: debhelper (>= 9), python-all-dev, pvrg-jpeg, uuid-dev, libz-dev, libexpat-dev, doxygen, swig3.0, cmake (>= 2.8.9), libvtk6-dev, libcharls-dev, Deleted: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.docs =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.docs 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.docs 2015-10-16 16:24:57 UTC (rev 20246) @@ -1 +0,0 @@ -README.txt Deleted: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.install =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.install 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.install 2015-10-16 16:24:57 UTC (rev 20246) @@ -1,2 +0,0 @@ -usr/lib/*/libgdcm*.so.* -usr/share/gdcm-2.*/XML Deleted: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.lintian-overrides =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.lintian-overrides 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.4.lintian-overrides 2015-10-16 16:24:57 UTC (rev 20246) @@ -1 +0,0 @@ -libgdcm2.4: package-name-doesnt-match-sonames Added: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.docs =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.docs (rev 0) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.docs 2015-10-16 16:24:57 UTC (rev 20246) @@ -0,0 +1 @@ +README.txt Added: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.install =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.install (rev 0) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.install 2015-10-16 16:24:57 UTC (rev 20246) @@ -0,0 +1,2 @@ +usr/lib/*/libgdcm*.so.* +usr/share/gdcm-2.*/XML Added: trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.lintian-overrides =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.lintian-overrides (rev 0) +++ trunk/packages/gdcm/prepare-2.6/debian/libgdcm2.6.lintian-overrides 2015-10-16 16:24:57 UTC (rev 20246) @@ -0,0 +1 @@ +libgdcm2.6: package-name-doesnt-match-sonames Deleted: trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.4.install =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.4.install 2015-10-16 16:17:43 UTC (rev 20245) +++ trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.4.install 2015-10-16 16:24:57 UTC (rev 20246) @@ -1 +0,0 @@ -usr/lib/*/libvtkgdcm.so.* Added: trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.6.install =================================================================== --- trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.6.install (rev 0) +++ trunk/packages/gdcm/prepare-2.6/debian/libvtkgdcm2.6.install 2015-10-16 16:24:57 UTC (rev 20246) @@ -0,0 +1 @@ +usr/lib/*/libvtkgdcm.so.* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
