Author: malat-guest Date: 2009-07-28 11:22:52 +0000 (Tue, 28 Jul 2009) New Revision: 3705
Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/libgdcm2-dev.install trunk/packages/gdcm/trunk/debian/libgdcm2.0.install Log: issue with gdcminfo without -dev package Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-07-27 01:04:40 UTC (rev 3704) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-28 11:22:52 UTC (rev 3705) @@ -1,3 +1,9 @@ +gdcm (2.0.12-11) unstable; urgency=low + + * XML files are part of the runtime lib (used by gdcminfo as ressources). + + -- Mathieu Malaterre <[email protected]> Tue, 28 Jul 2009 10:32:00 +0200 + gdcm (2.0.12-10) unstable; urgency=low * Reactivate build on armel since mono team fixed the FTBS issue. Modified: trunk/packages/gdcm/trunk/debian/libgdcm2-dev.install =================================================================== --- trunk/packages/gdcm/trunk/debian/libgdcm2-dev.install 2009-07-27 01:04:40 UTC (rev 3704) +++ trunk/packages/gdcm/trunk/debian/libgdcm2-dev.install 2009-07-28 11:22:52 UTC (rev 3705) @@ -13,4 +13,3 @@ usr/include/gdcm-2.*/16/* usr/include/gdcm-2.*/8/* usr/include/gdcm-2.*/j*.h -usr/share/gdcm-2.*/XML Modified: trunk/packages/gdcm/trunk/debian/libgdcm2.0.install =================================================================== --- trunk/packages/gdcm/trunk/debian/libgdcm2.0.install 2009-07-27 01:04:40 UTC (rev 3704) +++ trunk/packages/gdcm/trunk/debian/libgdcm2.0.install 2009-07-28 11:22:52 UTC (rev 3705) @@ -1 +1,2 @@ usr/lib/libgdcm*.so.* +usr/share/gdcm-2.*/XML _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
