debian/control: Fix architectures for x86-model.
[misc] / debian / control
index 1335f11..94d9fb0 100644 (file)
@@ -19,6 +19,7 @@ Depends:
        shadowfix,
        zz,
        gorp,
+       mtimeout,
        splitconf,
        xtitle,
        pause,
@@ -42,6 +43,12 @@ Section: utils
 Depends: ${shlibs:Depends}, python (>= 2.4), python-cdb
 Description: Simple utilities for messing with CDB files.
 
+Package: mtimeout
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends}
+Description: Run a program for at most a given amount of time.
+
 Package: locking
 Architecture: any
 Section: utils
@@ -138,7 +145,7 @@ Description: Identify and fix problematic whitespace in text files.
  of a commit hook.
 
 Package: x86-model
-Architecture: i386
+Architecture: any-i386, any-amd64
 Section: utils
 Description: Shows basic model information about x86 processors.
  The cpuid program is probably better for most people.