The unified diff between revisions [40550000..] and [ad832dff..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/build_xmlada.gpr"
# from [6facfef23739c4a4f6c70837f6fc300cb5fe7fee]
# to [be59713a60e4f892aa7a88e7ca9b73cbdca2b436]
#
# patch "debian/changelog"
# from [a6abf0b4bf5176460ed4a737f1ed9b8adf1533bb]
# to [773130e24727d61e8e866ff1548af29ad0297c73]
#
# patch "debian/rules"
# from [5793c635e6c02a244a144ec7b66c2eb05f6e651b]
# to [3b5621bf1fbde4a8265732a62fa1ea5bbeab001a]
#
============================================================
--- debian/build_xmlada.gpr 6facfef23739c4a4f6c70837f6fc300cb5fe7fee
+++ debian/build_xmlada.gpr be59713a60e4f892aa7a88e7ca9b73cbdca2b436
@@ -8,6 +8,8 @@ project Build_XMLAda is
for Library_ALI_Dir use "../ali-" & External ("obj");
package Compiler is
for Default_Switches ("Ada") use ("-g", "-O2", "-gnatafno", "-gnatVa", "-gnatwa");
+ -- Work around a compiler bug triggered on ia64
+ for Switches ("sax-readers.adb") use ("-g", "-O1", "-gnatafno", "-gnatVa", "-gnatwa");
end Compiler;
end Build_XMLAda;
============================================================
--- debian/changelog a6abf0b4bf5176460ed4a737f1ed9b8adf1533bb
+++ debian/changelog 773130e24727d61e8e866ff1548af29ad0297c73
@@ -1,3 +1,12 @@
+libxmlada (3.2-4) unstable; urgency=medium
+
+ * debian/build_xmlada.gpr: work around a ia64-only compiler bug.
+ Allows the package to build on ia64.
+ * debian/rules (binary-indep): do not compress PDF files, they are
+ already compressed internally.
+
+ -- Ludovic Brenta <lbrenta@debian.org> Sun, 13 Dec 2009 15:37:21 +0100
+
libxmlada (3.2-3) unstable; urgency=low
[Xavier Grave]
============================================================
--- debian/rules 5793c635e6c02a244a144ec7b66c2eb05f6e651b
+++ debian/rules 3b5621bf1fbde4a8265732a62fa1ea5bbeab001a
@@ -78,7 +78,7 @@ binary-indep: build libxmlada-doc
binary-indep: build libxmlada-doc
dh_installchangelogs -i
- dh_compress -i
+ dh_compress -i -X.pdf
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i