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

#
#
# patch "debian/changelog"
#  from [773130e24727d61e8e866ff1548af29ad0297c73]
#    to [2e3a694ae079d1ecd8d6cf5e16e4161b89937901]
#
# patch "debian/control"
#  from [c77251921d5436df4f6c0edfe211bfe3f97b8d66]
#    to [d3a2d3984efaadc3e6e4469a977368ee1134c544]
#
============================================================
--- debian/changelog	773130e24727d61e8e866ff1548af29ad0297c73
+++ debian/changelog	2e3a694ae079d1ecd8d6cf5e16e4161b89937901
@@ -1,3 +1,13 @@
+libxmlada (3.2-5) unstable; urgency=low
+
+  * debian/control (*-dev): depend on gnat, ada-compiler.
+    (*-doc, *-dbg): suggest gnat, gnat-4.4, ada-compiler.
+    (Standards-Version): bump to 3.8.4 with no changes required.
+    (VCS-Browser, VCS-Mtn): new.
+    (Architecture): add armel  Closes: #568447.
+
+ -- Ludovic Brenta <lbrenta@debian.org>  Wed, 16 Jun 2010 19:17:10 +0200
+
 libxmlada (3.2-4) unstable; urgency=medium

   * debian/build_xmlada.gpr: work around a ia64-only compiler bug.
============================================================
--- debian/control	c77251921d5436df4f6c0edfe211bfe3f97b8d66
+++ debian/control	d3a2d3984efaadc3e6e4469a977368ee1134c544
@@ -4,12 +4,14 @@ Build-Depends: debhelper (>= 7), gnat, g
 Maintainer: Ludovic Brenta <lbrenta@debian.org>
 Build-Depends: debhelper (>= 7), gnat, gnat-4.4 (>= 4.4.2-3), texinfo, quilt,
  texlive-generic-recommended, texlive-fonts-recommended, texlive-latex-base
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
+Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libxmlada
+Vcs-Mtn: www.ada-france.org org.debian.libxmlada

 Package: libxmlada3.2-dev
 Section: libdevel
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
-Depends: libxmlada3.2 (= ${binary:Version}), gnat-4.4, ${misc:Depends}
+Architecture: amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
+Depends: libxmlada3.2 (= ${binary:Version}), gnat, gnat-4.4, ada-compiler, ${misc:Depends}
 Conflicts: libxmlada-dev
 Replaces: libxmlada-dev
 Recommends: libxmlada-doc
@@ -31,6 +33,7 @@ Conflicts: libxmlada-dev
 Architecture: all
 Depends: ${misc:Depends}
 Conflicts: libxmlada-dev
+Suggests: gnat, gnat-4.4, ada-compiler
 Description: XML/Ada, a full XML suite for Ada programmers (documentation)
  XML/Ada is a set of modules that provide a simple manipulation of XML
  streams. It supports the whole XML 1.0 specifications, and can parse
@@ -44,7 +47,7 @@ Section: libs

 Package: libxmlada3.2
 Section: libs
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
+Architecture: amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: XML/Ada, a full XML suite for Ada programmers (runtime)
  XML/Ada is a set of modules that provide a simple manipulation of XML
@@ -60,9 +63,10 @@ Priority: extra
 Package: libxmlada3.2-dbg
 Section: debug
 Priority: extra
-Architecture: amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
+Architecture: amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 sparc s390
 Depends: libxmlada3.2 (=${binary:Version}), ${misc:Depends}
 Recommends: libxmlada-dev (=${binary:Version})
+Suggests: gnat, gnat-4.4, ada-compiler
 Description: XML/Ada, a full XML suite for Ada programmers (debugging symbols)
  XML/Ada is a set of modules that provide a simple manipulation of XML
  streams. It supports the whole XML 1.0 specifications, and can parse