chiark / gitweb /
debian/control: Fix architectures for x86-model.
[misc] / debian / control
index 451354848a520bd191f3282251dbcd7c6f5c209a..94d9fb0d603bb6a981e39a812aeae4b193a8d5f8 100644 (file)
@@ -3,7 +3,7 @@ Section: utils
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Build-Depends: tinycdb, cdbs, python, python-cdb,
- catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev
+ catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), libspamc-dev, libcdb-dev
 Standards-Version: 3.1.1
 
 Package: nsict-utils
@@ -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
@@ -136,3 +143,9 @@ Description: Identify and fix problematic whitespace in text files.
  and fix problems such as trailing whitespace and spaces before tabs.
  It can safely update files in place, and could therefore be used as part
  of a commit hook.
+
+Package: x86-model
+Architecture: any-i386, any-amd64
+Section: utils
+Description: Shows basic model information about x86 processors.
+ The cpuid program is probably better for most people.