Source: google-glog
Version: 0.3.2-3
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

google-glog 0.3.2-3 does not compile on hurd-i386[1], while -2 did.

The problem is that the Hurd patch 20120617_fix_for_hurd.diff needs to
regenerate configure, which was done in -2 but has been removed in -3.
The attached patch readds the autoreconf phase, build-depending on
dh-autoreconf and using its "autoreconf" addon for dh.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=google-glog&arch=hurd-i386&ver=0.3.2-3&stamp=1340298260

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Daigo Moriwaki <da...@debian.org>
 Uploaders: Laszlo Boszormenyi (GCS) <g...@debian.hu>
-Build-Depends: debhelper (>= 9.0.0), autotools-dev, libgflags-dev, libunwind8-dev [amd64]
+Build-Depends: debhelper (>= 9.0.0), autotools-dev, dh-autoreconf, libgflags-dev, libunwind8-dev [amd64]
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/google-glog/
 Vcs-Browser: http://git.debian.org/?p=collab-maint/google-glog.git;a=summary
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 export DEB_BUILD_OPTIONS=noopt
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf,autotools_dev
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog

Reply via email to