From 224d6a41d5898eea189bf87a4faace1aa982dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Sep 2014 14:15:24 +0100 Subject: Bison depends on help2man Move help2man to core as bison depends on it; the attempt to create manpages without help2man turns from no-op to hard error since automake 1.13 --- strata/core.morph | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index 13250ab6..535f9d2c 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -206,6 +206,14 @@ chunks: - gettext - libexpat - openssl-new +- name: help2man + morph: strata/core/help2man.morph + repo: upstream:help2man + ref: 0191a5f61525f8deea2ae8bdfea88190d85b6a71 + unpetrify-ref: baserock/morph + build-depends: + - autoconf + - automake - name: bison morph: strata/core/bison.morph repo: upstream:bison @@ -218,6 +226,7 @@ chunks: - flex - gettext - git + - help2man - mini-utils - name: gperf morph: strata/core/gperf.morph -- cgit v1.2.1