[Pkg-gnupg-commit] [gnupg1] 02/03: build-depend explicitly on automake

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 8 16:50:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg1.

commit 105e13ddb6a790903e9c4c4d073832657550adbf
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 8 12:32:33 2016 -0400

    build-depend explicitly on automake
    
    the experimental buildd for powerpc was failing because it pulled in
    automake1.11.  it failed with:
    
    Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 4159.
    configure.ac:50: option `serial-tests' not recognized
    autoreconf: automake failed with exit status: 1
    dh_autoreconf: autoreconf -f -i returned exit code 1
    debian/rules:6: recipe for target 'build-arch' failed
    make: *** [build-arch] Error 2
    dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
    
    https://buildd.debian.org/status/fetch.php?pkg=gnupg1&arch=powerpc&ver=1.4.20-6%2Bexp4&stamp=1470619435
    
    this attempts to force it to do the right thing.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 8f7435e..c380337 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
  Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
 Standards-Version: 3.9.8
 Build-Depends:
+ automake,
  debhelper (>> 9),
  dh-autoreconf,
  dh-exec,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg1.git



More information about the Pkg-gnupg-commit mailing list