The unified diff between revisions [d0ba245f..] and [66950517..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [1d3d757552294cf62bc908712fcf66a96ea08422]
#    to [6291603f4c9efe0b011755cf8bb02c57a36f4078]
#
# patch "debian/rules.defs"
#  from [39a72c86d75f18c11b957a134d12fa548a843b05]
#    to [679a8bd5a44ba5a675f6412ac62f5e8989041047]
#
============================================================
--- debian/changelog	1d3d757552294cf62bc908712fcf66a96ea08422
+++ debian/changelog	6291603f4c9efe0b011755cf8bb02c57a36f4078
@@ -2,6 +2,8 @@ gnat-4.3 (4.3.4-4) unstable; urgency=low

   [Ludovic Brenta]
   * debian/patches/pr38333.dpatch: new backport from the trunk.
+  * debian/rules.defs: really really disable the testsuite on sparc
+    due to timeouts.  Closes: #541258.

  -- Ludovic Brenta <lbrenta@debian.org>  Tue,  6 Oct 2009 18:58:01 +0200

============================================================
--- debian/rules.defs	39a72c86d75f18c11b957a134d12fa548a843b05
+++ debian/rules.defs	679a8bd5a44ba5a675f6412ac62f5e8989041047
@@ -720,7 +720,7 @@ endif
     with_check := disabled, testsuite timeouts with expect
   endif
 endif
-ifeq ($(findstring(sparc-gnat,$(DEB_HOST_ARCH)-$(PKGSOURCE))),sparc-gnat)
+ifneq (,$(findstring sparc-gnat,$(DEB_HOST_ARCH)-$(PKGSOURCE)))
   with_check := Ada testsuite disabled on sparc because it takes too long
 endif
 with_check := $(call envfilt, check, , , $(with_check))