The unified diff between revisions [06c111bf..] and [b79d4c8b..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [1b891051e30f5a199f1dc15326aed1a8adc05089]
# to [8b5c5a798578daf9bb6685ed5fd4bf4de99e64b3]
#
# patch "debian/rules.defs"
# from [9d8cbbd6824b001daf71992e0c1498db301c7592]
# to [698bfc503bebae42cb42a69f522f7b453fdd04fd]
#
============================================================
--- debian/changelog 1b891051e30f5a199f1dc15326aed1a8adc05089
+++ debian/changelog 8b5c5a798578daf9bb6685ed5fd4bf4de99e64b3
@@ -1,5 +1,13 @@ gnat-4.3 (4.3.4-1) unstable; urgency=low
gnat-4.3 (4.3.4-1) unstable; urgency=low
+ [Ludovic Brenta]
+ * debian/rules.defs (with_check): disable the testsuite on sparc due to
+ timeouts. Closes: #541258.
+
+ -- Ludovic Brenta <lbrenta@debian.org> Wed, 26 Aug 2009 23:19:46 +0200
+
+gnat-4.3 (4.3.4-1) unstable; urgency=low
+
Merge from gcc-4.3 (4.3.4-1) unstable; urgency=low
* GCC-4.3.4 release.
============================================================
--- debian/rules.defs 9d8cbbd6824b001daf71992e0c1498db301c7592
+++ debian/rules.defs 698bfc503bebae42cb42a69f522f7b453fdd04fd
@@ -720,6 +720,9 @@ endif
with_check := disabled, testsuite timeouts with expect
endif
endif
+ifeq ($(PKGSOURCE)-$(DEB_HOST_ARCH),gnat-$(BASE_VERSION)-sparc)
+ with_check := Ada testsuite disabled on sparc because it takes too long
+endif
with_check := $(call envfilt, check, , , $(with_check))
ifneq ($(WITHOUT_CHECK),)
with_check := disabled by environment