[med-svn] r3596 - trunk/packages/gdcm/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Jul 8 08:02:08 UTC 2009


Author: malat-guest
Date: 2009-07-08 08:02:07 +0000 (Wed, 08 Jul 2009)
New Revision: 3596

Modified:
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/control
   trunk/packages/gdcm/trunk/debian/rules
Log:
armel fix

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2009-07-08 07:49:51 UTC (rev 3595)
+++ trunk/packages/gdcm/trunk/debian/changelog	2009-07-08 08:02:07 UTC (rev 3596)
@@ -1,5 +1,6 @@
 gdcm (2.0.12-4) unstable; urgency=low
 
+  * Another attempt at fixing armel
   * Reactivate the missing gcc44.patch (gdcm svn rev: 5852). 
     Thanks to Andrea Gasparini for report 
 

Modified: trunk/packages/gdcm/trunk/debian/control
===================================================================
--- trunk/packages/gdcm/trunk/debian/control	2009-07-08 07:49:51 UTC (rev 3595)
+++ trunk/packages/gdcm/trunk/debian/control	2009-07-08 08:02:07 UTC (rev 3596)
@@ -13,8 +13,8 @@
  libjpeg62-dev, libtiff4-dev, libfreetype6-dev, libopenjpeg-dev, graphviz,
  libxext-dev, libxss-dev, libxft-dev, default-jdk-builddep,
  libpoppler-dev, libssl-dev, texlive-extra-utils,
- cli-common-dev (>= 0.5.7) [!alpha !armel !mipsel],
- mono-devel (>= 2.0) [!alpha !armel !mipsel]
+ cli-common-dev (>= 0.5.7) [!alpha !armel !mipsel !m68k !hppa],
+ mono-devel (>= 2.0) [!alpha !armel !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/
@@ -136,7 +136,7 @@
 
 Package: libvtkgdcm-cil
 Section: cli-mono
-Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb 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-08 07:49:51 UTC (rev 3595)
+++ trunk/packages/gdcm/trunk/debian/rules	2009-07-08 08:02:07 UTC (rev 3596)
@@ -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 armel ,$(DEB_BUILD_ARCH)))
+ifneq (,$(filter m68k alpha hppa mipsel armel ,$(DEB_BUILD_ARCH)))
   DEB_WRAP_CSHARP = 0
   SKIP_ME = -Xsharp
 endif




More information about the debian-med-commit mailing list