From 912b5ea2ff512a6a4416690c6927bf349a689bcb Mon Sep 17 00:00:00 2001 From: Dhrupad Bhardwaj Date: Sun, 22 Oct 2017 14:40:39 -0400 Subject: [PATCH 1/2] Add libboost-program-options to runtime dependencies --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 198230f8..5e62c5c4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies: - $ sudo apt-get install libyajl2 libboost-system1.55.0 libboost-thread1.55.0 + $ sudo apt-get install libyajl2 libboost-program-options-1.55.0 \ + libboost-system1.55.0 libboost-thread1.55.0 2. Install build dependencies: @@ -18,7 +19,8 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies (Ubuntu 16.04 special edition): - $ sudo apt-get install libssl1.0.0 libyajl2 libboost-system1.58.0 \ + $ sudo apt-get install libssl1.0.0 libyajl2 \ + libboost-program-options1.58.0 libboost-system1.58.0 \ libboost-thread1.58.0 2. Install build dependencies (Ubuntu 16.04 special edition): From bbf67d77ae0262f219d5c14efc21da423d991868 Mon Sep 17 00:00:00 2001 From: Dhrupad Bhardwaj Date: Sun, 22 Oct 2017 16:40:43 -0400 Subject: [PATCH 2/2] Add new dependency to package depends --- README.md | 2 +- pkg/deb/debian/control.base | 2 +- pkg/deb/debian/control.xenial | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e62c5c4..3dc2b010 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies: - $ sudo apt-get install libyajl2 libboost-program-options-1.55.0 \ + $ sudo apt-get install libyajl2 libboost-program-options1.55.0 \ libboost-system1.55.0 libboost-thread1.55.0 2. Install build dependencies: diff --git a/pkg/deb/debian/control.base b/pkg/deb/debian/control.base index 78d6d4cd..e73d0811 100644 --- a/pkg/deb/debian/control.base +++ b/pkg/deb/debian/control.base @@ -6,7 +6,7 @@ Build-Depends: g++, cmake, dpkg-dev, libyajl-dev (>= 2.0), libssl-dev, libboost1 Package: stackdriver-metadata Architecture: amd64 -Depends: libyajl2, libboost-system1.55.0, libboost-thread1.55.0 +Depends: libyajl2, libboost-program-options1.55.0 libboost-system1.55.0, libboost-thread1.55.0 Description: Stackdriver metadata collection daemon The Stackdriver metadata daemon collects resource metadata and sends it to the Stackdriver service. diff --git a/pkg/deb/debian/control.xenial b/pkg/deb/debian/control.xenial index 03c04f1e..470c2759 100644 --- a/pkg/deb/debian/control.xenial +++ b/pkg/deb/debian/control.xenial @@ -6,7 +6,7 @@ Build-Depends: g++, cmake, dpkg-dev, libyajl-dev (>= 2.0), libssl-dev, libboost1 Package: stackdriver-metadata Architecture: amd64 -Depends: libssl1.0.0, libyajl2, libboost-system1.58.0, libboost-thread1.58.0 +Depends: libssl1.0.0, libyajl2, libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0 Description: Stackdriver metadata collection daemon The Stackdriver metadata daemon collects resource metadata and sends it to the Stackdriver service.