[med-svn] r3541 - trunk/packages/gdcm/tags/2.0.10-6/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Jun 24 14:15:49 UTC 2009
Author: malat-guest
Date: 2009-06-24 14:15:48 +0000 (Wed, 24 Jun 2009)
New Revision: 3541
Modified:
trunk/packages/gdcm/tags/2.0.10-6/debian/control
trunk/packages/gdcm/tags/2.0.10-6/debian/rules
Log:
backport from trunk
Modified: trunk/packages/gdcm/tags/2.0.10-6/debian/control
===================================================================
--- trunk/packages/gdcm/tags/2.0.10-6/debian/control 2009-06-24 14:11:11 UTC (rev 3540)
+++ trunk/packages/gdcm/tags/2.0.10-6/debian/control 2009-06-24 14:15:48 UTC (rev 3541)
@@ -9,17 +9,19 @@
XS-Python-Version: current
Build-Depends: debhelper (>= 5.0.37.2), python-dev, quilt,
python-support (>= 0.5.3), uuid-dev, zlib1g-dev, libexpat1-dev,
- swig, cmake, libvtk5-dev (>= 5.2.1-4), python-vtk, libpng12-dev | libpng-dev,
+ swig, cmake, libvtk5-dev (>= 5.2.1-4) [i386] | libvtk5-dev (>= 5.2.1),
+ python-vtk, libpng12-dev | libpng-dev,
libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libopenjpeg-dev,
libxext-dev, libxss-dev, libxft-dev
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
- mono-devel (>= 2.0) | mono-mcs (>= 1.0) | mono-gmcs (>= 1.1.8)
-Standards-Version: 3.8.1
+ mono-devel (>= 2.0) [!armel !mipsel]
+Standards-Version: 3.8.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gdcm/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gdcm/trunk/
Homepage: http://gdcm.sourceforge.net/
Package: libgdcm2.0
+Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Grassroots DICOM runtime libraries
@@ -95,6 +97,7 @@
Python bindings to the GDCM DICOM library.
Package: libvtkgdcm2.0
+Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Grassroots DICOM VTK runtime libraries
Modified: trunk/packages/gdcm/tags/2.0.10-6/debian/rules
===================================================================
--- trunk/packages/gdcm/tags/2.0.10-6/debian/rules 2009-06-24 14:11:11 UTC (rev 3540)
+++ trunk/packages/gdcm/tags/2.0.10-6/debian/rules 2009-06-24 14:15:48 UTC (rev 3541)
@@ -20,7 +20,6 @@
# -include /usr/share/cli-common/cli.make
export MONO_DISABLE_SHM=1
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -44,7 +43,6 @@
DEB_WRAP_CSHARP = 0
endif
-
# set the number of build jobs
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
JOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
@@ -74,6 +72,7 @@
-DGDCM_BUILD_TESTING:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DGDCM_USE_SYSTEM_EXPAT:BOOL=ON \
+ -DGMCS_EXECUTABLE:FILEPATH=/usr/bin/csc \
-DDESIRED_CSHARP_COMPILER_VERSION=2 \
-DGDCM_USE_SYSTEM_UUID:BOOL=ON \
-DGDCM_USE_SYSTEM_ZLIB:BOOL=ON \
More information about the debian-med-commit
mailing list