diff options
author | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:32:48 +0100 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:32:48 +0100 |
commit | 67b1f5a38f8c06a05ac72ad4a953375d8f85b7ed (patch) | |
tree | ed9e5ffbc8507412a3c5319f1c6912c547da9ada | |
parent | 0384f3820fe4e8a3489d67941f0f383aeee7e3da (diff) | |
download | libept-67b1f5a38f8c06a05ac72ad4a953375d8f85b7ed.tar.gz |
Added missing ${misc:Depends}
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5274f3b..776d863 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: libept-dev Section: libdevel Architecture: any Recommends: pkg-config -Depends: libept0 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5) +Depends: libept0 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends} Conflicts: debtags (<< 0.7) Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data @@ -30,7 +30,7 @@ Description: High-level library for managing Debian package information Package: libept0 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. |