From 8ecbc361a22455565b56e987967e77c081e064a8 Mon Sep 17 00:00:00 2001 Message-Id: <8ecbc361a22455565b56e987967e77c081e064a8.1715768442.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 14 Jun 2013 18:20:55 +0100 Subject: [PATCH] debian/control: Fix missing shlibs dependencies. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 09a461e..9af2b32 100644 --- a/debian/control +++ b/debian/control @@ -134,16 +134,19 @@ Description: Update files in place safely. Package: stamp Architecture: any +Depends: ${shlibs:Depends} Section: utils Description: Like cat, but prefixing each line with a datestamp. Package: getpass Architecture: any +Depends: ${shlibs:Depends} Section: utils Description: Read a password without echoing; write it to stdout. Package: space Architecture: any +Depends: ${shlibs:Depends} Section: utils Description: Identify and fix problematic whitespace in text files. The space program won't send you to the moon, but it will identify @@ -153,6 +156,7 @@ Description: Identify and fix problematic whitespace in text files. Package: x86-model Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends} Section: utils Description: Shows basic model information about x86 processors. The cpuid program is probably better for most people. -- [mdw]