chiark / gitweb /
Fix tiny typo in long description. Closes:#819746. (Luke Faraone.)
[chiark-utils.git] / debian / control
index d441787c6e24ee034fc5583f5175adbbfc1000ff..3e095540e7df876c1838a52ee661b9a7affc37fa 100644 (file)
@@ -2,7 +2,8 @@ Source: chiark-utils
 Section: admin
 Priority: extra
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
-Build-Depends: libx11-dev, nettle-dev, debhelper (>= 5)
+Build-Depends: libx11-dev, libxmu-dev, nettle-dev, debhelper (>= 5),
+               libxdmcp-dev, libxau-dev, libice-dev, libsm-dev
 Standards-Version: 3.9.1
 
 Package: chiark-backup
@@ -24,6 +25,7 @@ Section: admin
 Priority: extra
 Conflicts: chiark-named-conf, sync-accounts
 Replaces: chiark-named-conf, sync-accounts
+Depends: ${misc:Depends}
 Suggests: tcl8.4
 Architecture: all
 Description: chiark system administration scripts
@@ -61,7 +63,7 @@ Description: chiark system administration scripts
  ASCII and hex.  Ie, a hex "terminal" program which lets you speak a
  serial port protocol directly.  (Needs tcl8.4 to be installed.)
  .
- random-word, remountresizereiserfs,
git-branchmove, random-word, remountresizereiserfs,
  summarise-mailbox-preserving-privacy
 
 Package: chiark-rwbuffer
@@ -92,16 +94,26 @@ Description: chiark system administration utilities
  summer: a tool for reporting complete details about a filesystem tree
  in a parseable format, including checksums.
  .
- xacpi-simple: a very simple X client for displaying ACPI battery
+ xbatmon-simple: a very simple X client for displaying battery
  charge status.
  .
+ xduplic-copier: a very simple X client for typing into multiple windows
+ at once.
+ .
  watershed: a utility for saving on superfluous executions of an
  idempotent command.  (This is the same utility as shipped separately
  in Ubuntu's udev, but with slightly different defaults and a
  different install location.)
  .
+ rcopy-repeatedly: a utility for repeatedly copying a file from one
+ host to another, to keep a copy constantly up to date.
+ .
+ acctdump: for reading process accounting files.
+ .
  summer and watershed require the installation of the Recommended
- crypto libraries; xacpi-simple needs the Suggested X libraries.
+ crypto libraries; xbatmon-simple needs the Suggested X libraries.
+ .
+ cgi-fcgi-interp: for use with cgi-fcgi as a #! interpreter
 
 Package: chiark-really
 Section: admin
@@ -116,7 +128,7 @@ Description: really - a tool for gaining privilege (simple, realistic sudo)
  general security risk to the system.
  .
  Unlike sudo it does not pretend that the called account can be any
- more secure than the calling account. so there is never a need for a
+ more secure than the calling account, so there is never a need for a
  password.  If you wanted to restrict which commands and functions the
  called user can perform, use userv, not really or sudo.
  .