From 3559a077f54812963bd45a58f8681e458d51b17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 6 Feb 2017 10:14:07 +0000 Subject: [PATCH] fixed dependency resolve problem --- ChangeLog | 5 +++++ resolve-debbuilddeps.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a1eb20..8d225bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-03 20:42 + + * [r390] ChangeLog: + build fixed in trusty + 2017-02-03 08:37 * [r389] ChangeLog, bootstrap.sh, debian, debian/changelog.in[ADD], diff --git a/resolve-debbuilddeps.sh b/resolve-debbuilddeps.sh index 60313b4..30b0a5d 100755 --- a/resolve-debbuilddeps.sh +++ b/resolve-debbuilddeps.sh @@ -44,7 +44,7 @@ if test -e debian/control.in -a ! -e debian/control; then DEPS+=" ${f}" done trap "rm debian/control" INT TERM EXIT - sed 's,@\(DEB_DEPEND_IFEXISTS\|AX_DEB_BUILD_DEPEND\|AX_DEB_DEPEND\)@,,g' debian/control.in | \ + sed 's,@\(DEB_DEPEND_IFEXISTS\|DEB_BUILD_DEPEND\|DEB_DEPEND\)@,,g' debian/control.in | \ sed 's,@[^@]*@, dummytext,g' > debian/control fi