fixed dependency resolve problem

This commit is contained in:
Marc Wäckerlin
2017-02-06 10:14:07 +00:00
parent 502632bf7c
commit 3559a077f5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2017-02-03 20:42
* [r390] ChangeLog:
build fixed in trusty
2017-02-03 08:37 2017-02-03 08:37
* [r389] ChangeLog, bootstrap.sh, debian, debian/changelog.in[ADD], * [r389] ChangeLog, bootstrap.sh, debian, debian/changelog.in[ADD],

View File

@@ -44,7 +44,7 @@ if test -e debian/control.in -a ! -e debian/control; then
DEPS+=" ${f}" DEPS+=" ${f}"
done done
trap "rm debian/control" INT TERM EXIT 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 sed 's,@[^@]*@, dummytext,g' > debian/control
fi fi