[med-svn] r3648 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Thu Jul 16 14:01:02 UTC 2009
Author: malat-guest
Date: 2009-07-16 14:00:54 +0000 (Thu, 16 Jul 2009)
New Revision: 3648
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/control
trunk/packages/gdcm/trunk/debian/rules
Log:
armel
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2009-07-16 13:58:05 UTC (rev 3647)
+++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-16 14:00:54 UTC (rev 3648)
@@ -1,3 +1,9 @@
+gdcm (2.0.12-10) unstable; urgency=low
+
+ * Reactivate build on armel since mono team fixed the FTBS issue.
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Thu, 16 Jul 2009 16:00:06 +0200
+
gdcm (2.0.12-9) unstable; urgency=low
* Fix FTBS on hppa, with gcj 4.4. javac does not support -cp cmd line option
Modified: trunk/packages/gdcm/trunk/debian/control
===================================================================
--- trunk/packages/gdcm/trunk/debian/control 2009-07-16 13:58:05 UTC (rev 3647)
+++ trunk/packages/gdcm/trunk/debian/control 2009-07-16 14:00:54 UTC (rev 3648)
@@ -13,8 +13,8 @@
libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libopenjpeg-dev, graphviz,
libxext-dev, libxss-dev, libxft-dev, default-jdk,
libpoppler-dev, libssl-dev, texlive-extra-utils, ghostscript,
- cli-common-dev (>= 0.5.7) [!alpha !armel !mips !mipsel !m68k !hppa],
- mono-devel (>= 2.0) [!alpha !armel !mips !mipsel !m68k !hppa]
+ cli-common-dev (>= 0.5.7) [!alpha !mips !mipsel !m68k !hppa],
+ mono-devel (>= 2.0) [!alpha !mips !mipsel !m68k !hppa]
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/
@@ -73,7 +73,7 @@
Package: libgdcm-cil
Section: cli-mono
-Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
Depends: ${shlibs:Depends}, ${cli:Depends}
Description: Grassroots DICOM CLI bindings
Grassroots DiCoM is a C++ library for DICOM medical files. It is
@@ -136,7 +136,7 @@
Package: libvtkgdcm-cil
Section: cli-mono
-Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
Depends: ${shlibs:Depends}, ${cli:Depends}, libgdcm2.0 (= ${binary:Version})
Description: Grassroots DICOM VTK CLI bindings
Grassroots DiCoM is a C++ library for DICOM medical files. It is
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2009-07-16 13:58:05 UTC (rev 3647)
+++ trunk/packages/gdcm/trunk/debian/rules 2009-07-16 14:00:54 UTC (rev 3648)
@@ -39,7 +39,7 @@
# Mono is not available for all Debian architectures. It supports all except:
# m68k, hppa and alpha.
DEB_WRAP_CSHARP = 1
-ifneq (,$(filter m68k alpha hppa mips mipsel armel ,$(DEB_BUILD_ARCH)))
+ifneq (,$(filter m68k alpha hppa mips mipsel ,$(DEB_BUILD_ARCH)))
DEB_WRAP_CSHARP = 0
SKIP_ME = -Xsharp
endif
More information about the debian-med-commit
mailing list