Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Mar 5, 2021
1 parent e7a6084 commit 8fcb41d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Build-Depends: debhelper-compat (= 12),
libboost-system-dev,
libboost-filesystem-dev,
libboost-serialization-dev,
g++ (>= 4.8),
librocksdb-dev
g++ (>= 9.1),
librocksdb-dev,
libtbb-dev
Standards-Version: 4.4.1
Homepage: https://github.com/45Drives/autotier

Expand All @@ -21,6 +22,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libboost-filesystem1.71.0 | libboost-all-dev,
libboost-serialization1.71.0 | libboost-all-dev,
librocksdb-dev | librocksdb5.17,
libtbb2 | libtbb-dev,
fuse3
Description: A passthrough FUSE filesystem that intelligently moves files
between storage tiers based on frequency of use, file age, and tier fullness.

0 comments on commit 8fcb41d

Please sign in to comment.