Hi, I have just done a non-maintainer upload to fix this issue, please find the diff of the NMU attached.
Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net
diff -u ode-0.11.1/debian/control ode-0.11.1/debian/control --- ode-0.11.1/debian/control +++ ode-0.11.1/debian/control @@ -4,7 +4,8 @@ Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org> Uploaders: Barry deFreese <bddeb...@comcast.net> Build-Depends: debhelper (>> 5.0.0), docbook-to-man, - libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev + libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, + dh-autoreconf Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ode/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ode/?op=log diff -u ode-0.11.1/debian/changelog ode-0.11.1/debian/changelog --- ode-0.11.1/debian/changelog +++ ode-0.11.1/debian/changelog @@ -1,3 +1,14 @@ +ode (2:0.11.1-4.1) unstable; urgency=medium + + [ Aurelien Jarno ] + * Non-maintainer upload. + * Build-depends on dh-autoreconf. + + [ Breno Leitao ] + * Run dh_autoreconf to update autoconf/libtool files (Closes: #752463). + + -- Aurelien Jarno <aure...@debian.org> Wed, 17 Sep 2014 22:37:14 +0200 + ode (2:0.11.1-4) unstable; urgency=low * Team upload. diff -u ode-0.11.1/debian/rules ode-0.11.1/debian/rules --- ode-0.11.1/debian/rules +++ ode-0.11.1/debian/rules @@ -9,6 +9,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autoreconf mkdir -p debian/build/dp debian/build/sp # SP: single precision build cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr LIBS="-lX11" @@ -40,6 +41,7 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean configure-stamp build-stamp debian/ode-config.1 install: build