diff options
Diffstat (limited to 'debian-lenny/control')
-rw-r--r-- | debian-lenny/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian-lenny/control b/debian-lenny/control new file mode 100644 index 0000000..8042cb9 --- /dev/null +++ b/debian-lenny/control @@ -0,0 +1,18 @@ +Source: cil +Section: perl +Priority: extra +Maintainer: Andrew Chilton <andychilton@gmail.com> +Uploaders: Andrew Chilton <andychilton@gmail.com> +Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl + +Package: cil +Section: perl +Priority: extra +Architecture: all +Depends: ${perl:Depends}, libgetopt-mixed-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-find-perl, libemail-date-perl, libfile-homedir-perl +Description: command line issue tracker + 'cil' allows easy command-line creation of an issue tracker. It saves each + issue locally and in plain text. Commands are given such that these issues can + be added, edited and listed easily. |