chiark / gitweb /
debian/control: Fix missing shlibs dependencies.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 Jun 2013 17:20:55 +0000 (18:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 14 Jun 2013 18:26:01 +0000 (19:26 +0100)
debian/control

index 09a461ec33333d168a24fa36b5b55040f8e7c799..9af2b325f97d2bd9d37a009d06868dd8420fae51 100644 (file)
@@ -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.