chiark / gitweb /
space: New program for fixing whitespace problems in text files.
[misc] / debian / control
index f574ae6b53766a0de5b66bddbe5417f789b88b4a..7914f51f216bf6b5b9a1b537929bf6c3724ffd1e 100644 (file)
@@ -11,7 +11,7 @@ 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
+ stamp, space
 Description: Dummy package for convenience.
 
 Package: mdwopt-perl
@@ -106,3 +106,12 @@ Package: stamp
 Architecture: any
 Section: utils
 Description: Like cat, but prefixing each line with a datestamp.
+
+Package: space
+Architecture: any
+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
+ 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.