Author: smr Date: 2009-04-06 05:58:16 +0000 (Mon, 06 Apr 2009) New Revision: 3263
Modified: trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/rules Log: Add smr as uploader. Add libxss-dev build-dep. Fix rdep of libgdcm-dev from libuuid1 to uuid-dev. Use gmcs as C# compiler. Update VTK_DIR for 5.2. Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2009-04-01 20:27:33 UTC (rev 3262) +++ trunk/packages/gdcm/trunk/debian/control 2009-04-06 05:58:16 UTC (rev 3263) @@ -4,11 +4,12 @@ Maintainer: Debian-Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Steve M. Robbins <[email protected]> Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), quilt, python-support (>= 0.3.9), uuid-dev, zlib1g-dev, libexpat1-dev, swig, cmake, libvtk5-dev, python-vtk, libpng12-dev | libpng-dev, - libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libxext-dev, + libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libxext-dev, libxss-dev, mono-mcs (>= 1.0) | c-sharp-compiler, libopenjpeg-dev Standards-Version: 3.8.0 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gdcm/trunk/?rev=0&sc=0 @@ -39,7 +40,7 @@ Provides: libgdcm-dev Conflicts: libgdcm-dev Architecture: any -Depends: libgdcm2 (= ${binary:Version}), libuuid1 +Depends: libgdcm2 (= ${binary:Version}), uuid-dev Description: Headers and static libraries for libgdcm Headers and static libraries for libgdcm. These are not needed to use gdcm, but are needed to build plugins or programs that @@ -103,5 +104,3 @@ Description: Command line utilities for libvtkgdcm Libvtkgdcm provides a number of command line debugging and utility programs. Install this package for the gdcmviewer programs. - - Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-04-01 20:27:33 UTC (rev 3262) +++ trunk/packages/gdcm/trunk/debian/rules 2009-04-06 05:58:16 UTC (rev 3263) @@ -54,6 +54,7 @@ -DGDCM_BUILD_SHARED_LIBS=ON \ -DGDCM_WRAP_PYTHON=ON \ -DGDCM_WRAP_CSHARP=ON \ + -DMCS_EXECUTABLE:FILEPATH=/usr/bin/gmcs \ -DGDCM_BUILD_TESTING:BOOL=OFF \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DGDCM_USE_SYSTEM_EXPAT:BOOL=ON \ @@ -61,7 +62,7 @@ -DGDCM_USE_SYSTEM_ZLIB:BOOL=ON \ -DGDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \ -DGDCM_USE_VTK:BOOL=ON \ - -DVTK_DIR:PATH=/usr/lib/vtk-5.0/ \ + -DVTK_DIR:PATH=/usr/lib/vtk-5.2/ \ -DPREFERRED_PYTHON_VERSION=python$* touch $@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
