From e0fa8e212b39b50f2f67d4cd65609bd675c9f68d Mon Sep 17 00:00:00 2001 From: kevind Date: Sun, 31 Jan 1999 02:25:31 +0000 Subject: [PATCH] use Pre-Depends: ${shlibs:Pre-Depends} --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c81bde6..0112a4d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 2.4.0.0 Package: findutils Architecture: any Essential: yes -Pre-Depends: ${shlibs:Depends} +Pre-Depends: ${shlibs:Pre-Depends} Description: utilities for finding files--find, xargs, and locate These utilities find files meeting specified criteria and perform various actions on the files which are found. -- 2.11.4.GIT