The unified diff between revisions [0a7be9a1..] and [62af9da2..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [603ba700ff5a421efd9646f9287d840b2414ff98]
# to [50235ca9d925be8630a8f0789925468f646291fc]
#
# patch "debian/control"
# from [4b142265e3872555a1ff40ed76b84c9d37f71f99]
# to [2fa69f46089278753f34a342a393df10ec1feb7d]
#
# patch "debian/rules"
# from [ee8232eed3a37d9488df966ee1c3c9808965db5c]
# to [bb9bd97732c6b85f359712eef6d0841e2e3c1710]
#
============================================================
--- debian/changelog 603ba700ff5a421efd9646f9287d840b2414ff98
+++ debian/changelog 50235ca9d925be8630a8f0789925468f646291fc
@@ -1,9 +1,8 @@ libgmpada (0.0.20091124-4) unstable; urg
libgmpada (0.0.20091124-4) unstable; urgency=low
- * control: (Architectures) "any" instead of explicit list (Closes: #568441)
+ * control: (Architectures) Added arm armel (Closes: #568441)
(Standards-Version) Updated to 3.8.4.0, no changes needed.
* rules: SOVERSION and LIBNAME must be exported to upstream Makefile.
- Compilation on alpha disabled, see http://gcc.gnu.org/PR42073.
* Switch to dpkg-source 3.0 (quilt) format
-- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Sun, 07 Feb 2010 23:09:39 +0100
============================================================
--- debian/control 4b142265e3872555a1ff40ed76b84c9d37f71f99
+++ debian/control 2fa69f46089278753f34a342a393df10ec1feb7d
@@ -9,7 +9,8 @@ Package: libgmpada1-dev
Homepage: http://mtn-host.prjek.net/projects/libgmpada
Package: libgmpada1-dev
-Architecture: any
+Architecture: amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
Depends: ${misc:Depends}, gnat-4.4, libgmpada1 (= ${binary:Version})
Description: Ada binding to the GNU MultiPrecision library: development
GMPAda allows programmers to use the GNU MultiPrecision library
@@ -22,7 +23,8 @@ Section: libs
Package: libgmpada1
Section: libs
-Architecture: any
+Architecture: amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
Conflicts:
Replaces:
Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -36,7 +38,8 @@ Section: debug
Package: libgmpada1-dbg
Section: debug
-Architecture: any
+Architecture: amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+# alpha is temporarily disabled due to #http://gcc.gnu.org/PR42073
Depends: ${misc:Depends}, libgmpada1 (= ${binary:Version})
Recommends: libgmpada1-dev (= ${binary:Version})
Description: Ada binding to the GNU MultiPrecision library: debug symbols
============================================================
--- debian/rules ee8232eed3a37d9488df966ee1c3c9808965db5c
+++ debian/rules bb9bd97732c6b85f359712eef6d0841e2e3c1710
@@ -103,8 +103,3 @@ override_dh_installdocs:
override_dh_installdocs:
dh_installdocs --all --link-doc=$(LIB_PKG)
-
-######################################################
-ifeq ($(DEB_BUILD_ARCH),alpha)
- $(error Compilation on alpha is temporarily disabled, see http://gcc.gnu.org/PR42073)
-endif