[Pkg-gnupg-maint] Fwd: failed many builds of gpgme1.0 1.5.1-4
NIIBE Yutaka
gniibe at fsij.org
Tue Sep 9 01:01:22 UTC 2014
On 2014-09-08 at 01:26 -0400, Daniel Kahn Gillmor wrote:
> Everything seems to be building OK now:
Great.
Mostly perfect, but I found the failure on hppa:
http://buildd.debian-ports.org/status/fetch.php?pkg=gpgme1.0&arch=hppa&ver=1.5.1-5&stamp=1410170049
On the machine, automake1.14 is installed. It seems that we also need
to specify ACLOCAL in debian/rules.
Besides, I found the Vcs-Browser field is wrong. Here's a patch.
I don't think it's worth for another upload now, since hppa is not the
one of supported architectures in Debian.
diff --git a/debian/control b/debian/control
index c869961..efe439e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: automake1.11,
Standards-Version: 3.9.5
Homepage: http://www.gnupg.org/gpgme.html
Vcs-Git: git://anonscm.debian.org/pkg-gnupg/gpgme.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnupg/gnupg.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnupg/gpgme.git
Package: libgpgme11-dev
Section: libdevel
diff --git a/debian/rules b/debian/rules
index 73af208..d4d6c53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
%:
dh $@ --with autoreconf --parallel
--
More information about the Pkg-gnupg-maint
mailing list