X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/d44f446284bf0fa323f44566281b88495d996165..841e5aca814309f2ca144d84681a48060537c2a1:/debian/control?ds=sidebyside diff --git a/debian/control b/debian/control index 638d863..7914f51 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nsict-utils Section: utils Priority: extra Maintainer: Mark Wooding -Build-Depends: freecdb, bash-builtins, debhelper (>= 4.0.2), +Build-Depends: tinycdb, bash-builtins, debhelper (>= 4.0.2), python, catacomb-dev (>= 2.0.0), mlib-dev (>= 2.0.0), libspamc-dev Standards-Version: 3.1.1 @@ -10,7 +10,8 @@ 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 + if-mtu, shadowfix, zz, gorp, splitconf, xtitle, pause, buf, create, inplace, + stamp, space Description: Dummy package for convenience. Package: mdwopt-perl @@ -22,7 +23,7 @@ Description: Options parser library for perl. Package: nsict-cdb Architecture: any Section: utils -Depends: ${shlibs:Depends}, perl5, libcdb-file-perl +Depends: ${shlibs:Depends}, ${python:Depends}, python-cdb Description: Simple utilities for messing with CDB files. Package: locking @@ -100,3 +101,17 @@ Package: inplace Architecture: all Section: utils Description: Update files in place safely. + +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.