diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-02-15 20:26:12 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-02-15 20:26:12 +0400 |
commit | 7177ac72b8a21f7412f21c73d76fd437afef27d6 (patch) | |
tree | 48a2d430df62f94a291eeb885011e4f6cc8db266 | |
parent | c8754d83586cf160ee86261501285ccfc751f100 (diff) | |
download | augeas-7177ac72b8a21f7412f21c73d76fd437afef27d6.tar.gz |
Fixed some warnings from dpkg-gencontrol
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4b2121d..855378b 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: libaugeas-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libaugeas0 (= ${binary:Version}), libxml2-dev, ${shlibs:Depends}, +Depends: libaugeas0 (= ${binary:Version}), libxml2-dev, ${misc:Depends} Description: Development files for writing applications based on libaugeas0 Augeas is a configuration editing tool. It parses configuration files in their @@ -40,6 +40,7 @@ Package: libaugeas0 Section: libs Architecture: any Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, augeas-lenses Suggests: augeas-tools Description: Augeas configuration editing library and API |