Better with the patch :) :
"- Use dh-autoreconf to update libtool macros for new ports. This also requires
build-depending on gtk-doc-tools." Colin Watson 

F.
Index: geoclue-0.12.99/debian/rules
===================================================================
--- geoclue-0.12.99.orig/debian/rules
+++ geoclue-0.12.99/debian/rules
@@ -13,4 +13,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- --libexecdir=/usr/lib/geoclue ${CONFIG_FLAGS}
 
 %:
-	dh $@ --with autotools-dev
+	dh $@ --with autoreconf
Index: geoclue-0.12.99/debian/control
===================================================================
--- geoclue-0.12.99.orig/debian/control
+++ geoclue-0.12.99/debian/control
@@ -3,8 +3,8 @@ Section: utils
 Priority: optional
 Maintainer: Laurent Bigonville <[email protected]>
 Uploaders: Craig Andrews <[email protected]>
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                pkg-config,
                libglib2.0-dev (>= 2.25.7),
                libdbus-glib-1-dev (>= 0.86),
@@ -15,7 +15,8 @@ Build-Depends: autotools-dev,
                libnm-util-dev [linux-any],
                network-manager-dev [linux-any],
                ofono-dev,
-               libsoup-gnome2.4-dev
+               libsoup-gnome2.4-dev,
+               gtk-doc-tools
 Homepage: http://www.freedesktop.org/wiki/Software/GeoClue
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/collab-maint/geoclue.git

Reply via email to