Author: malat-guest Date: 2009-07-06 08:01:41 +0000 (Mon, 06 Jul 2009) New Revision: 3584
Added: trunk/packages/gdcm/trunk/debian/libgdcm2.0.lintian-overrides Removed: trunk/packages/gdcm/trunk/debian/lintian/ Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/rules Log: fix lintian. remove armel. Fix alpha Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-07-04 13:16:51 UTC (rev 3583) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-06 08:01:41 UTC (rev 3584) @@ -1,3 +1,11 @@ +gdcm (2.0.12-3) unstable; urgency=low + + * Fix build on system without mono + * Remove armel (for now) + * Fix remaining lintian issue + + -- Mathieu Malaterre <[email protected]> Mon, 06 Jul 2009 10:00:10 +0200 + gdcm (2.0.12-2) unstable; urgency=low * Update to gdcm 2.0.12. Closes: #534694 Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2009-07-04 13:16:51 UTC (rev 3583) +++ trunk/packages/gdcm/trunk/debian/control 2009-07-06 08:01:41 UTC (rev 3584) @@ -73,7 +73,7 @@ Package: libgdcm-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} Description: Grassroots DICOM CLI bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is Added: trunk/packages/gdcm/trunk/debian/libgdcm2.0.lintian-overrides =================================================================== --- trunk/packages/gdcm/trunk/debian/libgdcm2.0.lintian-overrides (rev 0) +++ trunk/packages/gdcm/trunk/debian/libgdcm2.0.lintian-overrides 2009-07-06 08:01:41 UTC (rev 3584) @@ -0,0 +1,2 @@ +# W: libgdcm2.0: package-name-doesnt-match-sonames libgdcmCommon2.0 libgdcmDICT2.0 libgdcmDSED2.0 libgdcmIOD2.0 libgdcmMSFF2.0 libgdcmjpeg12-2.0 libgdcmjpeg16-2.0 libgdcmjpeg8-2.0 +libgdcm2.0 binary: package-name-doesnt-match-sonames Property changes on: trunk/packages/gdcm/trunk/debian/libgdcm2.0.lintian-overrides ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-07-04 13:16:51 UTC (rev 3583) +++ trunk/packages/gdcm/trunk/debian/rules 2009-07-06 08:01:41 UTC (rev 3584) @@ -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 ,$(DEB_BUILD_ARCH))) +ifneq (,$(filter m68k alpha hppa armel ,$(DEB_BUILD_ARCH))) DEB_WRAP_CSHARP = 0 SKIP_ME = -Xsharp endif @@ -160,6 +160,7 @@ dh_installman # dh_installcron # dh_installinfo + dh_lintian dh_install --sourcedir=$(TARGET) --fail-missing $(SKIP_ME) dh_strip --dbg-package=libgdcm2.0-dbg dh_link @@ -167,7 +168,7 @@ dh_fixperms # dh_perl dh_pysupport - dh_makeclilibs +# dh_makeclilibs dh_makeshlibs -Xformats -V dh_installdeb dh_shlibdeps _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
