x86-model: New program, prints CPUID information.
[misc] / debian / control
index 1c31949..a03ea22 100644 (file)
@@ -9,9 +9,25 @@ Standards-Version: 3.1.1
 Package: nsict-utils
 Architecture: all
 Section: utils
-Depends: mdwopt-perl, nsict-cdb, locking, qmail-checkspam, nsict-mail,
- if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace,
- stamp, space
+Depends:
+       mdwopt-perl,
+       nsict-cdb,
+       locking,
+       qmail-checkspam,
+       nsict-mail,
+       if-mtu,
+       shadowfix,
+       zz,
+       gorp,
+       splitconf,
+       xtitle,
+       pause,
+       buf,
+       create,
+       inplace,
+       stamp,
+       space,
+       getpass
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -107,6 +123,11 @@ Architecture: any
 Section: utils
 Description: Like cat, but prefixing each line with a datestamp.
 
+Package: getpass
+Architecture: any
+Section: utils
+Description: Read a password without echoing; write it to stdout.
+
 Package: space
 Architecture: any
 Section: utils
@@ -115,3 +136,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: i386
+Section: utils
+Description: Shows basic model information about x86 processors.
+ The cpuid program is probably better for most people.