Add stress and deps to debian packaging. Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-6762
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bdd24ccc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bdd24ccc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bdd24ccc Branch: refs/heads/trunk Commit: bdd24ccc8672d71b7495343ef379dd50bc31e02a Parents: 85f67aa Author: Brandon Williams <[email protected]> Authored: Tue Feb 25 10:44:27 2014 -0600 Committer: Brandon Williams <[email protected]> Committed: Tue Feb 25 10:44:27 2014 -0600 ---------------------------------------------------------------------- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/bdd24ccc/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index 11b78e7..c45bf3e 100755 --- a/debian/rules +++ b/debian/rules @@ -45,8 +45,8 @@ install: build dh_install build/apache-cassandra-thrift-$(VERSION).jar \ usr/share/cassandra - # Copy stress jar - dh_install build/tools/lib/stress.jar \ + # Copy stress jars + dh_install build/tools/lib/*.jar \ usr/share/cassandra dh_link usr/share/cassandra/apache-cassandra-$(VERSION).jar \
