diff options
author | Andras Elso <elso.andras@gmail.com> | 2013-03-29 13:34:03 +0100 |
---|---|---|
committer | Andras Elso <elso.andras@gmail.com> | 2013-03-29 13:34:54 +0100 |
commit | 2da57d7675348c77e31a869a18fb0d314a4133de (patch) | |
tree | 212b2f59ab16d1948a0d625bf6a542f27ff1e6dc /debian | |
parent | 8f5c665744e58d6d51a1e86de55c1399f51cc1c3 (diff) | |
download | ceph-2da57d7675348c77e31a869a18fb0d314a4133de.tar.gz |
debian: Add git to Build-Depends (need by check_version script)
Signed-off-by: Andras Elso <elso.andras@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b36e9cb5bc1..4a0d0ce9bc3 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: autoconf, autotools-dev, debhelper (>= 6.0.7~), default-jdk, + git, javahelper, junit4, libaio-dev, |