Author: malat Date: 2012-06-07 19:02:33 +0000 (Thu, 07 Jun 2012) New Revision: 11266
Modified: trunk/packages/gdcm/trunk/debian/compat trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/control.in Log: CPPFLAGS were not passed properly. Switch to compat 9 Modified: trunk/packages/gdcm/trunk/debian/compat =================================================================== --- trunk/packages/gdcm/trunk/debian/compat 2012-06-07 19:01:15 UTC (rev 11265) +++ trunk/packages/gdcm/trunk/debian/compat 2012-06-07 19:02:33 UTC (rev 11266) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2012-06-07 19:01:15 UTC (rev 11265) +++ trunk/packages/gdcm/trunk/debian/control 2012-06-07 19:02:33 UTC (rev 11266) @@ -5,7 +5,7 @@ Uploaders: Mathieu Malaterre <[email protected]>, Andreas Tille <[email protected]>, Steve M. Robbins <[email protected]> -Build-Depends: debhelper (>= 8), python-all-dev, libvtk-java, pvrg-jpeg, +Build-Depends: debhelper (>= 9), python-all-dev, libvtk-java, pvrg-jpeg, uuid-dev, libz-dev, libexpat-dev, doxygen-latex, ghostscript, swig (>= 2.0.5), cmake (>= 2.6.2), libvtk5-dev, libcharls-dev, javahelper, libopenjpeg-dev, graphviz, default-jdk, php5-dev, php5-cli, Modified: trunk/packages/gdcm/trunk/debian/control.in =================================================================== --- trunk/packages/gdcm/trunk/debian/control.in 2012-06-07 19:01:15 UTC (rev 11265) +++ trunk/packages/gdcm/trunk/debian/control.in 2012-06-07 19:02:33 UTC (rev 11266) @@ -5,7 +5,7 @@ Uploaders: Mathieu Malaterre <[email protected]>, Andreas Tille <[email protected]>, Steve M. Robbins <[email protected]> -Build-Depends: debhelper (>= 8), python-all-dev, libvtk-java, pvrg-jpeg, +Build-Depends: debhelper (>= 9), python-all-dev, libvtk-java, pvrg-jpeg, uuid-dev, libz-dev, libexpat-dev, doxygen-latex, ghostscript, swig (>= 2.0.5), cmake (>= 2.6.2), libvtk5-dev, libcharls-dev, javahelper, libopenjpeg-dev, graphviz, default-jdk, php5-dev, php5-cli, @@ -96,7 +96,7 @@ automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . - Java bindings to the GDCM DICOM library. It allows developers to use + PHP5 bindings to the GDCM DICOM library. It allows developers to use GDCM from PHP5 environment. Package: libgdcm-java _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
