The unified diff between revisions [163c9b08..] and [bc921f9f..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [ee6dacfa03b572f6a7baba31733e2c6f05635026]
#    to [84a86f40835bbc35b32401d3ccf22ef7245a6bdf]
#
# patch "debian/control"
#  from [982f54845ea952a9f547a50adce609f50644dc20]
#    to [0e90cbe607c017935aac3766333fb992c9abe492]
#
# patch "debian/rules"
#  from [672b36973601ecfe949c4324db9a9a519ae136a4]
#    to [a4c984cd37fbd261354e72897a5e5f2913773379]
#
============================================================
--- debian/changelog	ee6dacfa03b572f6a7baba31733e2c6f05635026
+++ debian/changelog	84a86f40835bbc35b32401d3ccf22ef7245a6bdf
@@ -1,3 +1,14 @@
+gnat-glade-doc (3.15p-5) unstable; urgency=low
+
+  * debian/rules: remove texinfo.tex before building; this is an outdated
+    copy of /usr/share/texmf/tex/texinfo/texinfo.tex which normally comes
+    with texinfo.  Closes: #340990.
+  * debian/control: Add (>= 4.8-1) to the Build-Depends on texinfo.  Bump
+    Standards-Version to 3.6.2 with no changes.
+  * debian/changelog, debian/control: change maintainer's email address.
+
+ -- Ludovic Brenta <ludovic@ludovic-brenta.org>  Mon, 26 Dec 2005 16:16:48 +0100
+
 gnat-glade-doc (3.15p-4) unstable; urgency=low

   * Recommend gnat-glade (>= 3.15p) instead of (= ${Source-Version}).
============================================================
--- debian/control	982f54845ea952a9f547a50adce609f50644dc20
+++ debian/control	0e90cbe607c017935aac3766333fb992c9abe492
@@ -1,10 +1,10 @@ Source: gnat-glade-doc
 Source: gnat-glade-doc
-Maintainer: Ludovic Brenta <ludovic.brenta@insalien.org>
+Maintainer: Ludovic Brenta <ludovic@ludovic-brenta.org>
 Uploaders: Matthias Klose <doko@debian.org>
 Section: doc
 Priority: optional
-Standards-Version: 3.6.1
-Build-Depends: texi2html, tetex-bin, transfig, texinfo, debhelper (>= 4.1), gnat (>= 3.15p)
+Standards-Version: 3.6.2
+Build-Depends: texi2html, tetex-bin, transfig, texinfo (>= 4.8-1), debhelper (>= 4.1), gnat

 Package: gnat-glade-doc
 Architecture: all
============================================================
--- debian/rules	672b36973601ecfe949c4324db9a9a519ae136a4
+++ debian/rules	a4c984cd37fbd261354e72897a5e5f2913773379
@@ -9,7 +9,9 @@ build-stamp:
 build: build-stamp
 build-stamp:
 	dh_testdir
+	mv texinfo.tex texinfo.tex.orig
 	$(MAKE)
+	mv texinfo.tex.orig texinfo.tex
 	touch build-stamp

 clean: