Skip to content

Commit

Permalink
Merge pull request #4716 from ceph/wip-11673-debian-dbg-depends
Browse files Browse the repository at this point in the history
debian: set rest-bench-dbg ceph-test-dbg dependencies

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed May 18, 2015
2 parents 4b2e018 + f898ec1 commit 055c0c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/control
Expand Up @@ -451,7 +451,8 @@ Package: rest-bench-dbg
Architecture: linux-any
Section: debug
Priority: extra
Depends: ceph-common, curl, xml2, ${misc:Depends}, ${shlibs:Depends}
Depends: rest-bench (= ${binary:Version}), ceph-common, curl, xml2,
${misc:Depends}, ${shlibs:Depends}
Description: debugging symbols for rest-bench
radosgw performance.
.
Expand All @@ -467,7 +468,8 @@ Package: ceph-test-dbg
Architecture: linux-any
Section: debug
Priority: extra
Depends: ceph-common, curl, xml2, ${misc:Depends}, ${shlibs:Depends}
Depends: ceph-test (= ${binary:Version}), ceph-common, curl, xml2,
${misc:Depends}, ${shlibs:Depends}
Description: Ceph test and benchmarking tools
.
This package contains the debugging symbols for ceph-test.
Expand Down

0 comments on commit 055c0c4

Please sign in to comment.