Hi,
Attached is the diff for my xracer 0.96.9-12.1 NMU (minus the automatic
config.{guess,sub} update).Cheers, Julien Cristau
diff -u xracer-0.96.9/debian/control xracer-0.96.9/debian/control
--- xracer-0.96.9/debian/control
+++ xracer-0.96.9/debian/control
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: Filip Van Raemdonck <[EMAIL PROTECTED]>
-Build-Depends: libjpeg62-dev, debhelper (>= 3.0.18), freeglut3-dev, gettext,
html2text, libxmu-dev
+Build-Depends: libjpeg62-dev, debhelper (>= 3.0.18), freeglut3-dev, gettext,
html2text, libxmu-dev, libxi-dev
Standards-Version: 3.6.2
Package: xracer
diff -u xracer-0.96.9/debian/rules xracer-0.96.9/debian/rules
--- xracer-0.96.9/debian/rules
+++ xracer-0.96.9/debian/rules
@@ -7,8 +7,14 @@
dh_testdir
# make sure the makefiles don't try to run autoconf behind our back
- touch -t 200003202210.59 configure
- (./configure --prefix=/usr --bindir=/usr/games
--program-transform-name='s/\.pl$$//; s/\.py$$//'; $(MAKE))
+ touch configure.in
+ find -name '*.in' | grep -v configure.in | xargs touch
+ touch configure
+ touch aclocal.m4
+ touch Makefile.in
+ touch stamp-h.in
+ ./configure --prefix=/usr --bindir=/usr/games
--program-transform-name='s/\.pl$$//; s/\.py$$//'
+ $(MAKE)
touch build-stamp
diff -u xracer-0.96.9/debian/changelog xracer-0.96.9/debian/changelog
--- xracer-0.96.9/debian/changelog
+++ xracer-0.96.9/debian/changelog
@@ -1,3 +1,14 @@
+xracer (0.96.9-12.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add build-dep on libxi-dev to fix FTBFS (Closes: #378296).
+ * Don't ignore errors from configure.
+ * Play with touch so the package builds even when the autotools are
+ installed and I don't have to autoreconf, which would be a mess (xracer
+ uses automake 1.3 and libtool 1.2b).
+
+ -- Julien Cristau <[EMAIL PROTECTED]> Thu, 27 Jul 2006 11:45:05 +0200
+
xracer (0.96.9-12) unstable; urgency=low
* Acknowledge NMU. (Closes: #249754, #252860, #259957)
signature.asc
Description: Digital signature

