diff options
author | Roger Leigh <rleigh@debian.org> | 2013-05-05 01:31:29 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-05-05 01:31:29 +0100 |
commit | 7b083d568bf1ceed761e7d616d3a31a16e6d4724 (patch) | |
tree | f17be74f61fb16eae93eb6dba3362cccdbe7850e | |
parent | 6ad0fe07b6e68e484810a67f747ee21eed69ddfe (diff) | |
download | schroot-7b083d568bf1ceed761e7d616d3a31a16e6d4724.tar.gz |
debian: Correct library dependencies
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2d3d9246..5b5e1e5f 100644 --- a/debian/control +++ b/debian/control @@ -42,8 +42,9 @@ Description: common files for schroot Package: libsbuild-1.7.0 Architecture: any Section: libs +Pre-Depends: multiarch-support Depends: - ${misc:Depends} + ${shlibs:Depends}, ${misc:Depends}, Suggests: libsbuild-1.7.0-dbg Description: shared library for the Debian source builder libsbuild provides facilities to manage and access chroots, as part of @@ -63,7 +64,7 @@ Package: libsbuild-dev Architecture: any Section: libdevel Depends: - ${misc:Depends}, + ${shlibs:Depends}, ${misc:Depends}, libsbuild-1.7.0 (= ${binary:Version}), pkg-config (>= 0.14.0) Suggests: |