Attatched is a more complete debdiff (breno's one lacked a changelog
entry and lacked the build-depends on dh-autoreconf) which I have just
uploaded to debian-ports arm64 unreleased.
The porters would appreciate it if you could include this in the next
upload. If it doesn't get uploaded soon a NMU may well follow.
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,10 @@
+ode (2:0.11.1-4+autotool1) unreleased; urgency=medium
+
+ * Apply patch from Breno Leitao to debian/rules to use dh_autoreconf
+ * add dh-autoreconf to build-depends
+
+ -- Peter Michael Green <plugw...@debian.org> Sat, 19 Jul 2014 19:39:37 +0000
+
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"
@@ -31,6 +32,7 @@
clean:
dh_testdir
dh_testroot
+ dh_autoreconf_clean
rm -f build-stamp \
configure-stamp
rm -rf \