X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/blobdiff_plain/223bbefb9b4d1dd3e56a49adc2bf3b76927afe20..df33ee5494fe4ac181807406cd8dcf6dba6f5275:/debian/control diff --git a/debian/control b/debian/control index f574ae6..7914f51 100644 --- a/debian/control +++ b/debian/control @@ -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.