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

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Jul 3 16:34:26 UTC 2009


Author: malat-guest
Date: 2009-07-03 16:34:25 +0000 (Fri, 03 Jul 2009)
New Revision: 3581

Modified:
   trunk/packages/gdcm/trunk/debian/
   trunk/packages/gdcm/trunk/debian/changelog
   trunk/packages/gdcm/trunk/debian/control
   trunk/packages/gdcm/trunk/debian/rules
Log:
hopefully fix the cli discard on alpha and such


Property changes on: trunk/packages/gdcm/trunk/debian
___________________________________________________________________
Modified: mergeWithUpstream
   - true
   + 1

Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog	2009-07-02 07:07:49 UTC (rev 3580)
+++ trunk/packages/gdcm/trunk/debian/changelog	2009-07-03 16:34:25 UTC (rev 3581)
@@ -1,6 +1,12 @@
+gdcm (2.0.12-2) unstable; urgency=low
+
+  * Update to gdcm 2.0.12. Closes: #534694
+  * Fix Build-Depends so that csc is found. Closes: #535567
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 03 Jul 2009 11:38:23 +0200
+
 gdcm (2.0.12-1) unstable; urgency=low
 
-  * Update to gdcm 2.0.12. Closes: #534694
   * Skipping 2.0.11 packaging as it does not provides anything more than 2.0.12
   * Adding libvtkgdcm-cil, libgdcm-java and libvtkgdcm-java which provides,
     namely the CLI binding to VTK/GDCM, the Java binding to gdcm and the Java

Modified: trunk/packages/gdcm/trunk/debian/control
===================================================================
--- trunk/packages/gdcm/trunk/debian/control	2009-07-02 07:07:49 UTC (rev 3580)
+++ trunk/packages/gdcm/trunk/debian/control	2009-07-03 16:34:25 UTC (rev 3581)
@@ -12,9 +12,9 @@
  swig, cmake, libvtk5-dev, python-vtk, libpng12-dev | libpng-dev,
  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
+ libpoppler-dev, libssl-dev, texlive-extra-utils,
  cli-common-dev (>= 0.5.7) [!alpha !armel !mipsel],
- mono-devel (>= 2.0 [!alpha !armel !mipsel]
+ mono-devel (>= 2.0) [!alpha !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/

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2009-07-02 07:07:49 UTC (rev 3580)
+++ trunk/packages/gdcm/trunk/debian/rules	2009-07-03 16:34:25 UTC (rev 3581)
@@ -41,6 +41,7 @@
 DEB_WRAP_CSHARP = 1
 ifneq (,$(filter m68k alpha hppa ,$(DEB_BUILD_ARCH)))
   DEB_WRAP_CSHARP = 0
+  SKIP_ME = -Xsharp
 endif
 
 # set the number of build jobs
@@ -159,7 +160,7 @@
 	dh_installman
 #	dh_installcron
 #	dh_installinfo
-	dh_install --sourcedir=$(TARGET) --fail-missing
+	dh_install --sourcedir=$(TARGET) --fail-missing $(SKIP_ME)
 	dh_strip --dbg-package=libgdcm2.0-dbg
 	dh_link
 	dh_compress




More information about the debian-med-commit mailing list