diff -Nru gdcm-2.4.4/debian/changelog gdcm-2.4.4/debian/changelog --- gdcm-2.4.4/debian/changelog 2015-08-07 07:42:01.000000000 +0000 +++ gdcm-2.4.4/debian/changelog 2015-09-15 03:58:44.000000000 +0000 @@ -1,3 +1,9 @@ +gdcm (2.4.4-4+rpi1) stretch-staging; urgency=medium + + * Disable mono due to broken dependencies. + + -- Peter Michael Green Tue, 15 Sep 2015 03:58:35 +0000 + gdcm (2.4.4-4) unstable; urgency=medium [ Andreas Tille ] diff -Nru gdcm-2.4.4/debian/control gdcm-2.4.4/debian/control --- gdcm-2.4.4/debian/control 2015-08-07 06:55:38.000000000 +0000 +++ gdcm-2.4.4/debian/control 2015-09-15 03:57:53.000000000 +0000 @@ -10,10 +10,10 @@ swig (>= 2.0.7), cmake (>= 2.8.9), libvtk5-dev, libcharls-dev, javahelper, libopenjpeg-dev, default-jdk, php5-dev, php5-cli, libxml2-dev, libjson-c-dev, libpoppler-private-dev, libssl-dev, python-vtk, castxml, libsocket++-dev, libpapyrus3-dev, - libactiviz.net-cil [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x], - mummy [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x], - cli-common-dev (>= 0.8~) [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x], - mono-devel (>= 2.10.5) [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x] + libactiviz.net-cil [none], + mummy [none], + cli-common-dev (>= 0.8~) [none], + mono-devel (>= 2.10.5) [none] Build-Depends-Indep: vtk-doc, doxygen-latex, ghostscript, graphviz Standards-Version: 3.9.6 X-Python-Version: 2.7 @@ -79,7 +79,7 @@ Package: libgdcm-cil Section: cli-mono -Architecture: amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x +Architecture: none Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} Description: Grassroots DICOM CLI bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is @@ -154,7 +154,7 @@ Package: libvtkgdcm-cil Section: cli-mono -Architecture: amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x +Architecture: none Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, libgdcm2.4 (= ${binary:Version}) Suggests: libgdcm-cil Description: Grassroots DICOM VTK CLI bindings diff -Nru gdcm-2.4.4/debian/rules gdcm-2.4.4/debian/rules --- gdcm-2.4.4/debian/rules 2014-09-24 20:03:17.000000000 +0000 +++ gdcm-2.4.4/debian/rules 2015-09-15 03:57:38.000000000 +0000 @@ -12,7 +12,8 @@ PHP_EX=$(shell /usr/bin/php-config5 --extension-dir) # required for DEB_MONO_ARCHS (debian/control.in) --include /usr/share/mono/mono-archs.make +#-include /usr/share/mono/mono-archs.make +DEB_MONO_ARCHS := none # Mono is not available for all Debian architectures. ifeq ($(shell dh_listpackages | grep -q cil && echo yes),yes)