From db2329c63b8c55ad092d26af2aaaef89ff57f93a Mon Sep 17 00:00:00 2001 From: Shreyas Phadnis Date: Wed, 5 Feb 2014 17:27:36 -0500 Subject: [PATCH 1/5] Add libboost-date-time-dev as a build dependency. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1609490c5..192968517 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: A. Anonymous Build-Depends: debhelper (>= 5), cmake, make, libssl-dev, libboost-dev, - libboost-system-dev + libboost-system-dev, + libboost-date-time-dev Standards-Version: 3.7.2 Package: cassandra0 From f5c76301dac744b9d40098a570a5742342453aa4 Mon Sep 17 00:00:00 2001 From: Shreyas Phadnis Date: Wed, 5 Feb 2014 17:32:55 -0500 Subject: [PATCH 2/5] add more libboost libraries as build dependencies. --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 192968517..6e580c3ee 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,10 @@ Build-Depends: debhelper (>= 5), cmake, make, libssl-dev, libboost-dev, libboost-system-dev, - libboost-date-time-dev + libboost-date-time-dev, + libboost-thread-dev, + libboost-program-options-dev, + libboost-test-dev Standards-Version: 3.7.2 Package: cassandra0 From 209fc2b0d1be8519277eb009615fc50957b9c101 Mon Sep 17 00:00:00 2001 From: Shreyas Phadnis Date: Wed, 5 Feb 2014 17:48:02 -0500 Subject: [PATCH 3/5] add build dependency on libssh2-1-dev --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6e580c3ee..288ba3dec 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5), cmake, make, libboost-date-time-dev, libboost-thread-dev, libboost-program-options-dev, - libboost-test-dev + libboost-test-dev, + libssh2-1-dev Standards-Version: 3.7.2 Package: cassandra0 From 462563d590734fdb3299012488df6e51f7035efc Mon Sep 17 00:00:00 2001 From: Shreyas Phadnis Date: Thu, 6 Feb 2014 10:55:49 -0500 Subject: [PATCH 4/5] Update cassandra0.install to use the correct filename. --- debian/cassandra0.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cassandra0.install b/debian/cassandra0.install index 8ef1d51d9..0e7427c85 100644 --- a/debian/cassandra0.install +++ b/debian/cassandra0.install @@ -1 +1 @@ -usr/lib/cassandra.so.* +usr/lib/libcql.so.* From 5541c666289d25fb0997c307e2f277ffe7d77e00 Mon Sep 17 00:00:00 2001 From: Shreyas Phadnis Date: Thu, 6 Feb 2014 10:56:43 -0500 Subject: [PATCH 5/5] Update cassandra0-dev.install to use the correct filename. --- debian/cassandra0-dev.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/cassandra0-dev.install b/debian/cassandra0-dev.install index 041fa81a4..07ca401fa 100644 --- a/debian/cassandra0-dev.install +++ b/debian/cassandra0-dev.install @@ -1,3 +1,3 @@ usr/include -usr/lib/cassandra.a -usr/lib/cassandra.so +usr/lib/libcql_static.a +usr/lib/libcql.so