Repository: bigtop Updated Branches: refs/heads/master 7eb710b27 -> 014ee22eb
BIGTOP-2573: bigtop-jsvc debian: missing-dependency-on-libc Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cd5008db Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cd5008db Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cd5008db Branch: refs/heads/master Commit: cd5008db5599c281ae00c506d2f63204a5043f37 Parents: 7eb710b Author: Olaf Flebbe <[email protected]> Authored: Sat Nov 5 23:06:34 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Mon Nov 7 20:13:56 2016 +0100 ---------------------------------------------------------------------- bigtop-packages/src/deb/bigtop-jsvc/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/cd5008db/bigtop-packages/src/deb/bigtop-jsvc/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/bigtop-jsvc/control b/bigtop-packages/src/deb/bigtop-jsvc/control index 08976ff..b3a847b 100755 --- a/bigtop-packages/src/deb/bigtop-jsvc/control +++ b/bigtop-packages/src/deb/bigtop-jsvc/control @@ -22,6 +22,6 @@ Homepage: http://commons.apache.org/daemon/ Package: bigtop-jsvc Architecture: any -Depends: bigtop-utils (>= 0.7) +Depends: bigtop-utils (>= 0.7), ${shlibs:Depends} Description: Application to launch java daemon jsvc executes classfile that implements a Daemon interface.
