Author: malat-guest Date: 2009-07-15 08:31:36 +0000 (Wed, 15 Jul 2009) New Revision: 3633
Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/compat trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/rules Log: update Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-07-15 00:59:28 UTC (rev 3632) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-15 08:31:36 UTC (rev 3633) @@ -1,3 +1,11 @@ +gdcm (2.0.12-7) unstable; urgency=low + + * Fix debhelper-script-needs-versioned-build-depends + * Add dependency on ghostscript + * Remove mips (mono not available) + + -- Mathieu Malaterre <[email protected]> Mon, 13 Jul 2009 12:20:04 +0200 + gdcm (2.0.12-6) unstable; urgency=low * dh_shlibdeps -Nlibvtkgdcm-java so that we avoid issues with private libs. Modified: trunk/packages/gdcm/trunk/debian/compat =================================================================== --- trunk/packages/gdcm/trunk/debian/compat 2009-07-15 00:59:28 UTC (rev 3632) +++ trunk/packages/gdcm/trunk/debian/compat 2009-07-15 08:31:36 UTC (rev 3633) @@ -1 +1 @@ -5 +7 Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2009-07-15 00:59:28 UTC (rev 3632) +++ trunk/packages/gdcm/trunk/debian/control 2009-07-15 08:31:36 UTC (rev 3633) @@ -7,14 +7,14 @@ Andreas Tille <[email protected]>, Steve M. Robbins <[email protected]> XS-Python-Version: current -Build-Depends: debhelper (>= 5.0.37.2), python-dev, quilt, libvtk-java, +Build-Depends: debhelper (>= 7), python-dev, quilt, libvtk-java, python-support (>= 0.5.3), uuid-dev, zlib1g-dev, libexpat1-dev, doxygen, 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, libpoppler-dev, libssl-dev, texlive-extra-utils, ghostscript, - cli-common-dev (>= 0.5.7) [!alpha !armel !mipsel !m68k !hppa], - mono-devel (>= 2.0) [!alpha !armel !mipsel !m68k !hppa] + cli-common-dev (>= 0.5.7) [!alpha !armel !mips !mipsel !m68k !hppa], + mono-devel (>= 2.0) [!alpha !armel !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/ Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-07-15 00:59:28 UTC (rev 3632) +++ trunk/packages/gdcm/trunk/debian/rules 2009-07-15 08:31:36 UTC (rev 3633) @@ -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 mipsel armel ,$(DEB_BUILD_ARCH))) +ifneq (,$(filter m68k alpha hppa mips mipsel armel ,$(DEB_BUILD_ARCH))) DEB_WRAP_CSHARP = 0 SKIP_ME = -Xsharp endif _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
