From b8fe093a9e425da79f7369d0a33dbaa9d1849698 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 21 Apr 2006 13:02:47 +0000 Subject: [PATCH] removed unnecessary misc:Depends --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 492dc5b..35257d7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 4), libxml2-dev, libssl-dev, libreadline5-dev, libw Package: libyaz2 Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends} Provides: libyaz Replaces: libyaz Conflicts: idzebra (<= 1.3.4-2), php4-yaz (<= 4.1.2-5) @@ -21,7 +21,7 @@ Description: The YAZ Z39.50 toolkit (runtime files) Package: yaz Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends} Conflicts: yaz-runtime, yaz-ssl Description: The YAZ Z39.50 toolkit (utilities) YAZ is a toolkit that allows you to develop software using the -- 1.7.10.4