The unified diff between revisions [ccac67e8..] and [0764fb5b..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [8233aa866bd8c93d85a909c69af046ce03f29303]
# to [4a67ce933381b21edfcfab82c2d386e5e967af71]
#
# patch "debian/rules.defs"
# from [698bfc503bebae42cb42a69f522f7b453fdd04fd]
# to [39a72c86d75f18c11b957a134d12fa548a843b05]
#
============================================================
--- debian/changelog 8233aa866bd8c93d85a909c69af046ce03f29303
+++ debian/changelog 4a67ce933381b21edfcfab82c2d386e5e967af71
@@ -1,3 +1,11 @@
+gnat-4.3 (4.3.4-3) UNRELEASED; urgency=low
+
+ [Ludovic Brenta]
+ * debian/rules.defs (with_check): really disable the testsuite on sparc
+ due to timeouts. Closes: #541258.
+
+ -- Ludovic Brenta <lbrenta@debian.org> Sun, 30 Aug 2009 10:37:16 +0200
+
gnat-4.3 (4.3.4-2) unstable; urgency=low
[Ludovic Brenta]
============================================================
--- debian/rules.defs 698bfc503bebae42cb42a69f522f7b453fdd04fd
+++ debian/rules.defs 39a72c86d75f18c11b957a134d12fa548a843b05
@@ -720,7 +720,7 @@ endif
with_check := disabled, testsuite timeouts with expect
endif
endif
-ifeq ($(PKGSOURCE)-$(DEB_HOST_ARCH),gnat-$(BASE_VERSION)-sparc)
+ifeq ($(findstring(sparc-gnat,$(DEB_HOST_ARCH)-$(PKGSOURCE))),sparc-gnat)
with_check := Ada testsuite disabled on sparc because it takes too long
endif
with_check := $(call envfilt, check, , , $(with_check))