The unified diff between revisions [78e2f470..] and [7a1d6989..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [4e56172fb3115f44a3e5dd63bb4b16e41ba2f65b]
# to [bec253354e61b5a8ad3b5abc2f13942abde42312]
#
# patch "debian/control"
# from [26a7cbb8f7a80c73775e7b5f0a2a55ac9011587d]
# to [08511860c4670954530e0cde21ecf99f70587f79]
#
============================================================
--- debian/changelog 4e56172fb3115f44a3e5dd63bb4b16e41ba2f65b
+++ debian/changelog bec253354e61b5a8ad3b5abc2f13942abde42312
@@ -1,6 +1,7 @@ libaunit (1.03-5) unstable; urgency=low
libaunit (1.03-5) unstable; urgency=low
- * control (Standards-Version): update to 3.8.4
+ * debian/control (Standards-Version): update to 3.8.4
+ (Architecture): change to 'any', to match gnat-4.4. Closes: #568438
-- Stephen Leake <stephen_leake@stephe-leake.org> Sun, 14 Feb 2010 08:23:32 -0500
============================================================
--- debian/control 26a7cbb8f7a80c73775e7b5f0a2a55ac9011587d
+++ debian/control 08511860c4670954530e0cde21ecf99f70587f79
@@ -11,7 +11,7 @@ Section: libdevel
Package: libaunit1-dev
Section: libdevel
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
+Architecture: any
Depends: gnat-4.4, libaunit3 (= ${binary:Version}), ${misc:Depends}
Suggests: libaunit-dbg
Conflicts: libaunit-dev
@@ -30,7 +30,7 @@ Priority: extra
Package: libaunit-dbg
Priority: extra
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
+Architecture: any
Section: debug
Depends: libaunit3 (= ${binary:Version}), ${misc:Depends}
Description: AUnit, a unit testing framework for Ada
@@ -47,7 +47,7 @@ Section: libs
Package: libaunit3
Section: libs
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel ppc64 powerpc sparc s390
+Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: AUnit, a unit testing framework for Ada
AUnit is a set of Ada packages based on the xUnit family of unit test